**I have open source PTC Script install. It was working f9 since last 3 months but yester day Its members login page shows a blank screen only while my all website is working properly. I can access to my admin panel without any restriction but members can't access . http://ptclicks.org is my PTC site. **
best4earn 12 Junior Poster
Recommended Answers
Jump to PostA blank screen is typically due to a PHP fatal error, such as a parse error.
Try putting
error_reporting(E_ALL); ini_set('display_errors', '1');
at the top of the PHP document, and it should print out what the error messages are.
All 4 Replies
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
matrixdevuk 71 6t9.me Founder
gabrielcastillo 40 Web Developer
matrixdevuk 71 6t9.me Founder
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.