I've edited the files multiple times and I keep getting this persistent error after I upload them back up the server.
Parse error: parse error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/packetattack/forums.nycmaximas.org/html/includes/class_core.php on line 989. I keep redoing the files to no avail.
I'm using UltraEdit 32 and uploading the files in ASCII mode.
I check line 989 and this is what I have:
985: * @package vBulletin
986:* @version $Revision: 1.183.2.9 $
987:* @date $Date: 2006/02/09 17:44:52 $
988:*/
989:class vB_Database_MySQLi extends vB_Database
990:{
991: /**
992: * Array of function names, mapping a simple name 993:to the RDBMS specific function name
994: *
995: * @var array
996: */
|