Jump to content
MakeWebGames

Recommended Posts

Posted

Hi

Donator packs are not instantly crediting. I have read the readme file and followed all the steps.

Will potions instantly credit but donator packs do not.

Please help

Posted

Hey

From the user point of view no errors. Says was a few minutes and then never credits.

From PayPal IPN logs it says it tries to try and status code 500.

Any help is much appreciated.

Posted
Hey

From the user point of view no errors. Says was a few minutes and then never credits.

From PayPal IPN logs it says it tries to try and status code 500.

Any help is much appreciated.

 

Internal Server Error.

Grab and dump the error_log file here. (Only dump the relevant parts -- the errors that relate to the IPN file)

Posted

Hey

So I looked at the error log in cpanel and there seems to be nothing relevant. The only error is that /public_html/404.shtml does not exist. Can't imagine thats an issue.

I made a paypal transaction to see if anything would show up and nothing did.

- - - Updated - - -

Just had a look in error_log in the main directory as well nothing relevant there or even anything for today only a few days ago and stuff to do with the creategang page.

Posted
Hey

So I looked at the error log in cpanel and there seems to be nothing relevant. The only error is that /public_html/404.shtml does not exist. Can't imagine thats an issue.

I made a paypal transaction to see if anything would show up and nothing did.

- - - Updated - - -

Just had a look in error_log in the main directory as well nothing relevant there or even anything for today only a few days ago and stuff to do with the creategang page.

Put this in your main core file

touch('debug.txt');
chmod('debug.txt', 775);
error_reporting(E_ALL);
ini_set('error_log', 'debug.txt');

 

Make a transaction

Now look in debug.txt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...