Вылазит ошибка при установки модулей.
Posted: Thu Jan 06, 2011 1:53 pm
Помогите пожалуйста. при установке модулей, вылазит ошибка: ERROR: The CGEcommerceBase module could not be found
При установке других все нормально. Версия CMSMS: 1.9.2.
Устанавливаю модули: Cart-1.7.4.xml, Products-2.9.2.xml, Orders-1.10.6.xml.$cgextensions = cms_join_path($gCms->config['root_path'],'modules',
'CGEcommerceBase','CGEcommerceBase.module.php');
if( !is_readable( $cgextensions ) )
{
echo '
ERROR: The CGEcommerceBase module could not be found.
';
return;
}
require_once($cgextensions);
При установке других все нормально. Версия CMSMS: 1.9.2.