I get this error while installing Joomla. It's a Javascript error:
Uncaught TypeError: Cannot read property 'token' of null
Joomla 3.2 stable version
Why does this error occur?
I get this error while installing Joomla. It's a Javascript error:
Uncaught TypeError: Cannot read property 'token' of null
Joomla 3.2 stable version
Why does this error occur?
Share Improve this question edited Nov 27, 2013 at 10:58 Lodder 19.8k11 gold badges63 silver badges102 bronze badges asked Nov 27, 2013 at 10:48 user3016968user3016968 991 gold badge4 silver badges10 bronze badges 6- If I rightly remember, Mootools dependencies were removed from the Joomla installation and were converted to Javascript and jQuery. It might be possible that they might have missed something which is causing a conflict, however I haven't seen any posts regarding this issue with Joomla 3.2 stable. Try installing a copy of Joomla on a local host wuch as xampp or wamp to see if you get this error on there. If not then I would have thought it's something to do with your server. – Lodder Commented Nov 27, 2013 at 10:55
- yes exactly I'am getting it on wamp – user3016968 Commented Nov 27, 2013 at 10:59
- Oh. In that case, ensure you're running the latest version of Wamp with PHP 5.4, else try installing on Xampp instead. If you already have an online host, then install on there. – Lodder Commented Nov 27, 2013 at 11:01
- my wamp is php 5.4, i'am installing on a subfolder – user3016968 Commented Nov 27, 2013 at 11:05
- I've tried to put joomla 2.5, now I get an error that jQuery is not defined, can't figure it out why thats happening – user3016968 Commented Nov 27, 2013 at 11:05
2 Answers
Reset to default 7I had changed max_execution_time
in php.ini from 30 to 90
max_execution_time=90
Then it works!
I realized what the problem is, not enough time try increase max_execution_time it helped me