Page 1 of 1
Error when trying to edit a Message on the backend
Posted: 28 Jan 2014, 19:41
by skouf
Hi
When I try to edit a message and click on the Save button, nothing happened only a Javascript error
Horodatage : 28/01/2014 18:35:38
Erreur : TypeError: b is null
Fichier Source :
http://XXXXXXX/media/system/js/core.js
Ligne : 4
My Joomla is the last version and the same for Phoca Guestbook.
Any advice ?
Thanks a lot !
Re: Error when trying to edit a Message on the backend
Posted: 31 Jan 2014, 01:48
by Jan
Hi, hmmm, this seems like some motools vs. jquery error - try to check it with another template, try to use disable modules or system plugins which can load mootools, to test if this is a problem of the javascript conflict
Jan
Re: Error when trying to edit a Message on the backend
Posted: 03 Feb 2014, 15:50
by skouf
Hi thanks for the answer.
But the problem is happening on the backend. I'm using Joomla 3.1.2 with the default administrator template.
Did you thought I was trying to edit a comment on the frontend ? Sorry if I forgot to tell that I have this error on the backend.
Re: Error when trying to edit a Message on the backend
Posted: 05 Feb 2014, 01:52
by Jan
Hi, hmm, so but the error is still the same, some conflict between javascript libraries. Phoca Guestbook does not use any specific javascript library in administration, so no idea what can be in conflict, try to reinstall Joomla! javascript libraries, maybe the core.js was corrupted while ftp transfering
Jan
Re: Error when trying to edit a Message on the backend
Posted: 01 Apr 2014, 17:48
by skouf
Hello
I finally worked on this and found the solution.
The problem is located inside the french translation of Phoca GuestBook
It's because of the quotes. When I "\" them, I don't have any problem.
The problem is inside /components/com_jce/editor/tiny_mce/tiny_mce.js wher the alert function is written with quotes.
Re: Error when trying to edit a Message on the backend
Posted: 03 Apr 2014, 13:29
by Jan
Ok