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?
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.
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
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.
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
Have you uploaded include/smilies.inc.php ?
Have you verified you uploaded all of the 1.3.3 files?
yep ive done it all
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.
so ive gotta update my theme to 1.3 ?
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.
ive updated the theme and got rid of a few errors but still i cant view last comments >:(
Search thru the 1.3.3 files for "function process_smilies". Whatever file has that function need to be uploaded to your site.
I get this error when trying to display last comments...
anyone kno whwats up?
http://gallery.batcars.co.uk/thumbnails.php?album=lastcom
Merged your double post. You still haven't uploaded the classic theme for testing.
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
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.
Thanks :D
works it again
http://gallery.batcars.co.uk
i have done everything and its still doing the same :(
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.