upgrading to 1.4.3 from 1.3.4 upgrading to 1.4.3 from 1.3.4
 

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

upgrading to 1.4.3 from 1.3.4

Started by mattpist, February 16, 2006, 07:02:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mattpist

so i just moved my website over to a new host, got everything moved, then did an upgrade. my first problem is that the configuration page doesn't work. first, the 'config' button is missing when i log in, it's just a very thin button with no text. clicking on it  just brings up a blank page with two blank buttons. reading elsewhere on this forum i saw that config.php has been changed to admin.php, and when i did a direct url to admin.php it worked... but my question is how do i get the 'config' button back in my theme, and how do i point it to admin.php? lookiing at my template.html, i only see a "{MAIN_MENU}" and "{ADMIN_MENU}".... thanks!

edit: im using a modified version of the water_drop theme from 1.3.4

Nibbler

You need to update your custom theme to 1.4 spec following the instructions provided in the documentation or use one of the builtin themes.

mattpist