Hi Guys, I installed this simple script on two different host of mine http://www.pokersleeve.com - Godaddy - Not Working http://articlemarketing-101.com/ - Hostgator - Working I need it to work on Godaddy - but I'm not sure why its not working any help Cheers
Create a file called "php.ini" then put the below code into it and upload it. Then your errors should show. Chances are that you will see tons of notices and warnings, maybe more. I see it all the time, especially from Indian made software. No offense to Indian, but that is just my observation. display_errors = On error_reporting 2047 PHP: I believe they require a php.ini and dont allow it in .htaccess. In that case, try this with your .htaccess: php_flag display_errors on php_value error_reporting 2047 PHP: