Joomla在安装javascript错误时:未捕获TypeError:无法读取null的属性'token'

use*_*968 1 javascript joomla joomla3.2

我在安装Joomla时遇到此错误.这是一个Javascript错误:

Uncaught TypeError: Cannot read property 'token' of null 
Run Code Online (Sandbox Code Playgroud)

Joomla 3.2稳定版

为什么会出现此错误?

小智 7

max_execution_time在php.ini中将其从30 更改为90

max_execution_time=90
Run Code Online (Sandbox Code Playgroud)

然后它的作品!