Error: config file /photogal specified but was not found. Error: config file /photogal specified but was not found.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error: config file /photogal specified but was not found.

Started by surfingcarpet, October 15, 2007, 08:36:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

surfingcarpet

Hi all,
cpmfetch made my website dynamic and non boring. Thanks to the creators. ;)

I seem to have a new problem.

Error: config file /photogal specified but was not found.

It worked fine until a couple weeks ago. It is very strange, I have this message only for my random files, and not for my random subcategories...

Everything seem to be working fine:
http://www.surfingcarpet.com/photogal/cpmfetch/install.php

other categories are working fine as well:
http://www.surfingcarpet.com/photogal/cpmfetch/random_tunisia.php

code:

<?php
include "./cpmfetch.php";
$objCpm = new cpm('/photogal');
$objCpm->cpm_viewRandomMediaFrom(1,6,"cat=7");
$objCpm->cpm_close();
?>


Only this does not work:
http://www.surfingcarpet.com/photogal/cpmfetch/random_all.php

Which is very strange because I have the exact same code:

<?php
include "./cpmfetch.php";
$objCpm = new cpm('/photogal');
$objCpm->cpm_viewRandomMediaFrom(1,6);
$objCpm->cpm_close();
?>

It was workingfine, but now I have a config error message. Anyone knows what is that error about? I read some similar messages on the forum, I checked the permissions and everything, but doesn't seem to work  ???

Thanks.
www.surfingcarpet.com