| :: |
| Author |
Message |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Apr 19, 2007 11:08 am Post subject: php 5 blank page |
|
|
Hello all.
I using centos 4.4 on apache 2.0.59, php 4.4.6, mysql 4.4.20..
upgrade centos 5.0 on apache 2.2.3, php 5.2.x, mysql 5.x
successfully.
But all phpbb pages "white blank page."
ok
.htaccess
--
set this value:
php_flag display_errors on
php_flag display_startup_errors on
php_flag output_buffering on
---
no error. only white blank page.
apache error log: no any error report. |
|
|
| Back to top |
|
 |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Apr 19, 2007 12:57 pm Post subject: Re: php 5 blank page |
|
|
and using
phpbb 2.0.22
phpBB SEO Advanced mod Rewrite V 0.2.2
Google Yahoo MSN Sitemaps and RSS V 1.2.0RC3
[Advanced] Zero Duplicate V 0.2.2 |
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Thu Apr 19, 2007 1:17 pm Post subject: Re: php 5 blank page |
|
|
hi
in php 5 in default form you can not see error message in browser
please go to c:/WINDOWS and find php.ini
find this part
| Code: | | display_errors = Off |
and change it to
| Code: | | display_errors = On |
save it can refresh your browser.
now you must see the error message.
put error message here |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Apr 19, 2007 2:19 pm Post subject: Re: php 5 blank page |
|
|
| thanks for reply. ok set to on but "white blank page" |
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Thu Apr 19, 2007 2:26 pm Post subject: Re: php 5 blank page |
|
|
go to centos folder. find php folder. in that folder there is a folder with name bin. find logs folder in bin folder. there is text file with the name php_error.log in bin folder. that folder is log file for php error
please open that file and check that is there any error in that text file. (check the last lines of the file) |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Thu Apr 19, 2007 2:32 pm Post subject: Re: php 5 blank page |
|
|
ok.
file is empty no error.  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Thu Apr 19, 2007 3:42 pm Post subject: Re: php 5 blank page |
|
|
Are you using the latest version of all phpBB SEO mods ?
I think that in the early version of the mod rewrite and probably mx sitemaps too, a var was declared twice in the class, causing php5 failure.
So check phpbb_seo_/phpbb_seo_class.php
And make sure you do not have to time the same var declared after :
For mx sitemaps it would be in the sitemaps_functions.php file.
Now this being said, phpBB itself is not certified under php5, so it's not a very good idea to go for it, the forum moderator setup in acp for example is likely to fail under php5.
So it's a real option to ask your isp if you can stay with php4 until phpBB3.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Mon Apr 23, 2007 12:11 pm Post subject: Re: php 5 blank page |
|
|
Yes using latest version.
There is to of | Code: | | var $seo_paths = array(); | ... When I remove it the problem has been edited... What is it roeking about?
this my file there is any promlem in it?
[MOD] Sorry, this is to much code, please provide with a zip file next time
[/MOD]
becouse there is 404 error when I enter the CP
|
|
|
| Back to top |
|
 |
MorYeL phpBB SEO Team


Joined: 11 Aug 2006 Posts: 99
|
Posted: Mon Apr 23, 2007 12:20 pm Post subject: Re: php 5 blank page |
|
|
Hello to all... There is same promlem with me My phpBB is working no promlem withouth with phpBB SEO mods... When I install phpBB SEO mod there is this problem... I think there is promlem on this modes You can test it! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Mon Apr 23, 2007 3:00 pm Post subject: Re: php 5 blank page |
|
|
@lavinya
Actually, 0.2.2 does not haves this double var declaration, it is only from previous versions, staid there while updating it seems.
Anyway, this was part of the trouble, but as said :
| dcz wrote: | | Now this being said, phpBB itself is not certified under php5, so it's not a very good idea to go for it, the forum moderator setup in acp for example is likely to fail under php5. |
So your ACP issue could come from elsewhere. The 404 though, is strange, could you post here the link being 404 ?
@MorYeL
Are you using php5 ?
What is the problem ?
Have you checked for the possible duplicated var declaration in phpbb_seo_class.php ? |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|