The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Baffled - Blank Page on Editpost and Newreply
I've run into a very strange issue when editing or posting "long" posts. Whenever a user (any user including admin) tries to post say, a page of text, he or she just gets a blank page. Shorter posts (few lines) are working just fine.
After hitting the post, edit, or go advanced button, the user is directed to editpost.php or newreply.php but the entire page is blank. I've not installed any new mods lately or updated/modified any software. This issue appeared out of the blue. I ran a suspect file diagnostic and neither appears to be suspect. Any idea? |
#2
|
||||
|
||||
First this: https://www.vbulletin.com/docs/html/blank_pages
Then: Maybe your webserver has a too limited restriction for the overall post data size, which may stop script execution if the sent data is over a defined limit. The phpinfo should tell you the value of that setting in your admincp > maintenance > phpinfo |
#3
|
||||||||||||||
|
||||||||||||||
Quote:
Could VBSEO be at fault? Can I safely disable it without breaking everything just to check if it solves the problem? I just upgraded to 4.1.11 as well, but the problem persists. From the vbulletin manual: Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
#4
|
||||
|
||||
Do you have Mod Security installed on your server? That could be blocking it... check your apache error_log.
|
#5
|
|||
|
|||
Quote:
Where can I find the error log? |
#6
|
||||
|
||||
normally under /var/log/apache2/error_log
or if you have vhosts configured then in their special directories, should be sufficient to search for "error_log" tho |
#7
|
||||
|
||||
Did you recently update PHP to 5.3? And PCRE to 8.21? There is a bug in PCRE 8.21 that causes issues like you are mentioning. You would need to go back to PCRE 8.20.
|
#8
|
|||
|
|||
Quote:
Quote:
18-Mar-2012 02:30:57] PHP Fatal error: Call to undefined function error_reporting() in /home/site/public_html/vbseo.php on line 15 [19-Mar-2012 03:36:20] PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 27516809 bytes) in /home/site/public_html/vbseo/includes/functions_vbseo_seo.php on line 120 Which corresponds to error_reporting(0); and $text = preg_replace(array_keys($seo_preg_replace), $seo_preg_replace, $text); --------------- Added [DATE]1332458235[/DATE] at [TIME]1332458235[/TIME] --------------- Quote:
According to phpinfo, PCRE is 8.21 and PH is 5.3.8. --------------- Added [DATE]1332470812[/DATE] at [TIME]1332470812[/TIME] --------------- Please close this thread, I have narrowed down the problem and my previous posts here are a little misleading. Starting a new thread. |
#9
|
||||
|
||||
Your problem is PCRE 8.21. There is a bug in it and you will need to go back to PCRE 8.20.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|