In this board you can talk about general questions about phpMyFAQ
Moderator: Thorsten
calande
Posts: 70 Joined: Sat Sep 02, 2006 7:01 am
Post
by calande » Tue Apr 10, 2007 1:34 pm
All of the sudden, my phpMyFAQ page is blank:
http://faqs.pcbsd.org/
I didn't change my configuration or something, but I know the server has software updates every now and then. What can be causing this problem? I'm using the latest version of phpMyFAQ. Other PHP/MySQL applications on this server are working fine.
Thanks!
Thorsten
Posts: 15727 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Tue Apr 10, 2007 2:04 pm
Hi,
try to enable the debug log in /inc/init.php and we'll hopefully see some error messages.
bye
Thorsten
calande
Posts: 70 Joined: Sat Sep 02, 2006 7:01 am
Post
by calande » Tue Apr 10, 2007 2:26 pm
Thanks Thorsten, I changed to define('DEBUG', true); but there's no debug message
Thorsten
Posts: 15727 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Tue Apr 10, 2007 2:29 pm
Hi,
well, do you have access to you error log? It seems your PHP dies with a segfault or something like this.
bye
Thorsten
calande
Posts: 70 Joined: Sat Sep 02, 2006 7:01 am
Post
by calande » Wed Apr 11, 2007 3:35 am
Thanks Thorsten, Josh our sysadmin found out. The problem was php was loading the mysql module but not the mysqli module.
Thorsten
Posts: 15727 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Wed Apr 11, 2007 7:50 am
Hi,
ah, okay!
bye
Thorsten