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