need help @ install need help @ install
 

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

need help @ install

Started by DeBegga, September 21, 2004, 04:03:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DeBegga

Hi!

i didn't speak english so very well, i wan't to post it here in german. i hope, you can help me...

Hi!
Ich habe folgendes Problem:
Ich habe das foto-album installiert ( => http://www.da-be.de/pics/ ), jedoch erscheint bei mir dann folgender text im fenster...

cer = template_extract_block($template, 'spacer'); } $params = array('{TEXT}' => $lang_errors['no_img_to_display']); starttable('100%', $album_name); echo template_eval($template, $params); endtable(); } function theme_display_image($nav_menu, $picture, $votes, $pic_info, $comments, $film_strip) // added $film_strip: Zarsky { global $HTTP_COOKIE_VARS, $CONFIG; starttable(); echo $nav_menu; endtable(); starttable(); echo $picture; endtable(); if ($CONFIG['display_film_strip'] == 1) { // added film strip code: Zarsky echo $film_strip; } starttable(); echo $votes; endtable(); $picinfo = isset($HTTP_COOKIE_VARS['picinfo']) ? $HTTP_COOKIE_VARS['picinfo'] : ($CONFIG['display_pic_info'] ? 'block' : 'none'); echo "
\n"; starttable(); echo $pic_info; endtable(); echo "
\n"; starttable(); echo $comments; endtable(); } function theme_html_picinfo(&$info) { global $lang_picinfo; $html = ''; $html .= " {$lang_picinfo['title']}\n"; $template = " %s:%s\n"; foreach ($info as $key => $value) $html .= sprintf($template, $key, $value); return $html; } ?>

was muss ich da machen, dass dieser weg geht??

Nibbler

I suggest you re-upload all your theme files, looks like they are corrupted.

Support is in English only please.