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:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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