The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Upgraded to 4.2.2 now I have a white page for a forum
Hi,
I recently ( a few hours ago ) upgraded to 4.2.2 - and I have a white page instead of a forum! I have been going down this list : http://www.vbulletin.com/docs/html/blank_pages The only thing that stands out is the section about trying to make a new style. When I got to the step about a style - That's what I see when I try to make a new style with no parent. I'd love any insight - because I'm at a loss for why this is doing this.... Any insights are MORE than welcome!! That file is the same one that gives me an error when I try to hit the content.php page... The forum.php page loads but I get an error when I try to view posts... like this : Code:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 30720 bytes) in /home/ICHOSETOHIDETHIS/public_html/includes/class_dm_content_read.php on line 121 |
#2
|
|||
|
|||
For education reasons you should google : "php allowed memory size exhausted". This is typically set in your php.ini. file, in-which can be raised if your host gives you access to it.
It can also mean you have a memory leak in one of the MODS you are running. See ... "memory_limit = `128M" see ... "ini_set('memory_limit','128M');" http://php.net/manual/en/ini.core.php I have seen this occur when users have many styles. Do a little research before you play with these numbers. |
Благодарность от: | ||
ForceHSS |
#3
|
|||
|
|||
Hmmm... so I deactivated all of my mods - yet I still get this. I do have a question ( as I'm still reeling from a hacking attack) - When I look at my plugins - I see some like this ( Attached) And I can't help but think that's some malicious stuff too.....
|
#4
|
|||
|
|||
Forget about the memory size problem. You still need to get your board "clean". It sounds to me as if you still are infiltrated.
Let me know if you have followed the vbulletin guidelines on restoring your board. If not I will send you some references. Unless you run a "clean" environment you will just keep re-infecting yourself. Make sure: Replace vbulletin files. Replace templates in database. Disable all Plugins. Flush Datastore. Parse all admin accounts. Follow guidelines ... Sorry you were hacked. |
#5
|
|||
|
|||
Horrible.
|
#6
|
|||
|
|||
Thanks tbworld - I think you ( or maybe another advisor ) gave me a link to 2 threads with instructions. I've been following those.
Any additional stuff would be helpful - I'm not sure if I saw anything about the datastore or parsing admin accounts. Also - I've been checking the maintenance thing to find files that don't match - but it's flagging many of the new vbulletin files I just uploaded with 4.2.2 Sorry for inundating you guys with a long list of questions.... Does that list look like non vbulletin files? |
#7
|
|||
|
|||
I am guessing you were hacked when you were running v4.2.1? It is easier to get it back running under the same environment only clean.
You might have the files loaded in an incorrect area -- vbulletin would display the error you are receiving. It looks as if those files should be in the ./include' folder not the './' folder, --------------- Added 10 Oct 2013 at 15:43 --------------- If the contents were incorrect being a bad version or malicious code you would have received this warning. "forum.php File does not contain expected contents" |
#8
|
|||
|
|||
Yep - 4.2.1
Hmmmmm - you know you are right!! When I look I have uploaded them in the wrong folder. I did upload twice because I noticed files missing. Sigh - Perhaps I'm just too sleepy to be fighting this right now.... Any advice for removing the files I put in the wrong place? Rather for identifying them? Could having these files in the wrong folder be what's causing my issues? Seeing that I still have them with the plugin hooks deactivated? --------------- Added [DATE]1381445862[/DATE] at [TIME]1381445862[/TIME] --------------- Oh and if you could point me in the right direction for flushing datastores and parsing admin accounts - I'd be grateful. |
#9
|
|||
|
|||
Quote:
You could do this, but be very careful with this command an incorrect entry can cause you a lot of trouble. Make sure you have a backup. Code:
xargs -I{} sh -c 'rm {}' < 1.txt Quote:
|
Благодарность от: | ||
TheLastSuperman |
#10
|
|||
|
|||
OK - then let me focus on clearing out any duplicates - then I can see if I have the same issue. Sigh - all this effort for a personal project forum!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|