Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Configure.php, paths. Store down after installing SSL

    Thanx, the key was that some of them have to be complete paths like /homepages/30/d190000162/htdocs/catalog/

    So the configure.php's were lacking MySQL settings, I put all that in and now I am getting:

    Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/30/d190000162/htdocs/catalog/admin/includes/configure.php on line 86 (the 'USE_PCONNECT' line)


    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'db477.perfora.net');
    define('DB_SERVER_USERNAME', 'dbo197238294');
    define('DB_SERVER_PASSWORD', 'mypassword');
    define('DB_DATABASE', 'db197238294'');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Configure.php, paths. Store down after installing SSL

    Quote Originally Posted by Monica79 View Post
    Thanx, the key was that some of them have to be complete paths like /homepages/30/d190000162/htdocs/catalog/
    The DIR_FS.... stuff assumes complete paths.
    DIR_WS are relative paths.

    Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/30/d190000162/htdocs/catalog/admin/includes/configure.php on line 86 (the 'USE_PCONNECT' line)

    define('DB_DATABASE', 'db197238294'');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    The line before the pconnect contains mismatched quotation marks. You've closed it with double quotes when you opened with single quotes.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Configure.php, paths. Store down after installing SSL

    Arg I'm going cross-eyed. TY!

 

 

Similar Threads

  1. defining paths and data base info in configure.php
    By nomad in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 23 Jan 2011, 04:50 AM
  2. Urgent help required.. Website all blank after editing configure.php to add SSL
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 24 Mar 2010, 12:02 AM
  3. configure.php paths - sanity check please
    By Brian1234 in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 23 Feb 2008, 04:53 AM
  4. After installing an SSL cert, my store now hangs
    By gameboi in forum General Questions
    Replies: 2
    Last Post: 19 Oct 2007, 02:47 AM
  5. DIR_WS_TEMPLATE errors after edit configure.php to setup SSL
    By andrereis in forum General Questions
    Replies: 4
    Last Post: 7 Aug 2007, 12:09 AM

Posting Permissions

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