Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Internal Server Error with Paypal Checkout (shopping cart checkout shows error)
Tagged: checkout error, Internal Server Error
- This topic has 21 replies, 8 voices, and was last updated 11 years, 4 months ago by caimano.
-
AuthorPosts
-
June 23, 2013 at 12:36 am #19031adminKeymaster
Hi, Firest of all, you MUST NOT set permission of folders and PHP files to “777”. That is really bad for security. It can actually cause this very problem that you described as some servers will try to block execution of PHP files if the file permission is set incorrectly (some hosting providers do this to protect you).
So, the first thing to do is revert those permission changes that you did. Folders should have a permission of “755”. PHP files should have a permission of “644”.
Once that is done, load a fresh copy of eStore plugin (just in case):
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Then share the URL of a page where I can go and see the remaining issue and I will guide you as to what you can do next.
June 26, 2013 at 9:01 am #19032caimanoMemberHi, thank’you for the answer, I can do more, i can reinstall the entire worpress test site (it was empty) and load a fresh copy of eStore plugin, then i give you the URL of a page to see the remainig issue. Fabio.
June 28, 2013 at 10:41 am #19033caimanoMemberhi, i have deleted entired folder’s site and relative database tables, installed new version of wordpress and latest update of plugin wp-estore, deleted other wordpress plugin and used default template. Then i add 1 product, you can see it here : [http://www.wordpressdiprova.com/5/shop/] but when i checkout the error is the same : “Internal Server Error – The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at [postmaster@wordpressdiprova.com] to inform them of the time this error occurred, and the actions you performed just before this error……”
i don’t modify yet file permission, i leave it as default for the moment. Any idea? thank’s. Fabio
June 29, 2013 at 12:15 am #19034wpCommerceModeratorHi, Please try the following:
Open the
eStore_advanced_configs.php
file and look for the following line of code:define('WP_ESTORE_ENABLE_NEW_CHECKOUT_REDIRECTION', '0');
Once you find it change it to the following:
define('WP_ESTORE_ENABLE_NEW_CHECKOUT_REDIRECTION', '1');
Let me know how it goes.
June 29, 2013 at 11:29 am #19035caimanoMemberYeah ! Work fine. Now it no longer gives the error message. But, just to understand, why need this fix? Thank you. Fabio.
June 30, 2013 at 2:45 am #19036adminKeymasterYour server configuration is slightly different and was blocking the standard eStore checkout operation. The above mentioned secondary method works good on some servers.
July 1, 2013 at 12:43 pm #19037caimanoMemberok ! i’ll remember it.
-
AuthorPosts
- You must be logged in to reply to this topic.