PDA

View Full Version : Need HTML/PHP help


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).

Big!
18th-November-2007, 12:21 AM
The problem wouldn't be in line 93, but rather would be in the definition of the pagetop() function elsewhere in the program. Try a find on pagetop and see where that leads you. For some reason your function definition is not showing up. I'm not that versatile in php, but I know 10 other languages, once you know one you can figure any of them out.

Big!

TombStone
19th-November-2007, 02:14 PM
We do need a section for this

V-Dogg
19th-November-2007, 04:48 PM
The problem wouldn't be in line 93, but rather would be in the definition of the pagetop() function elsewhere in the program. Try a find on pagetop and see where that leads you. For some reason your function definition is not showing up. I'm not that versatile in php, but I know 10 other languages, once you know one you can figure any of them out.

Big!
Considering this and considering how many files I would have to search through.... I'll probably just wait until I can afford a legit copy of IPB (I used to have a pirated copy that worked, but I guess it's getting a lot harder to find a working nulled version).

Big!
20th-November-2007, 11:45 PM
We do need a section for this

Tech Talk.

Big!