MyBB Community Forums

Full Version: PHP 5 and mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello !
I have use mybb 1.2.9 and after upgrade my server to php 5 my site doesn't come up and i see a blank page (www.charshakh.com )
And i don't Know how to downgrade to php 4x and mysql 4x and apache 1x!
and i have root access !
Please some one help me Sad
Do any PHP files work?

Looks like your ACP is a blank page as well.
here is my upgrade detail ! :

[root@uq5 ~]# httpd -v
Server version: Apache/2.0.59
Server built: Jul 14 2007 12:12:09

[root@uq5 ~]# php -v
PHP 5.1.6 (cli) (built: Jun 17 2007 11:37:40)
Copyright © 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright © 1998-2006 Zend Technologies

[root@uq5 ~]# mysql -V
mysql Ver 14.12 Distrib 5.0.46, for redhat-linux-gnu (x86_64) using readline 5.0
[root@uq5 ~]#


Just IT ! and i haven't do anything with my forum
Can you try disabling "GZIP Page Compression" in the Admin CP under Settings > Change Settings > Server & Optimization Settings?

Regards,
Chris
all of my forum pages is blank ! i can not access to my admin panel ! it's like index Sad
Like I said, can you use any PHP code on your server now?

Try making "test.php" with the following code:
<?php
echo ('Test');
?>
Upload it to your server and point your browser to it. Let me know what you see.
You Know ! I have send a mail to data center for upgrade all services that in my server .
they are upgrade php to PHP 5.1.6 - mysql to 5.0.46 & and apache to 2.0.59 .
after that I have this problem (all pages of my forum gone blank )
Look, I'm trying to work out if PHP is working at all after that upgrade. Please could you try what I suggested in Post #6.

Thank you.
look at this : http://pcworkshop.ir/test.php !!

and i want to know does mybb support php 5.1.6 ?

Thank you
charshakh Wrote:look at this : http://pcworkshop.ir/test.php !!
Well assuming that that domain is on the same server as your other one, we now at least know that PHP is working.

charshakh Wrote:and i want to know does mybb support php 5.1.6 ?
Yes.
Pages: 1 2