Skip to content

PayPal IPN losing session on return?

I’m using Micha’s PayPal IPN script and for the most part it worked great: https://github.com/Quixotix/PHP-PayPal-IPN When i click Pay now on the website it redirects to paypal with correct …

Database Driver MySQLi Error

I am running Moodle test environment on Window Vista having PHP 5.2.10 and MySQL 5.1.36-Community. When I upgrade from Moodle 1.9.9 to 2.0, I am getting the following error. I also tried to change the dbtype=’mysqli’ in config.ini and still see same error. I would really appreciate if you can prov…

permission denied – php unlink

I have two files: b.php and test.txt and the error is: Warning: unlink(test.txt) [function.unlink]: Permission denied why? b.php and test.txt is 777 and the same group/login if I set 777 on the parent directory I can execute unlink but i have to set 777 and back to 755? Answer You (as in the process that runs…