isnt my patch working? isnt my patch working?
 

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

isnt my patch working?

Started by kris9090, March 21, 2009, 06:24:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kris9090

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

kris9090

I made it trough, just created a new page in cpmfetch folder with the patch and called it in an Iframe