J and Beyond 2013 | An International Joomla! Conference - May 31st - 2nd, 2013, Noordwijkerhout, The Netherlands
It is currently Sun May 19, 2013 11:00 am

Frontend editing not saving new events. No errors

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.

Re: Frontend editing not saving new events. No errors

Postby Tonyp » Wed Nov 21, 2012 7:29 am

JCE works flawlessly :)
---------------------------------------

Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
User avatar
Tonyp
Contributor
Posts: 8717
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: Frontend editing not saving new events. No errors

Postby Shai » Mon Nov 26, 2012 7:50 am

I'm using JEvents 2.2.8 on Joomla 2.5.8 - Editor is the latest version of JCK.

Developing and testing on Safari 5.1.7 on iMac OS 10.6.8.

I'm having the same problem as listed at the title. I can however, create events in the Control Panel - Manage Events and those events show up in the calendar.

Then when you click on the event in the calendar the following message is presented along with the Event Details:

Code: Select all
function SOswitchMenu() {var el = document.getElementById('bodyDiv');if ( el.style.display != "none" ) {   el.style.display = 'none';}else {   el.style.display = '';}var el2 = document.getElementById('h2');if ( el2.className == "calHeader goog-zippy-expanded normalText" ) {   el2.className = "calHeader goog-zippy-collapsed normalText";return;}if ( el2.className == "calHeader goog-zippy-collapsed normalText" ) {   el2.className = "calHeader goog-zippy-expanded normalText";return;}}

function SOframeReload() {var f = document.getElementById('soFrame');f.src = f.src;}
function SOswitchMenu() {var el = document.getElementById('bodyDiv');if ( el.style.display != "none" ) {   el.style.display = 'none';}else {   el.style.display = '';}var el2 = document.getElementById('h2');if ( el2.className == "calHeader goog-zippy-expanded normalText" ) {   el2.className = "calHeader goog-zippy-collapsed normalText";return;}if ( el2.className == "calHeader goog-zippy-collapsed normalText" ) {   el2.className = "calHeader goog-zippy-expanded normalText";return;}}    function SOframeReload() {var f = document.getElementById('soFrame');f.src = f.src;}
Shai
Posts: 3
Joined: Mon Nov 26, 2012 7:25 am

Re: Frontend editing not saving new events. No errors

Postby Geraint » Mon Nov 26, 2012 9:56 am

I just created an event with no problems using JCK editor Version: 6.0.5.

The javascript messages are coming from your menu system and not from the editor or JEvents.
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.

Join the JEvents club today!
User avatar
Geraint
Posts: 30518
Joined: Fri Feb 15, 2008 6:14 pm

Re: Frontend editing not saving new events. No errors

Postby Shai » Mon Nov 26, 2012 10:50 pm

Well you have my congratulations.

However, that doesn't help me at all in the setup I have.

And if the JS message is from the menu system, is there any reason for it? I don't get it with any of the other things I have linked off the menu. And why does it show up only when I look at an event in the calendar?

And it still doesn't help resolve why I can create an event in the front end, but it doesn't save either to the front end or to the backend.
Shai
Posts: 3
Joined: Mon Nov 26, 2012 7:25 am

Re: Frontend editing not saving new events. No errors

Postby Tonyp » Mon Nov 26, 2012 10:59 pm

It is a usual cause the Developers do not load their JQuery script in no.conflict mode.

You can downloa:

http://extensions.joomla.org/extensions ... ipts/18327

Which allows forcing no.conflict.

Try that see how you get on.

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
User avatar
Tonyp
Contributor
Posts: 8717
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: Frontend editing not saving new events. No errors

Postby Shai » Wed Dec 05, 2012 7:06 am

Ok, I'm about ready to ditch JEvents and try something else. I still can't get the front end to create an event, and any event I create using the Administrator, when the details are viewed from the front end I still get the same error message.

It has to be something simple but I don't have time to screw around with this any longer. I have a client hot on my heels.
Shai
Posts: 3
Joined: Mon Nov 26, 2012 7:25 am

Re: Frontend editing not saving new events. No errors

Postby Tonyp » Wed Dec 05, 2012 8:28 am

Hello,

This is a problem likely with one of your plugins.

I would suggest disabling them one by one. We use the Joomla! standard MooTools. So if you are having issues it's likely another plugin using JQuery in no.conflict.

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
User avatar
Tonyp
Contributor
Posts: 8717
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: Frontend editing not saving new events. No errors

Postby Thomasl1974 » Thu Feb 21, 2013 7:16 am

Hi,

i have the same problem that i can´t save new events in the frontend.

I´m using Joomla 2.5.8 and JEvents 2.2.8 and JCE Editor 2.3.1, maybe you have any idear?

http://sportangleklub-anker.de

I´ve done everything that was posted here in the forum on that subject.

Thank you for your help. :)
Thomasl1974
Posts: 9
Joined: Fri Feb 08, 2013 6:14 am

Re: Frontend editing not saving new events. No errors

Postby Geraint » Thu Feb 21, 2013 8:14 am

Thomasl1974 wrote:I´ve done everything that was posted here in the forum on that subject.


Can you be more specific about that you've tried and what javascript error checking you have done?
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.

Join the JEvents club today!
User avatar
Geraint
Posts: 30518
Joined: Fri Feb 15, 2008 6:14 pm

Re: Frontend editing not saving new events. No errors

Postby Thomasl1974 » Thu Feb 21, 2013 10:13 am

installed the JQuery plugin and configured it for no.conflict mode.

cleard cache in joomla and on the client.

uninstalled jevents 2.2.8 and cleand the database, installed again.

JS ERRORs

GET https://ajax.googleapis.com/ajax/libs/j ... ery-ui.css 404 (Not Found) year,2013:15
GET https://ajax.googleapis.com/ajax/libs/j ... -ui.min.js 404 (Not Found) year,2013:30
Uncaught TypeError: Object function Date() { [native code] } has no method 'extend' editical.js:14
Uncaught ReferenceError: Class is not defined calendar12.js:5
Uncaught TypeError: Object [object Window] has no method 'addEvent' year,2013:52
GET http://connect.facebook.net/de_DE/all.js 403 (Forbidden) year,2013:289
(anonymous function) year,2013:289
(anonymous function) year,2013:290
GET http://ic.tynt.com/b/p?id=chnn0QJ1Gr36X ... &r=sportan…0SAK%20Anker%20Frankfurt%20Hausen%20R%C3%B6delheim%20-%20Event%20editieren 403 (Forbidden) Tracer.js:6
e Tracer.js:6
(anonymous function) Tracer.js:6
(anonymous function) Tracer.js:6
GET http://ic.tynt.com/b/p?id=chnn0QJ1Gr36X ... &r=sportan…Fcomponent%2Fcom_jevents%2FItemid%2C860%2Flayout%2Ccalendar%2Fview%2Cmonth 403 (Forbidden) Tracer.js:6
e Tracer.js:6
(anonymous function) Tracer.js:11
GET http://ic.tynt.com/b/p?id=chnn0QJ1Gr36X ... 1441203599 403 (Forbidden) Tracer.js:6
e Tracer.js:6
(anonymous function) Tracer.js:11
GET http://ic.tynt.com/b/p?id=chnn0QJ1Gr36X ... 1441203599 403 (Forbidden) Tracer.js:6
e Tracer.js:6
(anonymous function) Tracer.js:11
Uncaught TypeError: Object Thu Feb 21 2013 11:07:01 GMT+0100 (Mitteleuropäische Zeit) has no method 'dateFromYMD' editical.js:369
forceValidDate editical.js:369
checkDates editical.js:307
onchange year,2013:617
Uncaught TypeError: Object Thu Feb 21 2013 11:07:01 GMT+0100 (Mitteleuropäische Zeit) has no method 'dateFromYMD' editical.js:433
toggleAllDayEvent editical.js:433
onclick year,2013:606
2
Uncaught TypeError: Object #<HTMLFormElement> has no method 'formToJson' editical.js:887
checkConflict editical.js:887
Joomla.submitbutton year,2013:515
onclick

is this what you wanted?
Thomasl1974
Posts: 9
Joined: Fri Feb 08, 2013 6:14 am

PreviousNext

Return to Jevents 2.x (Free Access)

Who is online

Users browsing this forum: Bing [Bot]

Main Menu

User Menu

Hosted By


Who is online

In total there is 1 user online :: 1 registered and 0 hidden (based on users active over the past 5 minutes)
Most users ever online was 94 on Tue Sep 01, 2009 12:33 am

Users browsing this forum: Bing [Bot]

Login Form