coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: phl on March 08, 2005, 07:41:09 PM

Title: issue with lastcom
Post by: phl on March 08, 2005, 07:41:09 PM
Hello, I'm a new user of Coppermine. First of all, thank you for providing this great php script, it roxx ;D
Now my issue, excuse if my question seems to be a newbie question :-\\

When I put lastcom in "The content of the main page" in the Config section I got as result :
Fatal error: Call to undefined function: process_smilies() in /home/www/d8f179ec2713cae59d595d23e60417b7/users/phl/web/include/functions.inc.php on line 550

Here is the specified line :
if ($CONFIG['enable_smilies']) $msg_body = process_smilies($msg_body);

I didn't edit the functions.inc.php, and I didn't add any addons except the "cpg1.2_mod_private-album-thumb.zip" (but I think there is no link between my issue and this addon).

Thank you for your help :-*
Title: Re: issue with lastcom
Post by: Tranz on March 08, 2005, 07:47:53 PM
bbcode in comments wasn't included in 1.3.

If you did not modify related files, are you using v 1.4?
Title: Re: issue with lastcom
Post by: phl on March 09, 2005, 10:33:05 AM
no I didn't, the version I use is the 1.3.2
Title: Re: issue with lastcom
Post by: Joachim Müller on March 09, 2005, 10:36:44 AM
Then you shouldn't apply mods that have been made for older versions, maybe that's the show-stopper. Backup your current files, then undo your mod and try if this fixes things for you.

Joachim
Title: Re: issue with lastcom
Post by: phl on March 10, 2005, 05:02:45 PM
Quote from: GauGau on March 09, 2005, 10:36:44 AM
Then you shouldn't apply mods that have been made for older versions, maybe that's the show-stopper. Backup your current files, then undo your mod and try if this fixes things for you.

Joachim

Thank you removing the old addon (private thumbnail on private album) solved my issue :D
What I didn't know is that the CPG 1.3.2 include this addon by default :-X

thanks