This is a discussion on Blank admin within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi, My catalog frontend is working fine after insatllation but i see the blank page when i try to access ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, My catalog frontend is working fine after insatllation but i see the blank page when i try to access www.mysite.com/catalog/admin. My account name is "abc". When i do ftp, i see the account name "abc" instead of "html". The admin is located in the "abc/catalog/admin". Please let me know where am i doing mistake. Below is my admin configure.php file code... define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.mysite.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/xxx/html/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/xxx/html/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/xxx/html/catalog/'); // absolute path required I would be greatful if someone help in this regards. |
|
#2
| ||||
| ||||
| Check your error logs. Blank page = php error
__________________ Michael Sasek osCMax Developer
|
|
#3
| ||||
| ||||
| Your CORRECTED file: define('HTTP_SERVER', 'http://www.mysite.com'); define('HTTP_CATALOG_SERVER', 'http://www.mysite.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/xxx/html'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); It was looking at /home/xxx/html/catalog/admin//catalog/admin/ or looking for files as /home/xxx/html/catalog/admin//somefile.php Good luck |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank Admin Pages | zemond | osCMax v2 Installation issues | 2 | 12-22-2006 12:06 PM |
| Help! Admin page is blank (but store is showing up...) | vonvonnie | osCMax v2 Installation issues | 2 | 08-04-2006 08:44 AM |
| Blank admin page & other wierd problems | BradWaite | osCMax v2 Installation issues | 3 | 03-20-2006 09:08 PM |
| Blank admin page | posword | osCommerce 2.2 Installation Help | 4 | 07-06-2004 05:01 PM |
| In admin screen goes blank when update button clicked | Walter | osCommerce 2.2 Installation Help | 4 | 07-27-2003 07:35 PM |