Some images dont display correctly in IE

zonecarbon by Helter Skelter based on zoneCopper by Yasineb

Some images dont display correctly in IE

Postby Helter » Mon Oct 24, 2005 12:55 pm

if your having trouble gettin images such as buttons to show up in IE since the last IM update, replace all the text in zoneCarbon.cfg with this...

Code: Select all
<?php
//
// **      Configuration file for zoneCarbon template       **
//
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//

//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);

$current_template_images = $current_template_path . "/images";
$topic_iw = '59';
$topic_ih = '18';
$post_iw = '82';
$post_ih = '25';
$icon_iw = '16';
$icon_ih = '18';
$folder_iw = '19';
$folder_ih = '18';
$folderbig_iw = '19';
$folderbig_ih = '18';

$images['template'] = "$current_template_path/";
//$images['root'] = "$current_template_images/";
//$images['root_lang'] = "$current_template_images/{LANG}/";
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_delpost'] = "$current_template_images/{LANG}/icon_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif\" width=\"12\" height=\"9\" class=\"imgspace";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif\" width=\"18\" height=\"9\" class=\"imgspace";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif\" width=\"18\" height=\"9\" class=\"imgspace";

$images['forum'] = "$current_template_images/folder.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['forum_new'] = "$current_template_images/folder_new.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";
$images['forum_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folderbig_iw\" height=\"$folderbig_ih\" class=\"imgfolder";

$images['folder'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_new'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot'] = "$current_template_images/folder_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked'] = "$current_template_images/folder_lock.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce'] = "$current_template_images/folder_announce.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";

$images['post_new'] = "$current_template_images/{LANG}/post.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif\" width=\"$post_iw\" height=\"$post_ih";

$images['pm_inbox'] = "$current_template_images/msg_inbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif\" width=\"$folder_ih\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_readmsg'] = "$current_template_images/folder.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif\" width=\"$post_iw\" height=\"$post_ih";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif\" width=\"$topic_iw\" height=\"$topic_ih\" class=\"imgtopic";
$images['pm_new_msg'] = "$current_template_images/pm_new.gif";
$images['pm_no_new_msg'] = "$current_template_images/pm_no_new.gif";

$images['topic_watch'] = "$current_template_images/topic_watch.gif";
$images['topic_un_watch'] = "$current_template_images/topic_unwatch.gif";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";

$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";

//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;

//
// Top of Page Image
//
$images['icon_up'] = "$current_template_images/icon_up.gif\" width=\"$icon_iw\" height=\"$icon_ih\" class=\"imgtopic";

//-- mod : profile cp ------------------------------------------------------------------------------
//-- add
$images['icon_visible']         = "$current_template_images/icon_visible.gif";
$images['icon_not_visible']      = "$current_template_images/icon_not_visible.gif";
$images['icon_offline']         = "$current_template_images/{LANG}/icon_offline.gif";
$images['icon_hidden']         = "$current_template_images/{LANG}/icon_hidden.gif";
$images['icon_online']         = "$current_template_images/{LANG}/icon_online.gif";
$images['icon_birthday']      = "$current_template_images/icon_birthday.gif";
$images['Happy_birthday']      = "$current_template_images/happy_birthday.gif";

$images['icon_friend_add']      = "$current_template_images/{LANG}/icon_friend_add.gif";
$images['icon_friend_remove']   = "$current_template_images/{LANG}/icon_friend_remove.gif";
$images['icon_ignore_add']      = "$current_template_images/{LANG}/icon_ignore_add.gif";
$images['icon_ignore_remove']   = "$current_template_images/{LANG}/icon_ignore_remove.gif";

$images['up_arrow']            = "$current_template_images/icon_up_arrow.gif";
$images['next_arrow']         = "$current_template_images/next.gif";

// control images
$alphabet = 'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789';
for ($i_alphabet=0; $i_alphabet < strlen($alphabet); $i_alphabet++)
{
   $let_alphabet = $alphabet[$i_alphabet];
   $let_alphabet_f   = $let_alphabet;
   if ( strtoupper($let_alphabet) == $let_alphabet ) $let_alphabet_f .= $let_alphabet;
   $key_alphabet = 'alphabet_' . $let_alphabet;
   $ico_alphabet = 'alpha_' . $let_alphabet_f . '.gif';
   $images[$key_alphabet] = "$current_template_images/profilcp/" . $ico_alphabet;
}
$images['tz_-12'] = "$current_template_images/profilcp/gmt_-12.gif";
$images['tz_-11'] = "$current_template_images/profilcp/gmt_-11.gif";
$images['tz_-10'] = "$current_template_images/profilcp/gmt_-10.gif";
$images['tz_-9'] = "$current_template_images/profilcp/gmt_-9.gif";
$images['tz_-8'] = "$current_template_images/profilcp/gmt_-8.gif";
$images['tz_-7'] = "$current_template_images/profilcp/gmt_-7.gif";
$images['tz_-6'] = "$current_template_images/profilcp/gmt_-6.gif";
$images['tz_-5'] = "$current_template_images/profilcp/gmt_-5.gif";
$images['tz_-4'] = "$current_template_images/profilcp/gmt_-4.gif";
$images['tz_-3.5'] = "$current_template_images/profilcp/gmt_-3,5.gif";
$images['tz_-3'] = "$current_template_images/profilcp/gmt_-3.gif";
$images['tz_-2'] = "$current_template_images/profilcp/gmt_-2.gif";
$images['tz_-1'] = "$current_template_images/profilcp/gmt_-1.gif";
$images['tz_0'] = "$current_template_images/profilcp/gmt_0.gif";
$images['tz_1'] = "$current_template_images/profilcp/gmt_1.gif";
$images['tz_2'] = "$current_template_images/profilcp/gmt_2.gif";
$images['tz_3'] = "$current_template_images/profilcp/gmt_3.gif";
$images['tz_3.5'] = "$current_template_images/profilcp/gmt_3,5.gif";
$images['tz_4'] = "$current_template_images/profilcp/gmt_4.gif";
$images['tz_4.5'] = "$current_template_images/profilcp/gmt_4,5.gif";
$images['tz_5'] = "$current_template_images/profilcp/gmt_5.gif";
$images['tz_5.45'] = "$current_template_images/profilcp/gmt_5,45.gif";
$images['tz_5.5'] = "$current_template_images/profilcp/gmt_5,5.gif";
$images['tz_6'] = "$current_template_images/profilcp/gmt_6.gif";
$images['tz_6.5'] = "$current_template_images/profilcp/gmt_6,5.gif";
$images['tz_7'] = "$current_template_images/profilcp/gmt_7.gif";
$images['tz_8'] = "$current_template_images/profilcp/gmt_8.gif";
$images['tz_8.5'] = "$current_template_images/profilcp/gmt_8,5.gif";
$images['tz_9'] = "$current_template_images/profilcp/gmt_9.gif";
$images['tz_9.5'] = "$current_template_images/profilcp/gmt_9,5.gif";
$images['tz_10'] = "$current_template_images/profilcp/gmt_10.gif";
$images['tz_11'] = "$current_template_images/profilcp/gmt_11.gif";
$images['tz_12'] = "$current_template_images/profilcp/gmt_12.gif";
$images['tz_13'] = "$current_template_images/profilcp/gmt_13.gif";
//-- fin mod : profile cp --------------------------------------------------------------------------

//-- mod : topics list -----------------------------------------------------------------------------
//-- add
$images['folder_global_announce']         = "$current_template_images/folder_announce.gif";
$images['folder_global_announce_new']      = "$current_template_images/folder_announce_new.gif";
$images['folder_global_announce_own']      = "$current_template_images/folder_announce_own.gif";
$images['folder_global_announce_new_own']   = "$current_template_images/folder_announce_new_own.gif";
$images['folder_own']                  = "$current_template_images/folder_own.gif";
$images['folder_new_own']               = "$current_template_images/folder_new_own.gif";
$images['folder_hot_own']               = "$current_template_images/folder_hot_own.gif";
$images['folder_hot_new_own']            = "$current_template_images/folder_new_hot_own.gif";
$images['folder_locked_own']            = "$current_template_images/folder_lock_own.gif";
$images['folder_locked_new_own']         = "$current_template_images/folder_lock_new_own.gif";
$images['folder_sticky_own']            = "$current_template_images/folder_sticky_own.gif";
$images['folder_sticky_new_own']         = "$current_template_images/folder_sticky_new_own.gif";
$images['folder_announce_own']            = "$current_template_images/folder_announce_own.gif";
$images['folder_announce_new_own']         = "$current_template_images/folder_announce_new_own.gif";
//-- fin mod : topics list -------------------------------------------------------------------------

//-- mod : categories hierarchy --------------------------------------------------------------------
//-- add
$images['category'] = "$current_template_images/cat_folder_big.gif";
$images['category_new'] = "$current_template_images/cat_folder_new_big.gif";
$images['category_locked'] = "$current_template_images/cat_folder_locked_big.gif";
$images['icon_minicat'] = "$current_template_images/icon_minicat.gif";
$images['icon_minicat_new'] = "$current_template_images/icon_minicat_new.gif";
$images['icon_minicat_locked'] = "$current_template_images/icon_minicat_lock.gif";
$images['icon_minipost_lock'] = "$current_template_images/icon_minipost_lock.gif";
$images['link'] = "$current_template_images/link_folder.gif";
$images['icon_minilink'] = "$current_template_images/icon_minilink.gif";

$images['spacer'] = "$current_template_images/spacer.gif";
//-- fin mod : categories hierarchy ----------------------------------------------------------------

//-- mod : calendar --------------------------------------------------------------------------------
//-- add
$images['icon_calendar']      = "$current_template_images/icon_calendar.gif";
$images['icon_tiny_topic']      = "$current_template_images/icon_tiny_topic.gif";
$images['icon_tiny_profile']   = "$current_template_images/icon_tiny_profile.gif";
$images['folder_birthday']      = "$current_template_images/folder_calendar.gif";

$images['up_arrow']            = "$current_template_images/icon_up_arrow.gif";
$images['down_arrow']         = "$current_template_images/icon_down_arrow.gif";
//-- fin mod : calendar ----------------------------------------------------------------------------

// Photo Album integration 4 PCP
$images['icon_gallery']  = "$current_template_images/{LANG}/button_photo.gif";
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";
$images['no_thumbnail'] = "$current_template_images/album_thumbnail.gif";

// Start add - Fully integrated shoutbox MOD
$images['icon_censor'] = "$current_template_images/icon_censor.gif";
// End add - Fully integrated shoutbox MOD

$images['nav_menu'] = "$current_template_images/pip.gif";
$images['scroll_pm'] = "$current_template_images/icon_scroll_pm.gif";

$images['icon_approve'] = "$current_template_images/{LANG}/icon_approve.gif";
$images['icon_unapprove'] = "$current_template_images/{LANG}/icon_unapprove.gif";
$images['kb_title'] = "$current_template_images/{LANG}/kb.gif";

$images['mini_cal_icon_left_arrow'] = "$current_template_images/mini_cal_icon_left_arrow.gif";
$images['mini_cal_icon_right_arrow'] = "$current_template_images/mini_cal_icon_right_arrow.gif";

$images['voting_graphic_left'] = "$current_template_images/vote_lcap.gif";
$images['voting_graphic_right'] = "$current_template_images/vote_rcap.gif";

$images['icon_tiny_repeat'] = "$current_template_images/icon_tiny_repeat.gif";

// Start add - Gender PCP PIC MOD
$images['Male'] = "$current_template_images/icon_minigender_male.gif";
$images['Female'] = "$current_template_images/icon_minigender_female.gif";
$images['No_gender_specify'] = "$current_template_images/icon_minigender_unknown.gif";
// End add - Gender PCP PIC MOD

// Start add - Yellow card admin MOD
$images['icon_g_card'] = "$current_template_images/icon_gcard.gif";
$images['icon_y_card'] = "$current_template_images/icon_ycard.gif";
$images['icon_r_card'] = "$current_template_images/icon_rcard.gif";
$images['icon_b_card'] = "$current_template_images/icon_bcard.gif";
$images['icon_bhot_card'] = "$current_template_images/icon_bhotcard.gif";
$images['topic_mod_merge'] = "$current_template_images/topic_merge.gif";

//--------------------------------------------------------------------------------
// Prillian - Begin Code Addition
//

$images['prill_buddies'] = "$current_template_images/prill_buddies.png";
$images['prill_closewin'] = "$current_template_images/prill_closewin.png";
$images['prill_home'] = "$current_template_images/prill_home.png";
$images['prill_prefs'] = "$current_template_images/prill_jar.png";
$images['prill_message'] = "$current_template_images/prill_message.png";
$images['prill_refresh'] = "$current_template_images/prill_refresh.png";
$images['prill_logout'] = "$current_template_images/prill_no1.png";
$images['prill_log'] = "$current_template_images/prill_log.png";
$images['prill_logo'] = "$current_template_images/prill_logo1.png";
$images['prill_offsite'] = "$current_template_images/prill_offsite.png";
$images['prill_onsite'] = "$current_template_images/prill_onsite.png";
$images['prill_help'] = "$current_template_images/prill_help1.png";
$images['prill_main_switch'] = "$current_template_images/prill_mode1.png";
$images['prill_wide_switch'] = "$current_template_images/prill_mode2.png";
$images['prill_mini_switch'] = "$current_template_images/prill_mode3.png";
$images['ignore_add'] = "$current_template_images/contact_ignadd.png";
$images['ignore_remove'] = "$current_template_images/contact_ignrem.png";
$images['disallow_add'] = "$current_template_images/contact_disadd.png";
$images['disallow_remove'] = "$current_template_images/contact_disrem.png";
$images['buddy_add'] = "$current_template_images/contact_budadd.png";
$images['buddy_remove'] = "$current_template_images/contact_budrem.png";

$images['read_more'] = "$current_template_images/news_read_more.gif";
$images['bm_add'] = "$current_template_images/topic_bm.gif";
$images['bm_remove'] = "$current_template_images/topic_bm2.gif";

$images['icon_mini_clock'] = "$current_template_images/icon_mini_clock.gif";
$images['who_is_online'] = "$current_template_images/whosonline.gif";
$images['date_picker'] = "$current_template_images/img.gif";
$images['clear_date'] = "$current_template_images/img_no.gif";
$images['topic_previous'] = "$current_template_images/topic_previous.gif";
$images['topic_print'] = "$current_template_images/topic_print.gif";
$images['topic_email'] = "$current_template_images/topic_email.gif";
$images['topic_search'] = "$current_template_images/ns_icon_search.gif";
$images['topic_who_post'] = "$current_template_images/ns_topic_watch.gif";
$images['topic_export'] = "$current_template_images/topic_export.gif";
$images['topic_down'] = "$current_template_images/ns_icon_down.gif";
$images['topic_next'] = "$current_template_images/topic_next.gif";
$images['icon_disk'] = "$current_template_images/icon_disk.gif";
$images['topic_up'] = "$current_template_images/ns_icon_up.gif";
$images['news_print'] = "$current_template_images/news_print.gif";
$images['news_email'] = "$current_template_images/news_email.gif";
$images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif";
$images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif";
$images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif";
$images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif";
$images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif";
$images['pa_download'] = "$current_template_images/{LANG}/icon_pa_download.gif";
$images['pa_rate'] = "$current_template_images/{LANG}/icon_pa_rate.gif";
$images['pa_email'] = "$current_template_images/{LANG}/icon_pa_email.gif";
$images['pa_comment_post'] = "$current_template_images/{LANG}/icon_pa_post_comment.gif";
$images['pa_file_new'] = "$current_template_images/icon_pa_new.gif";
//
// Prillian - End Code Addition
//--------------------------------------------------------------------------------

$images['menu_delimeter'] = '•&nbsp;';

// Hide Buttons :: Added :: Start
$images['topic_next_no'] = "$current_template_images/topic_next_no.gif";
$images['topic_previous_no'] = "$current_template_images/topic_previous_no.gif";
// Hide Buttons :: Added :: End
// skype :: Added :: Start
$images['icon_skype'] = "$current_template_images/{LANG}/icon_skype.gif";
// skype :: Added :: End

Last edited by Helter on Mon Oct 24, 2005 3:53 pm, edited 1 time in total.
User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Postby quick2004 » Mon Oct 24, 2005 3:39 pm

[code]Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/templates/zoneCarbon/zoneCarbon.cfg:339) in /home/assaulto/public_html/index/includes/page_header.php on line 939

Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/templates/zoneCarbon/zoneCarbon.cfg:339) in /home/assaulto/public_html/index/includes/page_header.php on line 941

Warning: Cannot modify header information - headers already sent by (output started at /home/assaulto/public_html/index/templates/zoneCarbon/zoneCarbon.cfg:339) in /home/assaulto/public_html/index/includes/page_header.php on line 942

quick2004
 
Posts: 15
Joined: Sat Sep 17, 2005 6:42 pm
Blog: View Blog (0)

Postby Helter » Mon Oct 24, 2005 3:54 pm

try it now...sorry i left a few lines in there that were for another template

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

recent topics error

Postby MadGrip » Tue Jan 24, 2006 3:46 am

I installed this style template, but I'm getting errors

please help !!

could this be a server error or a scripting error ?? because it changes randomly and sometimes its not there at all :?

this is 1 of the the errors I'm getting

my site is at http://www.uk-performance.net

-----------------------------------------------------------------------


Could not query recent topics information

DEBUG MODE

SQL Error : 1030 Got error 12 from table handler

SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username, p.post_username FROM phpbb_topics AS t LEFT OUTER JOIN phpbb_approve_posts AS a ON (t.topic_first_post_id = a.post_id), phpbb_posts AS p, phpbb_users AS u WHERE t.forum_id NOT IN ('start') AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id AND a.post_id is NULL AND t.topic_time <= 1138103018 ORDER BY p.post_time DESC LIMIT 10

Line : 114
File : /home/madgrip/public_html/newforums/integramod132c/integramod/blocks/blocks_imp_recent_topics.php


and this is the other

DEBUG MODE

SQL Error : 1030 Got error 12 from table handler

SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, s.session_logged_in, s.session_ip FROM phpbb_users u, phpbb_sessions s WHERE u.user_id = s.session_user_id AND s.session_time >= 1138103500 ORDER BY u.username ASC, s.session_ip ASC

Line : 69
File : /home/madgrip/public_html/newforums/integramod132c/integramod/blocks/blocks_imp_online_users.php

MadGrip
 
Posts: 13
Joined: Mon Jan 23, 2006 11:56 am
Blog: View Blog (0)

Postby Helter » Tue Jan 24, 2006 4:22 pm

what stage did you update to and from?
I see your directory is 132c. There were 2 additional releases of 132 and there have been 2 public releases of 140.
The errors you are recieving are due to your forum, not the templates.
I am guessing that your running either the first version of 140, or your update to the latest 140 version is incomplete.

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner



Post a reply



Return to zoneCarbon

Who is online

Users browsing this forum: No registered users and 1 guest

cron