The Arcive of vBulletin Modifications Site. |
|
Help!! error code in arcade admin and front end in header? Details »»
|
|||||||||||||||||||||||||||
|
Help!! error code in arcade admin and front end in header?
Developer Last Online: May 2012
THis is what is appearing in my header I followed all instruction when upgrading so not sure how to proceed
sts, 0 for not exists and jello for the naked guy // Fun fact: The number of times I spelt 'field' as 'feild'in this part: 104 /*================================================= =======================*/ function field_exists($field, $table) { $this->return_die = 1; $this->error = ""; $this->query("SELECT COUNT($field) as count FROM $table"); $return = 1; if ( $this->failed ) { $return = 0; } $this->error = ""; $this->return_die = 0; $this->error_no = 0; $this->failed = 0; return $return; } } // end class ?> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
this is not from the arcade ..
looks like some kind of profile fields where added forr a mod and added wrong |
|
#3
|
|||
|
|||
|
well they only appeared after the arcade upgrade before that never had an issue mate, so a bit baffled
|
|
#4
|
||||
|
||||
|
That is an IPB code error, you are probably seeing it because the majority of the code used in the arcade files is still IPB code.
Try re-uploading the arcade files again and also make sure your includes/config.php file has the correct details of your database, database username/password etc Also, check your database and make sure all the database tables for the arcade are intact - an error like this (in IPB anyway) in usually because it cannot connect to a database table. |
|
#5
|
||||
|
||||
|
thanks
Gemma I never seen anything like it and been busy |
![]() |
|
|