• Hello. I tried the plugin but get an error message when I upload a file. No post-processing is done and the photo is not registered and does not show up in the media list. When I deactivate the plugin, upload works. When I activate it, upload does not work. When I use browser mode to upload an image, I get this error message:

    “Fatal error: require_once(): Failed opening required ‘vendor/autoload.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:/usr/local/php70/lib/php’) in /mypath/wp-content/plugins/geotagged-media/gtm_geocode_lib.php on line 3

    There has been a critical error on your website. Please check your site admin email inbox for instructions.”

    (I replaced the URL reference to my website with ‘mypath’.)

    Is this a bug in the plugin?

    Kind regards,
    Arnoud

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Arnoud,
    Try this:
    https://ashiagbor.com/my-blog/how-to-run-composer-on-a-shared-hosting-server/

    Apparently a ‘composer install’ command needs to be run in the plugin’s directory after it’s installed. Luckily this above article describes how to do it when you don’t have ssh access to the server.

    Hi,
    Please disregard my previous comment, while it did work partially, it caused the map to not display properly. Here’s what did the trick for me:
    If you don’t have ssh access on the server, it is better to install wp locally or on a server you have ssh access, run composer install and then copy the geotagged-media folder into the plugins library of wordpress. Worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image upload fails’ is closed to new replies.