• Anonymous User 15521305

    (@anonymized-15521305)


    What causes this error when trying to upload an image. “AN ERROR OCCURRED IN THE UPLOAD. PLEASE TRY AGAIN LATER.” I’m using WampServer. Deactivated all the plugins and changed to the default theme, the error still exists.

Viewing 9 replies - 1 through 9 (of 9 total)
  • I’m not the plugin developper but I think this is not related to the plugin. You probably have issues with proper directory and file rights. Make sure your webuser owns your web root and everything below. Exemple for an Apache installation on Debian (adapt to your own needs in terms of path and user/group):

    chown -R www-data:www-data /var/www/html

    Then, from inside your webroot, set all dir and file permissions correctly, for exemple like so:

    cd /var/www/html
    find . -type f -exec chmod 644 {} \;
    find . -type d -exec chmod 755 {} \;

    That should help.

    Kind regards,

    Joris.

    Thread Starter Anonymous User 15521305

    (@anonymized-15521305)

    @apiosys

    Hi, thanks so much for your input. I’ve done some research about permission, but I don’t know how/where to enter the codes. I know how to do with FileZilla, just right click on the folder. But I use Wamp. How can I do that?

    Thanks.

    Sorry, but I’m not familiar with WAMP… You can find some info on the topic here that can maybe lead you to the source of your problem wrt settings that might be other then default : https://www.devside.net/wamp-server/setting-file-permissions-with-chmod-on-windows-for-apache-and-php . Why would you want to run Apache on Windows? Better not open up that server to the www…

    Thread Starter Anonymous User 15521305

    (@anonymized-15521305)

    Why would you want to run Apache on Windows?
    – I’m creating a website locally and not finished yet. When I finish, surely I will be on live. Thanks for the link.

    Thread Starter Anonymous User 15521305

    (@anonymized-15521305)

    Hi, actually that page I already visited before. But I don’t know how to follow. Sorry wordpress is new to me

    Like I said, I’m not familair with WAMP. Maybe somebody else can help you. In the mean time, I think you should close the support topic here and seek advice in a related forum.

    Thread Starter Anonymous User 15521305

    (@anonymized-15521305)

    Well, if you don’t know. I prefer to hear from the author.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @topsan123,

    You can check our doc on how to troubleshoot image uploads issues.
    Photo/image uploads not working
    This is very likely due to your server settings.

    Regards.

    Thread Starter Anonymous User 15521305

    (@anonymized-15521305)

    If I loggin with wp-login.php I don’t get that error. If I login with your custom login page, I get that error. I have disabled all the plugin and switched to the default theme, I still get the error when logging in with your login page. By the way, I use Wampserver. What’s the cause of the issue? Does the pro version have thr same issue?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘AN ERROR OCCURRED IN THE UPLOAD. PLEASE TRY AGAIN LATER.’ is closed to new replies.