Почему система при установке пишет Database connection error?
Database connection error.
30.05.2011 22:16
остановился на xp + последний zend ce + последняя magento ce
магенто чекер проверил все подходит.
при установке на странице configuration пишет Database connection error. в мозиле,
а в опере просто сбрасывает страницу.
wtf ? help !!!
30.05.2011 22:20
30.05.2011 22:34
как я понял эту инфу нужно смотреть тут: C:\Program Files\Zend\phpMyAdmin\config.inc.php
вот она !
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['nopassword'] = true;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* End of servers configuration */
но теперь меня выкидывает на ошибку:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
в приложении картинка как я заполняю конфигурацию.
там графа database name я про нее ничего не знаю !
30.05.2011 22:36
Базу данных можно создать через инструмент phpMyAdmin.
30.05.2011 22:47
http://127.0.0.1:10081/phpMyAdmin/
30.05.2011 22:59
- Дело в том, что phpMyAdmin при установке Zend Server устанавливается по желанию, установщик спрашивает об этом в процессе своей работы.
- Раз уж вы решили ставить phpMyAdmin самостоятельно - то лучше прочитайте инструкцию на официальном сайте phpMyAdmin, к Magento это уже отношения не имеет.
30.05.2011 23:23
Для начала воспользуйтесь первым сверху результатом поиска и включите вывод диагностических сообщений на экран.
30.05.2011 23:32
(
[message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'catalog_eav_attribute' already exists
[string:Exception:private] =>
[code:protected] => 42S01
[file:protected] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Zend\Db\Statement\Pdo.php
[line:protected] => 228
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Zend\Db\Statement\Pdo.php
[line] => 228
[function] => execute
[class] => PDOStatement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Zend\Db\Statement.php
[line] => 300
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Zend\Db\Adapter\Abstract.php
[line] => 479
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[3] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Zend\Db\Adapter\Pdo\Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
[1] => Array
(
)
)
)
[4] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php
[line] => 372
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
[1] => Array
(
)
)
)
[5] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php
[line] => 310
[function] => query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
)
)
[6] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php
[line] => 553
[function] => raw_query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8
)
)
[7] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php
[line] => 535
[function] => multi_query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] =>
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
)
)
[8] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php
[line] => 865
[function] => multiQuery
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] =>
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
)
)
[9] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Catalog\sql\catalog_setup\mysql4-upgrade-0.7.73-1.4.0.0.0.php
[line] => 60
[function] => run
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] =>
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`frontend_input_renderer` varchar(255) DEFAULT NULL,
`is_global` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_visible` tinyint(1) unsigned NOT NULL DEFAULT '1',
`is_searchable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_comparable` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_visible_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_html_allowed_on_front` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_used_for_price_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_filterable_in_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_in_product_listing` tinyint(1) unsigned NOT NULL DEFAULT '0',
`used_for_sort_by` tinyint(1) unsigned NOT NULL DEFAULT '0',
`is_configurable` tinyint(1) unsigned NOT NULL DEFAULT '1',
`apply_to` varchar(255) NOT NULL,
`is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL DEFAULT '0',
`position` int(11) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
)
)
[10] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php
[line] => 557
[args] => Array
(
[0] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Catalog\sql\catalog_setup\mysql4-upgrade-0.7.73-1.4.0.0.0.php
)
[function] => include
)
[11] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php
[line] => 370
[function] => _modifyResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => upgrade
[1] => 0.7.73
[2] => 1.6.0.0
)
)
[12] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php
[line] => 304
[function] => _upgradeResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => 0.7.73
[1] => 1.6.0.0
)
)
[13] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php
[line] => 228
[function] => applyUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
)
)
[14] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\App.php
[line] => 399
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[15] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\App.php
[line] => 329
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[16] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\app\Mage.php
[line] => 640
[function] => run
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
[0] => Array
(
[scope_code] =>
[scope_type] => store
[options] => Array
(
)
)
)
)
[17] => Array
(
[file] => C:\Program Files\Zend\Apache2\htdocs\magento\index.php
[line] => 80
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
[previous:Exception:private] =>
[errorInfo] => Array
(
[0] => 42S01
[1] => 1050
[2] => Table 'catalog_eav_attribute' already exists
)
)
Error in file: "C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Catalog\sql\catalog_setup\mysql4-upgrade-0.7.73-1.4.0.0.0.php" - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'catalog_eav_attribute' already exists
#0 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(578): Mage::exception('Mage_Core', 'Error in file: ...')
#1 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(370): Mage_Core_Model_Resource_Setup->_modifyResourceDb('upgrade', '0.7.73', '1.6.0.0')
#2 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(304): Mage_Core_Model_Resource_Setup->_upgradeResourceDb('0.7.73', '1.6.0.0')
#3 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(228): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\App.php(399): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 C:\Program Files\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\App.php(329): Mage_Core_Model_App->_initModules()
#6 C:\Program Files\Zend\Apache2\htdocs\magento\app\Mage.php(640): Mage_Core_Model_App->run(Array)
#7 C:\Program Files\Zend\Apache2\htdocs\magento\index.php(80): Mage::run('', 'store')
#8 {main}
Теперь вместо магенто у меня открывается этот код.
Кроме того что установил phpMyAdmin, я ничего не делал !?
30.05.2011 23:38
Если уж у вас предыдущая попытка установки оканчивается неуспешно, вам надо перед новой попыткой пересоздавать базу данных заново вручную, чтобы она была чиста перед новой попыткой.
31.05.2011 00:09
http://www.localhost.com/magento/- перестало открыватся
вот что пишет опера:
Состояние перенаправления
Ссылка была перенаправлена на
http://www.localhost.com/magento/index.php/install/. Щелкните ссылку, чтобы перейти.
Создано Opera.
щелкаю, открывается та же самая страница.
31.05.2011 00:15
Можно ещё попробовать в другом браузере.
31.05.2011 00:34
Но это лишь заплатка, корни же проблемы - в неверной настройке сервера.
31.05.2011 01:08
Затем ещё в отладчике можно посмотреть, по какой причине сбой происходит.
31.05.2011 01:26
31.05.2011 01:33
Дмитрий Федюк (31.05.2011 01:27) писал:
нет у меня, были бы вобще не лез бы в это магенто
31.05.2011 21:10
Думаю проблема была в том что сначала я ставил на денвер, xampp и вместе с этим перерыл все что можно включая файлы в папке windows.