Quote:
Originally Posted by viper357
Open your init.php file with an editor like notepad++, (make a backup of it first), then go to all of those line numbers in your message above and look for this "=&" and delete just the "&" on all of those lines, then save and re-upload the file.
|
Thanks. Do you know why this happens?
Anyway, I made the change to the first line 55 to see if it would skip over that error. It ended up skipping all of them and showing this new one. Nothing is working now.
Quote:
Parse error: syntax error, unexpected T_LNUMBER in /home/snow07/public_html/forum/includes/init.php on line 12
|
So I actually went back and uploaded the backup file just to see if would go back to original errors. No, it now skips all errors and just keeps showing the one above.
But line 12 is blank as you can see below. Not sure what to do?
Quote:
1 <?php
2 /*================================================= =====================*\
3 || ################################################## ################## ||
4 || # vBulletin 3.8.7 Patch Level 4 - Licence Number VBFF7971A0
5 || # ---------------------------------------------------------------- # ||
6 || # Copyright ?2000-2014 vBulletin Solutions, Inc. All Rights Reserved. ||
7 || # This file may not be redistributed in whole or significant part. # ||
8 || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
9 || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
10 || ################################################## ################## ||
11 \*================================================ ======================*/
12
13 if (!defined('VB_AREA') AND !defined('THIS_SCRIPT'))
14 {
15 echo 'VB_AREA and THIS_SCRIPT must be defined to continue';
16 exit;
17 }
|
Please help.
Thanks