vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Upgraded to 4.2.2 now I have a white page for a forum (https://vborg.vbsupport.ru/showthread.php?t=303233)

DoubleGlasses 10-10-2013 08:05 PM

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 -

https://vborg.vbsupport.ru/external/2013/10/55.png

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
Just to add : my admin CP works fine.. just no front end pages...

tbworld 10-10-2013 08:38 PM

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.

DoubleGlasses 10-10-2013 08:41 PM

1 Attachment(s)
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.....

tbworld 10-10-2013 08:49 PM

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.

meaters 10-10-2013 08:52 PM

Horrible.

DoubleGlasses 10-10-2013 09:17 PM

1 Attachment(s)
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?

tbworld 10-10-2013 09:30 PM

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"

DoubleGlasses 10-10-2013 09:55 PM

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.

tbworld 10-10-2013 10:10 PM

Quote:

Originally Posted by DoubleGlasses (Post 2452002)
Yep - 4.2.1
Any advice for removing the files I put in the wrong place? Rather for identifying them?

Besides a backup no. You could grab a directory list of the include files and batch delete them from root directory, but it depends on what tools you have at your disposal.

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:

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?
There are some file names that are duplicated in vbulletin. So the easy answer is yes it could.

DoubleGlasses 10-10-2013 10:21 PM

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!


All times are GMT. The time now is 01:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01291 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete