Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Hi,

    I do not understand well because the question content is too concise.
    Please look at Forum Welcome.

    Maybe, cache plugin?

    I am having the same issue on my test site at testing.avnation.tv. I am running WordPress when I click on the link to Search and Register which directs me to https://testing.avnation.tv/wp-admin/admin.php?page=mediafromftp-search-register I eventually get a 404 Error of the page is not found. All of the other pages work correctly.

    My site is WordPress 4.7.1 running GeneratePress theme. I do not have a cache plugin or service. I have disabled all of the PLugins except for the GeneratePress Plugin. I have also changed the theme to twenty seventeen and turned off all but the Media From FTP Plugin. Unfortunately the page still does not load.

    I have attempted to process with multiple browsers as well.

    It did work approximately three weeks ago. I am also curious if there is a requirement for what user or group owns the media content directory on a linux server of if that does not matter.

    Any assistance would be appreciated.

    Thank you

    • This reply was modified 7 years, 10 months ago by bradfordbenn. Reason: Additional information
    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    I ran GeneratePress theme.
    No problem “Media from FTP” is working.
    “Media from FTP” works on the management screen, it is only related to create thumbnails of that theme.

    Did you delete the browser cache?

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    It may be work if you insert the following code in your WordPress “functions.php” or “mediafromftp.php”.

    if(!class_exists('WP_List_Table')){
        require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
    }

    Unfortunately neither of the suggestions have made a difference. I am doing a clean install of WordPress in another subdomain on the server to make sure it is not a server configuration issue. That appears to be functioning.

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    I do not understand.

    You can be registering with “Schedule” function or “Command-line” without using “Search & Register” screen.

    Settings -> Register -> Schedule -> Apply Schedule
    or
    Settings -> Command-line

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Clicked on “Search and Register” tab page not found’ is closed to new replies.