coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bainsstatic on May 20, 2004, 08:26:11 AM

Title: [n/a: cpg1.3.0 support request]: /config.php won't work
Post by: bainsstatic on May 20, 2004, 08:26:11 AM
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.
Title: Re: /config.php won't work
Post by: Tarique Sani on May 20, 2004, 08:36:41 AM
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
Title: Re: /config.php won't work
Post by: bainsstatic on May 20, 2004, 08:43:45 AM
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.
Title: Re: /config.php won't work
Post by: Joachim Müller on May 20, 2004, 08:49:05 AM
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
Title: Re: [n/a: cpg1.3.0 support request]: /config.php won't work
Post by: bainsstatic on May 20, 2004, 08:52:44 AM
thank you very much.