forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: kris9090 on March 21, 2009, 06:24:16 am

Title: isnt my patch working?
Post by: kris9090 on March 21, 2009, 06:24:16 am
Warning: include() [function.include]: Unable to access ../port/cpmfetch/cpmfetch.php in /www/oxyhost.com/s/o/s/sosmalldesigns/htdocs/WP/wp-content/themes/julianne/last.php on line 2

Warning: include(../port/cpmfetch/cpmfetch.php) [function.include]: failed to open stream: No such file or directory in /www/oxyhost.com/s/o/s/sosmalldesigns/htdocs/WP/wp-content/themes/julianne/last.php on line 2

Warning: include() [function.include]: Failed opening '../port/cpmfetch/cpmfetch.php' for inclusion (include_path='.:/usr/share/php') in /www/oxyhost.com/s/o/s/sosmalldesigns/htdocs/WP/wp-content/themes/julianne/last.php on line 2

Fatal error: Class 'cpm' not found in /www/oxyhost.com/s/o/s/sosmalldesigns/htdocs/WP/wp-content/themes/julianne/last.php on line 3


here are the patch
<?php
  include "./port/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./port/cpmfetch/cpmfetch_config.php");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

I need some help please
Title: Re: isnt my patch working?
Post by: kris9090 on March 22, 2009, 03:59:07 am
I made it trough, just created a new page in cpmfetch folder with the patch and called it in an Iframe