Page 1 of 1

Error in Theme

PostPosted: Sat Jul 29, 2006 10:14 am
Author: frohanss
Getting some errors when using EQ2 theme. Have tested many other temes but only this give errors.

Error when loading portal.php:
Parse error: parse error in c:programfilereasyphp1-8wwwforumincludestemplate.php(938) : eval()'d code on line 85

And this in Album page:
Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:programfilereasyphp1-8wwwforumincludesfunctions.php on line 1203

Warning: Cannot modify header information - headers already sent by (output started at c:programfilereasyphp1-8wwwforumincludesfunctions.php:1203) in c:programfilereasyphp1-8wwwforumincludespage_header.php on line 949

Warning: Cannot modify header information - headers already sent by (output started at c:programfilereasyphp1-8wwwforumincludesfunctions.php:1203) in c:programfilereasyphp1-8wwwforumincludespage_header.php on line 951

Warning: Cannot modify header information - headers already sent by (output started at c:programfilereasyphp1-8wwwforumincludesfunctions.php:1203) in c:programfilereasyphp1-8wwwforumincludespage_header.php on line 952



Can someone help with this?

I really would like to use this theme.

Re: Error in Theme

PostPosted: Sat Jul 29, 2006 2:15 pm
Author: Helter
since your issue is with page_header.php, i would assume that you have either modified your overall_header.tpl or it was dammaged during upload.

check these two files.

overall_header.tpl

Code: Select all
 <DOCTYPE><!-- mod ]

EQ2.cfg
[code]  <?php//// **      Configuration file for EQ2template        **//// **         copyright (C) 2001 The phpBB Group           **////// 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 = '63';$topic_ih = '17';$post_iw = '82';$post_ih = '25';$icon_iw = '19';$icon_ih = '19';$folder_iw = '25';$folder_ih = '25';$folderbig_iw = '25';$folderbig_ih = '25';  $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 ]           = "$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" width="$icon_iw" height="$icon_ih" class="imgtopic";  //--------------------------------------------------------------------------------// 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'] = '• ';  // 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    

PostPosted: Sun Jul 30, 2006 4:48 am
Author: frohanss
No, i have not modified my files (have also checked with ur posted code).
Have now tested this on a local install and web server install.
I get same error.

What could be the problem?

btw: Im using this version of IM "update phpBB to Integramod 140/phpBB 2.0.21"

Re: Error in Theme

PostPosted: Sun Jul 30, 2006 12:31 pm
Author: Helter
I have that version installed on my test server so ill test the template on it. I do know that the template has not been updated since phpbb2.0.18 , but that should not cause those errors.

*edit*
I found a few typos in a few files and portal_page_header was incomplete. I have fixed all the probs i could find and updated the template to phpbb2.0.21.
The dl section is updated.

PostPosted: Mon Jul 31, 2006 12:29 am
Author: frohanss
Thank you it worked!

Any notes on what you changed in case other themes need's to be changed?

Thx for ur update

Re: Error in Theme

PostPosted: Mon Jul 31, 2006 7:22 am
Author: Helter
i could not find the actuall error in portal_page_header.tpl, but when replacing it with the default fisubice version, it solved most of the errors, so im assuming it was a simple syntax error somewhere in the file.