1
Trade Pulse Support / Re: Incoming stats decreasing?
« on: January 12, 2009, 08:45:34 PM »
Another issue... When I added a template for toplists, and tried to generate it, I started getting error 500 on all my php pages. It turns out that the script was chmod'ing my public_html to 777 (At least I THINK it was) and then crashing because as soon as the directory was 777 PHP stopped running. My host (hostgator) doesn't allow php to run in any directory set to 777 for security reasons. I had to delete my toplist template so it didn't break my php pages every 15 minutes. chmod'ing back to 755 fixes the problem, and php starts to work again.