Hi,
I've just moved one of my websites to a new host, and although I thought everything was running fine, I have a couple of CB-related problems. I've tried a series of advices from other threads for the first one, which didn't fix it.
Joomla 3.4.5
CB 2.0.12
CB Subs 4.0.1
I'm not using CB Conditionals
1. The save button doesn't work in the admin area - on user profiles only, I can save articles or CB Subs plans. I get one JS error and one warning when trying to save the user's data :
Code:
SyntaxError: nothing to repeat
Empty string passed to getElementById(). jquery.min.js
2. Registration doesn't work anymore. I use a 3 setps process, I can reach step 2 but the "next" button doesn't do anything. I'll send you an URL to try it in private if you wish, you can pick any plan, there's no payment anyway so you can go all the way through.
I get a bunch of errors on that page:
Code:
L'utilisation de « getAttributeNode() » est obsolète. Utiliser « getAttribute() » à la place. mootools-core.js:108:0
JQMIGRATE: Logging is active jquery.migrate.min.js:1:472
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.js:1:0
TypeError: $(...).addEvent is not a function hotlogin.js:30:3
L'utilisation de « getPreventDefault() » est obsolète. Utiliser « defaultPrevented » à la place. jquery.js:3:0
SyntaxError: nothing to repeat
I'm suspecting something's messing my JavaScript files. I did have a JQuery plugin installed after moving to the new host as I had some sort of a mootools / jquery conflict, so I disabled it temporarily just to make sure, this didn't change anything.
The second problem is more urgent - I only had one user to edit in the admin and as a temporary solution I manually changed his plan in the database.
If you have any idea of what may be wrong with the registration process, I'd be grateful...
Thanks.