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

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

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