change theme to default before you upgrade from 1.1D to 1.2R change theme to default before you upgrade from 1.1D to 1.2R
 

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

change theme to default before you upgrade from 1.1D to 1.2R

Started by yonasb, November 14, 2003, 12:40:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yonasb

I was using the water-drop theme in my 1.1D-phpnuke port and I followed the InstallEnglish.txt to upgrade to 1.2RC2. every thing went smooth. But when I try to view my photos I got an error that says "FAtal Error: function theme_display_album_list_cat() is not defained in index.php ...".

Solution 1)
before you upgrade go to your config and change the theme to default

or

solution 2)
use phpMyadmin or any other was to apply the following cmd.

UPDATE `cpg_config` SET `value` = 'default' WHERE `name` = 'theme' LIMIT 1 ;

assuming that cpg_ is your table prefix.

--yonas

DJMaze

hmm yes we forgot to put that in coppermine.sql  :oops:
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0