V-Dogg
18th-November-2007, 12:16 AM
side note: we need a section for computers and stuff.
I'm currently trying to re-install IPB on to my site (needed to fix some problems and as far as my expertise goes to best option was to switch to phpBB so my members still have a board while I re-install IPB). I uploaded the files, I put in all the right information upon installation, but now that installation is done i'm getting the following error message...
Fatal error: Call to undefined function: pagetop() in /home/www/dprojects.freehostia.com/board/sources/action_public/boards.php on line 93
I took a look at line 93 of said file and I can't seem to find anything wrong with it (but then again i'm complete and total shit when it comes to coding). I was wondering if anyone has any idea what's wrong with it? Line of code is below...
$this->output .= $this->ipsclass->compiled_templates['skin_boards']->PageTop( $this->ipsclass->get_date( $this->ipsclass->input['last_visit'], 'LONG' ) );
Thankfully I uploaded the files to a folder I only made to do a test install for this (figured it'd be a good idea cuz if something went wrong I wouldn't lose anything).
I'm currently trying to re-install IPB on to my site (needed to fix some problems and as far as my expertise goes to best option was to switch to phpBB so my members still have a board while I re-install IPB). I uploaded the files, I put in all the right information upon installation, but now that installation is done i'm getting the following error message...
Fatal error: Call to undefined function: pagetop() in /home/www/dprojects.freehostia.com/board/sources/action_public/boards.php on line 93
I took a look at line 93 of said file and I can't seem to find anything wrong with it (but then again i'm complete and total shit when it comes to coding). I was wondering if anyone has any idea what's wrong with it? Line of code is below...
$this->output .= $this->ipsclass->compiled_templates['skin_boards']->PageTop( $this->ipsclass->get_date( $this->ipsclass->input['last_visit'], 'LONG' ) );
Thankfully I uploaded the files to a folder I only made to do a test install for this (figured it'd be a good idea cuz if something went wrong I wouldn't lose anything).