Results 1 to 3 of 3

*ERGENT*->Succeed in install, but errors appear next.....

This is a discussion on *ERGENT*->Succeed in install, but errors appear next..... within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hello, I am attempting to setup version 2.2MS1 on FreeBSD 4.8-STABLE Server with Apache 1.3.27, MySQL 3.23.56 and PHP 4.3.1. ...

      
  1. #1
    Lurker
    Join Date
    May 2003
    Posts
    2
    Rep Power
    0


    Default *ERGENT*->Succeed in install, but errors appear next.....

    Hello,

    I am attempting to setup version 2.2MS1 on FreeBSD 4.8-STABLE Server with Apache 1.3.27, MySQL 3.23.56 and PHP 4.3.1. I have followed the detaild instructions from the oscdox.com site. I successfully get through the installation script of Step 1&2 and displays "The configuration was successful!" message, and then I click on the 'Catalog' or 'Administration Tool' buttons to test the installation. But, errors appear ! the NEW BLANK BROWSER WINDOW will come out no matter what I click on 'Catalog' or 'Administration Tool' buttons.

    Your enlightenments will be greatly appreciated. It has messed up me for a week. I'm almost crazy for this perfect software installation because I have installed and deinstalled and fixed parameters of configure.php for many times, but I was beaten finally.

    Here is my configure.php contents,

    define('HTTP_SERVER', 'http://my.webhost.name'); // eg, http://localhost - should
    not be empty for productive servers
    define('HTTPS_SERVER', 'https://my.webhost.name'); // eg, https://localhost - shou
    ld not be empty for productive servers
    define('ENABLE_SSL', false); // secure webserver for checkout procedure?
    define('DIR_WS_CATALOG', '/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_FS_DOCUMENT_ROOT', '/usr/local/www/catalog');
    define('DIR_FS_CATALOG', '/usr/local/www/catalog/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

    // define our database connection
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for p
    roductive servers
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', 'xxxxxxx');
    define('DB_DATABASE', 'E_Commerce');
    define('USE_PCONNECT', 'true'); // use persistent connections?
    define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or se
    t to 'mysql'


    BTW, having set register_globals = On in php.ini. Thanx in advance.

    Regards,

    Jack

  2. #2
    Lurker
    Join Date
    May 2003
    Posts
    2
    Rep Power
    0


    Default

    Any assistance ?

    Jack

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,753
    Rep Power
    573


    Default

    Jack,

    This could be many different things. The first thing I would double check is that your paths are correct, and file permissions are correct. You state that errors appear. What is the error message that you get?

    Then I would check if php safe mode is on or off in php.ini.
    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

Similar Threads

  1. install without errors but on first launch 'cant connect to'
    By xenlab in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 10-18-2006, 11:39 AM
  2. Several post install bugs and errors
    By chrismole in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 12-15-2005, 10:13 AM
  3. Errors on Customers Screen in Admin after Install
    By Keilup in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 10-27-2004, 09:31 AM
  4. Getting parse errors with BTS 1.2a update on clean install
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 06-26-2004, 10:02 AM
  5. install ok, then connect errors
    By birdguy in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 01-12-2003, 07:21 AM

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
  •