- This topic has 6 replies, 3 voices, and was last updated 14 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › 500 internal server error
Hello,
Thanks for your great plugin, it is impressive.
I have added a test product to my shopping cart and when i try to press the paypal button it gives me the 500 internal server error. I have checked all over the net but cannot seem to find a solution to this problem.
I also have a basic understanding of wordpress, so if there is anyone there that can help me out with finding this solution, it would be highly appreciated.
P.S I have also cleared all cookies and cache as well.
Does anyone have a different angle?
Thanks in advance
Eddy Valentin
When you get the error page, whose URL appears in the browser’s address bar; yours or PayPals?
Hello,
this is the url i see.
Thanks,
Ed
Sometimes, an Internal Server Error can be caused by incorrect file permissions. If you are on a Linux, or any other *nix, server; please check the file permissions in the plugin’s directory. All directories should have 755 (drwxr-xr-x) permissions and all files should have 644 (-rw-r–r–) permissions.
Hello,
I have all my permissions set to 777 for the time being. I was trying to isolate an earlier problem.
Should i change all permissions to 755 for the directory where the plugin is installed?
Thanks
Ed
Hi, 777 permissions are a huge security risk for your site. You should never use 777 permissions. Also many servers block files that have 777 permissions from being accessed because of the security risk they run. You can read more about file permissions here:
http://codex.wordpress.org/Changing_File_Permissions
As for the 500 internal error the following post will give you a little more information on how to fix this issue:
https://support.tipsandtricks-hq.com/forums/topic/error-500-internal-server-error#post-6543
Some sites run Apache SuExec, that will cause an Internal Server Error if you try to execute a file with 777 permissions.