News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Unable to load Themes/default/index.template.php!

Started by Aaron H, September 14, 2009, 01:07:27 AM

Previous topic - Next topic

Norv

"jghf_" is your database prefix, that is, the prefix of all tables names in your database. Thus, please run the query this way:

SELECT url, message, error_type, file, line FROMgamingvf_ff.jghf_log_errors ORDER BY log_time DESC LIMIT 50

and copy paste (or screenshot) the result here.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Aaron H

Error

SQL query: Documentation

SELECT url, message, error_type,
FILE , line FROMgamingvf_ff.jghf_log_errors
ORDER BY log_time DESC
LIMIT 50

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.jghf_log_errors ORDER BY log_time DESC LIMIT 50' at line 1

Norv

Oh, sorry, there's a space missing. Please use:

SELECT url, message, error_type, file, line FROM gamingvf_ff.jghf_log_errors ORDER BY log_time DESC LIMIT 50
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github


Norv

Ah, well, thank you, I'm afraid it doesn't help much unfortunately.
Unexpected though, that http://gamingvortexforums.co.ukhttp://ya.ru...

It may be better to completely refresh your SMF files. Please consider to follow these steps:
backup all your current SMF folder to another location (your computer, or another), then delete all SMF files from the server, except Settings.php and Settings.bak.php.
Download a large upgrade package for SMF the same version as yours, unzip and upload the files in the SMF folder, as it was before, without upgrade.php.
Then, please upload back from the backed up files the contents of the ./attachments directory, perhaps ./avatars as well.

This way, you will not lose anything, and your site should be back.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Advertisement: