• Resolved bigm

    (@bigm)


    Hello,

    when I try to upload a file, after “please wait” it shows me the URL.
    The image URL doesn’t work and images are not uploaded.

    File permissions is ok (755). How can I solve?

    There are no folder named tfaf/tmp, I made it manually but it doensn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dominik Rauch

    (@qualmy91)

    Hey @bigm,

    can you please check if there are any PHP Errors by adding the following lines to wp-config.php:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false); 

    After inserting this lines, please try again to insert an image. If there are any errors it will create a file called error.log in the wp-content directory.

    Can you please also share the link to your forum?

    Plugin Author Dominik Rauch

    (@qualmy91)

    Hey @bigm,

    I also added a debugging mode to my GitHub Repository: https://github.com/qualmy91/toolbox-for-asgaros-forum

    You can download the Plugin directly from there and upload it to your WordPress site. This will help you to find the error.

    Plugin Author Dominik Rauch

    (@qualmy91)

    Hey @bigm,

    since I didn’t get any feedback anymore I guess the issue is already solved so I will close this topic.

    If you still have any problems with the image upload, please open a new topic and I will help you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload images doesn’t work’ is closed to new replies.