PDA

View Full Version : Major Error


Jmellors
Sun 11th May '08, 4:05pm
I was editing my navbar template, after i'd saved it my site just disspeared


www.mashupmb.com (http://www.mashupmb.com)

please can anyone help?

many thanks,,




EDIT//

This is the error message

PHP Error Message

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/a4565607/public_html/index.php(562) : eval()'d code on line 95

Jose Amaral Rego
Sun 11th May '08, 6:56pm
Try number #3 first and next #4. I f it is a mod, then you have to uninstall it and revert and or remove the edit that was applied to it.

Try uploading original vBulletin version non-image files in ASCII mode (except install.php and images folder) to overwrite those on server

http://files.vbulletin.com/doc_images/uploadpackage/upload_start.png (http://www.vbulletin.com/docs/html/uploadpackage)
You can just try this to see if you have any files that do not belong or have not been overwritten from an upgrade.

Admin Control Panel > Maintenance > Diagnostics > Suspect File Versions
[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]


Disable plugins from file includes/config.php and add this right under <?php on the next empty line or uninstall any modification(s) that have not been updated to work with new vBulletin stable release


<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.0 - Licence Number 1a2b3c4
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/




<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.0 - Licence Number 1a2b3c4
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||


/*================================================= =====================*\


To create a new style, click the [Add New Style] link underneath the main body of the Style Manager.

This will bring up the Add New Style interface. You then choose [No Parent Style], next view using new style and do you still get this issue.
http://files.vbulletin.com/doc_images/styles/stylemanager_add.png (http://www.vbulletin.com/docs/html/stylemanager_add_new_style)