View Single Post
Old October 14th, 2006, 03:08 AM   #5 (permalink)
nikos
Junior Member
Verified Customer
 
Join Date: Dec 2005
Posts: 12
I removed the following functions from phorum.php

function update_whoonline
function get_whoonline
function cache_catonline

and it worked

I did not remove function convert_markups. If I remove it I get an error message.

The problem is that now I get another error
Fatal error: Call to undefined function: get_forum_style() in /path/to/album/photo-album/pp-inc.php on line 562

I had to comment line 562 in pp-inc.php and because I did not get the css loaded I had to add a line in $header in order to load the css file.
Most parts of my album work, but there are many areas that do not work as I get the "get_forum_style()" error in line 3131.

Any ideas on how to fix this problem.
Thank you,
Nikos

------------------------------------------------------
Solved
I copied function get_forum_style() from /forums/photopost.php and placed it in /forums/phorum.php and enerything seems to work fine.
I will test the script to make sure that threre are no other problems.

Nikos

Last edited by nikos; October 14th, 2006 at 03:55 AM.
nikos is offline   Reply With Quote