coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: gaz0r on June 15, 2005, 03:54:15 PM

Title: config problem
Post by: gaz0r on June 15, 2005, 03:54:15 PM
I have just upgraded from version 1.1 to 1.3 and i have came across a problem...

When I click last comments on the page i get a error, and when i go into config it starts listing the options and then just stops and their is no submit button.

I have using a theme called caliv6 or something..


any ideas?
Title: Re: config problem
Post by: Nibbler on June 15, 2005, 04:05:26 PM
Make sure you have replaced the config.php file with the one from the the 1.3.3 package. Please post the error you get for last comments, enabling debug mode if neccessary to see the full mysql error message.
Title: Re: config problem
Post by: gaz0r on June 15, 2005, 04:25:55 PM
I've sorted the config problem but i still get a error viewing last comments.

have a look and see what youthink

http://gallery.batcars.co.uk
Title: Re: config problem
Post by: kegobeer on June 15, 2005, 04:32:54 PM
Make sure you uploaded all of the 1.3.3 files and ran the upgrade script.  Switch to the classic theme and see if your error goes away.
Title: Re: config problem
Post by: gaz0r on June 15, 2005, 04:45:24 PM
changed to the default theme and still get the same error

Fatal error: Call to undefined function: process_smilies() in /home/batcars/domains/batcars.co.uk/public_html/gallery/include/functions.inc.php on line 550
Title: Re: config problem
Post by: Nibbler on June 15, 2005, 04:51:42 PM
Have you uploaded include/smilies.inc.php ?
Title: Re: config problem
Post by: kegobeer on June 15, 2005, 04:53:09 PM
Have you verified you uploaded all of the 1.3.3 files?
Title: Re: config problem
Post by: gaz0r on June 15, 2005, 05:05:47 PM
yep ive done it all
Title: Re: config problem
Post by: Nibbler on June 15, 2005, 05:13:50 PM
You need to update your themes too, the classic theme is missing and I spot-checked eyeball and that was not the 1.3 version.
Title: Re: config problem
Post by: gaz0r on June 15, 2005, 05:17:18 PM
so ive gotta update my theme to 1.3 ?
Title: Re: config problem
Post by: Nibbler on June 15, 2005, 05:27:08 PM
You have to update everything.

The theme is available for 1.3.x : http://prdownloads.sourceforge.net/coppermine/cpg1.3.x_theme_caliSkinV6.zip?download

alternatively there are instructions on how to update the theme manually in the docs and on the boards.
Title: Re: config problem
Post by: gaz0r on June 15, 2005, 05:53:04 PM
ive updated the theme and got rid of a few errors but still i cant view last comments  >:(
Title: Re: config problem
Post by: kegobeer on June 15, 2005, 06:16:55 PM
Search thru the 1.3.3 files for "function process_smilies".  Whatever file has that function need to be uploaded to your site.
Title: last comments error
Post by: gaz0r on June 20, 2005, 04:22:05 PM
I get this error when trying to display last comments...

anyone kno whwats up?


http://gallery.batcars.co.uk/thumbnails.php?album=lastcom
Title: Re: config problem
Post by: Nibbler on June 20, 2005, 04:28:13 PM
Merged your double post. You still haven't uploaded the classic theme for testing.
Title: Re: config problem
Post by: katip2000 on June 20, 2005, 05:17:20 PM
 I have upgraded from version 1.2 to 1.3 and i have same problem when I trying to display last comments. ???
Fatal error: Call to undefined function: process_smilies() in ......./include/functions.inc.php on line 550
Title: Re: config problem
Post by: kegobeer on June 20, 2005, 05:54:22 PM
Upload all of the 1.3.3 files, run update.php.  Make sure you upload the new themes.  Switch to classic theme.  Post a link to your site.
Title: Re: config problem
Post by: katip2000 on June 20, 2005, 06:16:37 PM
Thanks  :D
works it again
Title: Re: config problem
Post by: gaz0r on June 22, 2005, 10:31:08 AM
http://gallery.batcars.co.uk

i have done everything and its still doing the same :(
Title: Re: config problem
Post by: Tranz on June 22, 2005, 04:51:29 PM
Quote from: gaz0r on June 22, 2005, 10:31:08 AM
http://gallery.batcars.co.uk

i have done everything and its still doing the same :(
You should leave the classic theme in the themes folder for troubleshooting purposes.

It seems like the smilies file is not being included. include/smilies.inc.php is on the server so that's not the issue.

In thumbnails.php, make sure that
if ($CONFIG['enable_smilies']) include("include/smilies.inc.php");

is below
require('include/init.inc.php');

If it is not, you have not updated all the files.