Advanced search  

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

Pages: [1]   Go Down

Author Topic: isnt my patch working?  (Read 3839 times)

0 Members and 1 Guest are viewing this topic.

kris9090

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
isnt my patch working?
« 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
Logged

kris9090

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: isnt my patch working?
« Reply #1 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
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.