[Solved] Error 500 :S

Maniaplanet public API, ManiaConnect system and the open source PHP SDK.

Moderator: NADEO

User avatar
.HD.
Posts: 13
Joined: 06 Nov 2011, 18:33
Contact:

Re: Error 500 :S

Post by .HD. »

I have chmoded the whole folder to 705, still don't work :S
Proud leader of el!te
User avatar
gouxim
Nadeo
Nadeo
Posts: 1188
Joined: 14 Jun 2010, 17:20

Re: Error 500 :S

Post by gouxim »

Error 500 is indeed just a generic PHP error. Do you have access to the error logs to see why/where this is happening?

Otherwise you can also try to add that at the begining of your PHP code:

Code: Select all

ini_set('display_errors','On'); 
error_reporting(E_ALL); 
It should force the display of all PHP errors in your browser.
Please do not PM for support. Instead, create a thread so that everyone can contribute or benefit from the answer! 8-)
User avatar
.HD.
Posts: 13
Joined: 06 Nov 2011, 18:33
Contact:

Re: Error 500 :S

Post by .HD. »

Yesss :D

Thank you so much everybody! I found it out! :)

If somebody else has this problem, here is the solution:

1.
gouxim wrote:Error 500 is indeed just a generic PHP error. Do you have access to the error logs to see why/where this is happening?

Otherwise you can also try to add that at the begining of your PHP code:

Code: Select all

ini_set('display_errors','On'); 
error_reporting(E_ALL); 
It should force the display of all PHP errors in your browser.
2. At me, this problem was becouse of a setting in my Host CP, that would not update. I fixed it, and it works!

(There was a security thing with cURL)
Proud leader of el!te
Post Reply

Return to “Maniaplanet Web Services”

Who is online

Users browsing this forum: No registered users and 1 guest