raygun Posted November 20, 2009 Posted November 20, 2009 Hi, Newbie here. I decided to sign-up in this forum hoping that somebody could help in my problem. I have an oscommerce website running ver 1.1, not sure what's happening because all modules that are related to /modules/ directory doesn't shown in admin and also in checkout section. Is this related to configure.php? I reviewed those configuration files and it looks like correct. Please help me guys because I spent my whole day searching any solutions but I've no luck at all. Thanks in advance guys.
raygun Posted November 21, 2009 Author Posted November 21, 2009 Nevermind, I've got it fixed. In /store/admin/includes/configure.php: Change from: define('DIR_FS_DOCUMENT_ROOT', '/var/www/vhosts/yourdomain/httpsdocs/'); define('DIR_FS_ADMIN', '/var/www/vhosts/yourdomain/httpsdocs/catalog/admin'); To: define('DIR_FS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT']); define('DIR_FS_ADMIN', $_SERVER['DOCUMENT_ROOT'] . '/catalog/admin/'); Considered the most accurate way.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.