Strange problem. Sometimes blank page.

pug123

Verified User
Joined
Feb 5, 2006
Messages
54
Location
Poland
Hello,

I have strange problem. Sometimes clients gets blank page when they use advanced mysql+php. Maybe it is mysqli or not:(

I have reinstalled using custombuild:

- apache
- php

But the problem still persists. Some websites are working ok and some not. They show blank page. Even phpmyadmin shows blank page. When I restart apache everything back to normal for some time.
I wonder if I should recompile also mysql.. Will it keep all database data?? Is it safe to recompile it using custombuild.
 
Yes, you should try to recompile MySQL, then again Apache and finally PHP. Yes, it will keep all database data (but a backup is always a good idea). Yes, it is safe to do with CustomBuild.
You should also check all error logs in /var/log/httpd and /var/log/httpd/domains.
 
Thank you tillo, I will try this approach then.

I'm using mysql 5.0 and I will recompile the same version becouse I have heard of some problems with mysql 5.1.
 
Back
Top