Quote:
Originally Posted by Disasterpiece
for starters, you could change your text layout back to left-align, reading this all centered is a pain.
The database error looks like parts of the database structure are missing.
Did you restore an old backup from a different vbulletin version?
You could try to uncomment the line: (remove the //)
PHP Code:
define("DISABLE_HOOKS",1);
in your config.php file located in /includes/config.php
and see if this helps, but judging from the error, this doesn't seem like a plugin issue, rather than a malformed database structure.
Could you give details what you did exactly to roll back your forum to an older revision?
|
kk centered is off, i was trying to make it easier to read lol i guess i was way off.
okay so here it is
i was on 4.0.3 vb we got hacked. restored the site, then updated to latest version of vb.
i was putting on some password protection on directories threw cpanal (like admincp ect)
when i notice the forums were missing the background. Buttons (images) from threads were missing. I immediately took off all the password protection (thinking it had something to do with it)
it didnt, problem was still their.. so i went to restore. (usually hosting provider does this for me) i read i had to delete my database then restore my back up... so i deleted my main database n went to restore it. deleted it in mysql but it still showed up in phpadmin.
so i created a brand new database. restored the back up sql onto that. change the config.php to the new database, user, n pass ect.
n now the error
sorry for writing so much just didnt want to leave anything out. that was pretty much 9 hours today all in one page lol.
so what do you think?
--------------- Added [DATE]1312953700[/DATE] at [TIME]1312953700[/TIME] ---------------
Quote:
Originally Posted by Lynne
Don't center your post text - it makes it hard to read stuff.
That error is because you are using files that are a different version from your database. If you downloaded 4.1.5 files, and are using a 4.0.3 database, then you need to run the upgrade.php scripts.
|
centered is off, love all your work by the way! and i will run the upgrade.php and get back to you guys thanks for everything its 4 am here off to bed but will do in the morning. also would i just ftp the 4.1.5 install folder? or all of the 4.1.5 patch level 1 files back into the ftp?
--------------- Added [DATE]1313009120[/DATE] at [TIME]1313009120[/TIME] ---------------
Quote:
Originally Posted by Lynne
Don't center your post text - it makes it hard to read stuff.
That error is because you are using files that are a different version from your database. If you downloaded 4.1.5 files, and are using a 4.0.3 database, then you need to run the upgrade.php scripts.
|
the upgrade worked great everything was fine.
admincp works great.
but the physical website gets this error
Warning: Invalid argument supplied for foreach() in [path]/includes/block/threads.php on line 221
Warning: Invalid argument supplied for foreach() in [path]/includes/block/newposts.php on line 195
disable the plugins threw config still error so safe to say its not a plugin
any ideas? i reuploaded threads.php and newposts.php but same error