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: theme do not show ..  (Read 2718 times)

0 Members and 1 Guest are viewing this topic.

versus7

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
    • www.oixalia.gr
theme do not show ..
« on: March 14, 2005, 12:17:08 pm »

hi first i musts say what happens

i tryed to install com_coppermine to mambo to feet coppermine in my site

i replaced the following line in include/functions.inc.php

Code: [Select]
$template = fread(fopen($template_file, 'r'), filesize($template_file));
with this

Code: [Select]
//$template = fread(fopen($template_file, 'r'), filesize($template_file));
ob_start();                     // Start output buffering
include ($template_file);       // Parsed file goes to buffer
$template = ob_get_contents();  // Assign buffer to $template
ob_end_clean();                 // Clear buffer and turn off output buffering


after i uploaded the special theme for this job

all that don't worked

although i replaced the code again to original

after i uninstalled the com_coppermine, delete the special theme and last i selected my theme back ...

and now look this problem

http://www.oixalia.gr/gallery/index.php

can anyone tell me why my theme (and all themes) do not show ????


 
Logged
(http://www.oixalia.gr/gall/cpmfetch/cfimageget.php)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: theme do not show ..
« Reply #1 on: March 14, 2005, 07:04:43 pm »

obviously you haven't undone your modifications completely (which were bound to fail, as coppermine uses a theme engine of it's own, you can't "trick" it that easily). Get a fresh copy of the coppermine files and overwrite those on your server with the frash copy and you should be fine - it's impossible to tell where exactly you have messed up.

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.