Im developing a simple app (1 page) and I’m running into an interesting snag. The initial visit works fine with no problems. Subsequent visits I get 500 Internal Error and can’t do anything. I initially thought it was a problem with the PHP version with 1&1 or caching as the first visit worked fine.
After some digging I found out it was the cookies causing the problem. In Firefox, if I clear the cookies, the site works but again, subsequent visits fail.
I don’t even really know how to go a out troubleshooting and/or fixing this issue so any insight would be helpful.
App specs:
1&1 Shared Hosting
PHP 5.4.0 Beta 1 (enabled dev version as 1&1 for whatever reason won’t implement 5.3)
Fat Free PHP framework (http://fatfree.sourceforge.net/)
The app was simple enough I just ditched the framework and wrote some custom functionality and it works now.
I still don’t understand exactly what was going on as 1&1 refused to give me any error log information but my custom solution is working.
Thanks everyone for your comments.