Saving does not work
-
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
-
Unfortunately I cannot change request Orde rin php.ini
I have changed the other three points.And I updated WP Paint…
The
request_ordersetting inphpinfoshould 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.As I said I have no configuration “request order”…
And there is no error message if I try that.
Please create a
phpinfofile and check value ofrequest_orderthere. Also, check all the mentioned variables inphpinfoas the settings might be getting loaded from a differentphp.iniAlso, if there is no error appearing on the front-end, your
display_errorsanderror_logmight be set to'Off'. To debug the plugin in your environment you have to enabledisplay_errorsand check if the settings reflect inphpinfo.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 .
@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=1is not opening in the WP Paint iframe. Highly probable another plugin is conflicting with this URL or a misconfiguration of.htaccessCan 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 ?
@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 .@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 ?@kitkit85 Are you using a shared hosting service? If yes, who is the vendor?
i am using vps , i am using runcloud to run my panel but not using cpanel .
Is it Apache Server or NGinx?
@vogtpl Can you let us know your hosting environment whether it is a shared hosting service? If yes, who is the vendor?
The topic ‘Saving does not work’ is closed to new replies.