Я пытаюсь установить modx 1.0.5 на мой сервер WAMP с этой спецификацией
- PHP v5.2.11
- MySQL v5.5.8
- ОС Win 7
и это ошибка, которую я получаю
Install results
Setup will now attempt to setup the database:
Creating connection to the database: OK!
Selecting database `modx105`: OK!
Checking table prefix `modx_`: OK!
Creating database tables: Database Alerts!
MODx setup couldn't install/alter some tables inside the selected database.
The following errors had occurred during installation
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Contains data about active users.'' at line 9 during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx_active_users` ( `internalKey` int(9) NOT NULL default '0', `username` varchar(50) NOT NULL default '', `lasthit` int(20) NOT NULL default '0', `id` int(10) default NULL, `action` varchar(10) NOT NULL default '', `ip` varchar(20) NOT NULL default '', PRIMARY KEY (`internalKey`) ) TYPE=MyISAM COMMENT='Contains data about active users.'.
Я не поместил всю информационную ошибку, так как она слишком длинная.
Мне кажется странным, так как мой друг установил это на сервере XAMPP и установка прошла правильно. Может быть, какая-то конфигурация моего сервера WAMP делает этот сбой установки?
Поскольку моя конфигурация WAMP не сильно изменилась, за исключением включения rewriteEngine в Apache и добавления версии PHP 5.2.11
Заранее спасибо