MyBB Community Forums

Full Version: Major, MAJOR problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How?

I cant even get onto the site though? Or am i missing something?
Edited ..

hmm., above given code is not the required template ; we understand that you can log into your forum's admin panel & post the required code
directly from the referred template (admin panel --> templates --> current theme's templates --> index page templates --> index_loginform)
<br /><br />
<form action="member.php" method="post">
	<input type="hidden" name="action" value="do_login" />
	<span class="smalltext"><strong>{$lang->quick_login}</strong></span>
	<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />
	<input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
	{$gobutton}
</form>

Also this is from the host.

1. In Error logs from your control panel I see the following
[Fri Jan 13 06:39:29 2012] [error] [client] PHP Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/totalfootballforums.co.uk/httpdocs/forum/inc/functions.php(3096) : eval()'d code on line 3
This is code issue.
can you also run file verification tool from tools & maintenance section of admin panel to check for any corrupt / missing files ...
A guy at my hosting said he'd try and set it up and install mybb.

Anyway, its still the same.

And for the file verification it says.

File Verification: Found Problems
File Status
install/images/bullet.gif Missing
install/images/content_bg.gif Missing
install/images/error_bg.gif Missing
install/images/h2-admin.gif Missing
install/images/h2-config.gif Missing
install/images/h2-createtables.gif Missing
install/images/h2-dbconfig.gif Missing
install/images/h2-finish.gif Missing
install/images/h2-license.gif Missing
install/images/h2-requirements.gif Missing
install/images/h2-tablepopulate.gif Missing
install/images/h2-theme.gif Missing
install/images/h2-welcome.gif Missing
install/images/index.html Missing
install/images/submit_bg.gif Missing
install/images/tcat_bg.gif Missing
install/images/thead_bg.gif Missing
install/index.php Missing
install/resources/adminoptions.xml Missing
install/resources/adminviews.xml Missing
install/resources/index.html Missing
install/resources/language.lang.php Missing
install/resources/mybb_theme.xml Missing
install/resources/mysql_db_inserts.php Missing
install/resources/mysql_db_tables.php Missing
install/resources/output.php Missing
install/resources/pgsql_db_tables.php Missing
install/resources/settings.xml Missing
install/resources/sqlite_db_tables.php Missing
install/resources/tasks.xml Missing
install/resources/upgrade1.php Missing
install/resources/upgrade10.php Missing
install/resources/upgrade11.php Missing
install/resources/upgrade12.php Missing
install/resources/upgrade13.php Missing
install/resources/upgrade14.php Missing
install/resources/upgrade15.php Missing
install/resources/upgrade16.php Missing
install/resources/upgrade17.php Missing
install/resources/upgrade18.php Missing
install/resources/upgrade19.php Missing
install/resources/upgrade2.php Missing
install/resources/upgrade20.php Missing
install/resources/upgrade21.php Missing
install/resources/upgrade3.php Missing
install/resources/upgrade4.php Missing
install/resources/upgrade5.php Missing
install/resources/upgrade6.php Missing
install/resources/upgrade7.php Missing
install/resources/upgrade8.php Missing
install/resources/upgrade9.php Missing
install/resources/usergroups.xml Missing
install/stylesheet.css Missing
install/upgrade.php Missing
those missing files have nothing to do with the referred error ! can you provide temporary admin panel access thru PM ..
(2012-01-13, 03:20 PM)jamie1990 Wrote: [ -> ]How?

I cant even get onto the site though? Or am i missing something?

navigate to http://www.totalfootballforums.co.uk/forum/admin/
(if accessable) and revert all templates on the theme you are using to default... if nothing else this will discount a theme problem
Try using default theme
My reply was so nicely deleted, but try a fresh install.
(2012-01-13, 06:37 PM)Vapor Wrote: [ -> ]My reply was so nicely deleted, but try a fresh install.

The OP asked his host to install for Him, which I guess the host would have cleared the forum directory and reinstalled. This does not seem to be the case (if there is a template issue) but perhaps before a new install the database should be backed up so the correct tables can be re inserted. I guess your idea will work
Pages: 1 2 3