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
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.
found it, thanks!