Letractively / phpbb3calendar

Automatically exported from code.google.com/p/phpbb3calendar
0 stars 0 forks source link

Erro on Start Calendar :/ #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
', 2 => 'Feb', 3 => 'Mar', 4 => 'Apr', 5 => 'May', 6 => 'Jun', 7 => 'Jul',
8 => 'Aug', 9 => 'Sep', 10 => 'Oct', 11 => 'Nov', 12 => 'Dec', ),
'long_month'=> array( 1 => 'January', 2 => 'February', 3 => 'March', 4 =>
'April', 5 => 'May', 6 => 'June', 7 => 'July', 8 => 'August', 9 =>
'September', 10 => 'October', 11 => 'November', 12 => 'December', ), ),
'calendar_add_event' => 'Add Event', 'calendar_delete_event' => 'Delete
Event', 'calendar_delete_warn' => 'Once deleted the event cannot be
recovered', 'calendar_event_name' => 'Event Name', 'calendar_event_desc' =>
'Event Description', 'calendar_event_desc_exp' => 'Enter your event
description here, it may contain no more than 255 characters',
'calendar_event_end' => 'Event End', 'calendar_event_start' => 'Event
Start', 'calendar_upcoming_event' => 'Upcoming Events',
'calendar_post_name_error' => 'You must specify an event name when posting
a new event.', 'calendar_edit_name_error' => 'You must specify an event
name when editing an event.', 'calendar_post_time_error' => 'You must
specify a valid event start time when posting a new event.',
'calendar_edit_time_error' => 'You must specify a valid event start time
when editing an event.', 'calendar_post_date_error' => 'You must specify a
valid event start date when posting a new event.',
'calendar_edit_date_error' => 'You must specify a valid event start date
when editing an event.', 'calendar_post_desc_error' => 'You must include an
event description when posting a new event.', 'calendar_edit_desc_error' =>
'You must include an event description when editing an event.', ));
?>[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3533:
Cannot modify header information - headers already sent by (output started
at /language/en/mods/calendar.php:98)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3535:
Cannot modify header information - headers already sent by (output started
at /language/en/mods/calendar.php:98)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3536:
Cannot modify header information - headers already sent by (output started
at /language/en/mods/calendar.php:98)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3537:
Cannot modify header information - headers already sent by (output started
at /language/en/mods/calendar.php:98)

Original issue reported on code.google.com by michel.m...@gmail.com on 7 May 2008 at 5:11

GoogleCodeExporter commented 8 years ago
It appears that there is duplicate code attached to the end of the file
phpBB3/language/en/mods/calendar.php.

Find ?> and delete all lines that follow. 

Original comment by dgers...@gmail.com on 7 Jun 2008 at 8:25

GoogleCodeExporter commented 8 years ago
I have the same problem and if i would do that, then there would be an empty
container file.

Original comment by kryon5@gmail.com on 1 Mar 2010 at 6:26