Front end won't save 
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
Front end won't save
by derrickizilein » Sat Nov 17, 2012 3:03 pm
Allows pop up to appear on front end when add an event is clicked but after entry won't save at all. No error messages just the same screen
- derrickizilein
- Posts: 4
- Joined: Wed Oct 24, 2012 11:59 pm
Re: Front end won't save
by Tonyp » Sat Nov 17, 2012 4:45 pm
Hello,
What version of Joomla!, JEvents and what editor do you use on Joomla!
Regards
Tony
What version of Joomla!, JEvents and what editor do you use on Joomla!
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8713
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front end won't save
by derrickizilein » Tue Nov 20, 2012 7:12 am
Joomla 2.5, jevents 2.2.8 and jce editor
- derrickizilein
- Posts: 4
- Joined: Wed Oct 24, 2012 11:59 pm
Re: Front end won't save
by Tonyp » Tue Nov 20, 2012 8:37 am
Can you view with Firefox and Firebug, or chrome and developer tools and press f12 and view the console.
Then click save etc, do you get any errors?
Then click save etc, do you get any errors?
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8713
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front end won't save
by derrickizilein » Tue Nov 20, 2012 9:21 am
Tried it on chrome but still the same, no errors just won't save or apply
- derrickizilein
- Posts: 4
- Joined: Wed Oct 24, 2012 11:59 pm
Re: Front end won't save
by Tonyp » Tue Nov 20, 2012 10:46 am
Does it work in the backend?
If so its likely something is clashing with it.
Regards
Tony
If so its likely something is clashing with it.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8713
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front end won't save
by derrickizilein » Tue Nov 20, 2012 11:32 am
Yes, it works in the backend as that was how I set up the events, however the problem occurs while trying to get a user on frontend. See www.eclipsepenarth.co.uk and http://www.eclipsepenarth.co.uk/eclipse ... &Itemid=61
for the calendar page
for the calendar page
- derrickizilein
- Posts: 4
- Joined: Wed Oct 24, 2012 11:59 pm
Re: Front end won't save
by Tonyp » Tue Nov 20, 2012 12:15 pm
Hello,
Please try with the Joomla! Beez20 template.
If it works then you need to look into your template, if it fails then try disabling certain modules/plugins.
Regards
Tony
Please try with the Joomla! Beez20 template.
If it works then you need to look into your template, if it fails then try disabling certain modules/plugins.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8713
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front end won't save
by Zachary » Thu Dec 06, 2012 4:28 pm
I am having a similar problem.
I just upgrade from joomla 1.5.26 to 2.5.8
I have upgraded to jevent2.2.8
when I try to add an event and save it I get the following error.
Front end error:
321 - Problem saving event Unknown column 'modified' in 'field list' SQL=INSERT INTO `j25_jevents_vevdetail` (`dtstart`,`dtstartraw`,`duration`,`durationraw`,`dtend`,`dtendraw`,`dtstamp`,`class`,`categories`,`description`,`geolon`,`geolat`,`location`,`priority`,`status`,`summary`,`contact`,`organizer`,`url`,`created`,`sequence`,`extra_info`,`color`,`multiday`,`noendtime`,`modified`) VALUES ('1354806000','','0','','1354838400','','','','','
test
','0','0','','0','','test','','','','','0','','','1','0','2012-12-06 09:25:34')
Back end error:
Warning: Invalid argument supplied for foreach() in /components/com_jevents/controllers/icalevent.php on line 324
DB function failed with error number 1054
Unknown column 'detail.modified' in 'field list' SQL=SELECT ev.*, ev.state as evstate, detail.*, ev.created as created, max(detail.modified) as modified, a.title as _groupname , rr.rr_id, rr.freq,rr.rinterval ,MAX(rpt.endrepeat) as endrepeat ,MIN(rpt.startrepeat) as startrepeat , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn FROM j25_jevents_vevent as ev LEFT JOIN j25_jevents_repetition as rpt ON rpt.eventid = ev.ev_id LEFT JOIN j25_jevents_vevdetail as detail ON ev.detail_id=detail.evdet_id LEFT JOIN j25_jevents_rrule as rr ON rr.eventid = ev.ev_id LEFT JOIN j25_viewlevels AS a ON a.id = ev.access WHERE ev.catid IN(-1,52,48,49,50,51,53,54,55,56,57,58,59,60) AND rpt.endrepeat>'2012-12-05 09:26:37' GROUP BY ev.ev_id ORDER BY rpt.startrepeat asc LIMIT 0, 10
Any suggestions on how ti fix this.
I just upgrade from joomla 1.5.26 to 2.5.8
I have upgraded to jevent2.2.8
when I try to add an event and save it I get the following error.
Front end error:
321 - Problem saving event Unknown column 'modified' in 'field list' SQL=INSERT INTO `j25_jevents_vevdetail` (`dtstart`,`dtstartraw`,`duration`,`durationraw`,`dtend`,`dtendraw`,`dtstamp`,`class`,`categories`,`description`,`geolon`,`geolat`,`location`,`priority`,`status`,`summary`,`contact`,`organizer`,`url`,`created`,`sequence`,`extra_info`,`color`,`multiday`,`noendtime`,`modified`) VALUES ('1354806000','','0','','1354838400','','','','','
test
','0','0','','0','','test','','','','','0','','','1','0','2012-12-06 09:25:34')
Back end error:
Warning: Invalid argument supplied for foreach() in /components/com_jevents/controllers/icalevent.php on line 324
DB function failed with error number 1054
Unknown column 'detail.modified' in 'field list' SQL=SELECT ev.*, ev.state as evstate, detail.*, ev.created as created, max(detail.modified) as modified, a.title as _groupname , rr.rr_id, rr.freq,rr.rinterval ,MAX(rpt.endrepeat) as endrepeat ,MIN(rpt.startrepeat) as startrepeat , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn FROM j25_jevents_vevent as ev LEFT JOIN j25_jevents_repetition as rpt ON rpt.eventid = ev.ev_id LEFT JOIN j25_jevents_vevdetail as detail ON ev.detail_id=detail.evdet_id LEFT JOIN j25_jevents_rrule as rr ON rr.eventid = ev.ev_id LEFT JOIN j25_viewlevels AS a ON a.id = ev.access WHERE ev.catid IN(-1,52,48,49,50,51,53,54,55,56,57,58,59,60) AND rpt.endrepeat>'2012-12-05 09:26:37' GROUP BY ev.ev_id ORDER BY rpt.startrepeat asc LIMIT 0, 10
Any suggestions on how ti fix this.
- Zachary
- Posts: 6
- Joined: Thu Dec 06, 2012 4:21 pm
Re: Front end won't save
by Tonyp » Thu Dec 06, 2012 8:43 pm
Hello,
How did you migrate the data?
Regards
Tony
How did you migrate the data?
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8713
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
19 posts
• Page 1 of 2 • 1, 2
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: Bing [Bot]

