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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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