Baris

Member
Sep 24, 2005
22
0
151
Hi all,

I have a server with Cpanel.I am using AWBS and some of my customers are using VBulletin or MyBB forum scripts.

Last night i tried to update apache.Then when i tried to open my AWBS site i saw a blank page.Then they said that i must have curl installed.Then i rebuilt apache by selecting curl but now i still cannot access my awbs page and also some of the forums doesnt work.When i visit the AWBS page i see a blank white page and when i try to visit the forums,if i try via internet explorer,it starts to download something or if i try via firefox it shows a page like this.

�ÿí½KsÛH¶'¾vEÔwÈbÅ-É]I�¢^¶TW²$ÛígXªîëééĞ�$HÂ6
Where is the problem?

Apache is working fine now.But i have problems with the forums and AWBS.:(
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Apache is working fine now.But i have problems with the forums and AWBS.:(
Did you check the log files for a clue: /var/logs/messages and /usr/local/apache/logs/error_log and access_log
Sounds a Php module wasn't compiled properly or corrupted.
 

jeroman8

Well-Known Member
Mar 14, 2003
410
0
166
Can you view any other php pages fine on the server ?

My guess is either apache comment out php4 module in httpd.conf, happened to me once or twice or you need to reinstall Zend opt.

Did you have zend ipt installed before ?
I think AW... needs it and also V-bull.

Try to run i shell/SSH as root: /scripts/installzendopt

Then test your stuff again.

If not working open you httpd.conf and see if it's a # before any line with "php" on it.
Remove # if there is and try again.

Think it said something about "load module php4.xxxxx" or something!