issue with lastcom issue with lastcom
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

issue with lastcom

Started by phl, March 08, 2005, 07:41:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

phl

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 :-*

Tranz

bbcode in comments wasn't included in 1.3.

If you did not modify related files, are you using v 1.4?

phl

no I didn't, the version I use is the 1.3.2

Joachim Müller

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

phl

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