• Dear Team,

    Maybe you haven’t seen my post: If I try to save a picture then it just resets to the original picture and nothing is saved.

    My post_max_size is on 20. So that should be not the problem if Minimum is 16.

    Kind Regards,
    Markus

Viewing 15 replies - 16 through 30 (of 42 total)
  • Thread Starter vogtpl

    (@vogtpl)

    Unfortunately I cannot change request Orde rin php.ini
    I have changed the other three points.

    And I updated WP Paint…

    Plugin Author Dev

    (@devadattas)

    The request_order setting in phpinfo should be set to the standard 'GP' as mentioned here https://stackoverflow.com/questions/5701588/why-is-request-empty for the plugin to work. Also, please check the error that is appearing in the latest version of WP Paint.

    Thread Starter vogtpl

    (@vogtpl)

    As I said I have no configuration “request order”…

    And there is no error message if I try that.

    Plugin Author Dev

    (@devadattas)

    Please create a phpinfo file and check value of request_order there. Also, check all the mentioned variables in phpinfo as the settings might be getting loaded from a different php.ini

    Also, if there is no error appearing on the front-end, your display_errors and error_log might be set to 'Off'. To debug the plugin in your environment you have to enable display_errors and check if the settings reflect in phpinfo.

    https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page

    The issue is very specific to the environment you are using which has certain standard settings not common across most environments.

    hi @devadattas ,

    for my case , i enable all for . yet i still getting error ” Sorry, invalid attachment ”
    compare to old problem .its doesnt save the photo but destoyed it .

    1. post_max_size > 256
    2. upload_max_filesize > 256
    3. allow_url_include = Should be On
    4. request_order Should be set to ‘GP’

    and also i recheck it inside phpinfo.php .

    Plugin Author Dev

    (@devadattas)

    @kitkit85 WP Paint retains the original image so the image is never destroyed.

    If “Sorry, invalid attachment” error shows, it indicates that /wp-admin/admin.php?page=wp-paint-edit-image&id=1 is not opening in the WP Paint iframe. Highly probable another plugin is conflicting with this URL or a misconfiguration of .htaccess

    Can you list out the various WordPress plugins that you are using in your environment so that we can try replicating the issue at our end?

    i have try to have a fresh installation in my server , its also doesnt work .
    i do believe that i need to configure something in my server , which i haven know what is it .

    what to you think i need to add in .htaccess ?

    Plugin Author Dev

    (@devadattas)

    @kitkit85 Can I have the list of plugins installed on your setup? This is to isolate out plugin conflict before we go ahead with other environmental issues!

    @devadattas nothing at all. i try to install in another wordpress. same server
    no plugin at all . failed still . oh ya . only one click ssl .

    Plugin Author Dev

    (@devadattas)

    @kitkit85 Can you check if your site_url() is non-https? I think the SSL condition might be redirecting the page so that it loses the parameters.

    @devadattas how to check this ? my sites is ssl activated with https .
    by the way do you think permalink makes a difference ?

    Plugin Author Dev

    (@devadattas)

    @kitkit85 Are you using a shared hosting service? If yes, who is the vendor?

    @devadattas

    i am using vps , i am using runcloud to run my panel but not using cpanel .

    Plugin Author Dev

    (@devadattas)

    Is it Apache Server or NGinx?

    Plugin Author Dev

    (@devadattas)

    @vogtpl Can you let us know your hosting environment whether it is a shared hosting service? If yes, who is the vendor?

Viewing 15 replies - 16 through 30 (of 42 total)
  • The topic ‘Saving does not work’ is closed to new replies.