osCmax v2.5 User Manual
Results 1 to 3 of 3

Blank admin

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 ...

      
  1. #1
    Lurker
    Join Date
    Nov 2003
    Posts
    3
    Rep Power
    0


    Default Blank admin

    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. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    Check your error logs. Blank page = php error
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    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

Similar Threads

  1. Blank Admin Pages
    By zemond in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 12-22-2006, 11:06 AM
  2. Help! Admin page is blank (but store is showing up...)
    By vonvonnie in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 08-04-2006, 08:44 AM
  3. Blank admin page & other wierd problems
    By BradWaite in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 03-20-2006, 08:08 PM
  4. Blank admin page
    By posword in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 07-06-2004, 05:01 PM
  5. In admin screen goes blank when update button clicked
    By Walter in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 07-27-2003, 07:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •