Log in

View Full Version : Help!! error code in arcade admin and front end in header?


Dene2
01-31-2012, 03:41 PM
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 ?>

Hippy
01-31-2012, 08:02 PM
this is not from the arcade ..
looks like some kind of profile fields where added forr a mod and added wrong

Dene2
01-31-2012, 08:15 PM
well they only appeared after the arcade upgrade before that never had an issue mate, so a bit baffled

Gemma
02-01-2012, 12:46 PM
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.

Hippy
02-01-2012, 10:25 PM
thanks
Gemma

I never seen anything like it and been busy