config problem config problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

config problem

Started by gaz0r, June 15, 2005, 03:54:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gaz0r

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?

Nibbler

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.

gaz0r

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

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

gaz0r

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

Nibbler

Have you uploaded include/smilies.inc.php ?

kegobeer

Have you verified you uploaded all of the 1.3.3 files?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

gaz0r


Nibbler

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.

gaz0r

so ive gotta update my theme to 1.3 ?

Nibbler

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.

gaz0r

ive updated the theme and got rid of a few errors but still i cant view last comments  >:(

kegobeer

Search thru the 1.3.3 files for "function process_smilies".  Whatever file has that function need to be uploaded to your site.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

gaz0r

I get this error when trying to display last comments...

anyone kno whwats up?


http://gallery.batcars.co.uk/thumbnails.php?album=lastcom

Nibbler

Merged your double post. You still haven't uploaded the classic theme for testing.

katip2000

 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

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

katip2000

Thanks  :D
works it again

gaz0r

http://gallery.batcars.co.uk

i have done everything and its still doing the same :(

Tranz

#19
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.