The config button will not work. I just downloaded the beta version. When that didn't work, I downloaded the "stable release" and installed that (after deleting the beta version), but I still get the same problem. I can't get into config, I just get a "page not found" error. I've checked numerous times, the file is there, but it will not work for some reason. Help please! Thanks.
try renaming config.php to something else and then access it directly via your browser - some hosts do not allow scripts to be named config.php
HEY THANKS IT WORKED! (1and1 hosting)... I'm a noob and don't know how to redirect my "config" button to my new "konfig.php", would you know how? Thanks again.
edit themes/yourtheme/theme.php and find<a href="config.php" title="">{CONFIG_LNK}</a>
Replace with<a href="konfig.php" title="">{CONFIG_LNK}</a>
As you seem to use cpg1.3.0beta: please understand that it's a beta version that is only meant to be used be experienced users and doesn't come with support yet.
GauGau
thank you very much.