Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    New here please help!

    This is the error I get when trying to load admin window.


    Warning: main(includes/auto_loaders/config.core.php): failed to open stream: No such file or directory in /nfs/cust/2/49/84/648942/web/admin/includes/application_top.php on line 127

    Warning: main(): Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/usr/local/php/include') in /nfs/cust/2/49/84/648942/web/admin/includes/application_top.php on line 127

    Fatal error: Call to undefined function: zen_get_languages() in /nfs/cust/2/49/84/648942/web/admin/index.php on line 25


    The path appears correct but.well you can see:)


    also if I go to my site www.lititzreview.com it comes up with the certificate thing and always asks to save the certificate. But even if I do save it it will take about 3 or 4 time to get to the site.


    I would really really appriciate any help on this.

    Thank you!!!!!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New here please help!

    please post the contents of your /admin/includes/configure.php and /includes/configure.php files here, without passwords
    .
    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
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: New here please help!

    Code:
    <?php
    //
    /**
     *
     * @package Configuration Settings
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     */
    
    
    // Define the webserver and path parameters
      // Main webserver: eg, http://localhost - should not be empty for productive servers
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      // HTTP_CATALOG_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_CATALOG_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      /* 
       * URLs for your site will be built via:  
       *     HTTP_SERVER plus DIR_WS_ADMIN or
       *     HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or 
       *     HTTP_SERVER plus DIR_WS_CATALOG or 
       *     HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
       * ...depending on your system configuration settings
       */
      define('HTTP_SERVER', 'https://www.lititzreview.com');
      define('HTTPS_SERVER', 'https://www.lititzreview.com');
      define('HTTP_CATALOG_SERVER', 'https://www.lititzreview.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.lititzreview.com');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'false');
      define('ENABLE_SSL_ADMIN', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_ADMIN', '/admin/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/admin/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      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_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_ADMIN', '/nfs/cust/2/49/84/648942/web/admin/');
      define('DIR_FS_CATALOG', '/nfs/cust/2/49/84/648942/web/');
    
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    
    <edit ... moderator snip>
    
    ?>





    This is the admin/includes/configure.php

  4. #4
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: New here please help!

    Code:
    <?php
    /**
     *
     * @package Configuration Settings
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     */
    
    
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'https://www.lititzreview.com');
      define('HTTPS_SERVER', 'https://www.lititzreview.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      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_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
      define('DIR_WS_PHPBB', '/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/nfs/cust/2/49/84/648942/web/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
      define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    
    <edit ... moderator snip>
    includes/configure.php



    I changed password. I missed that part.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New here please help!

    Okay .. it doesn't look like anything's wrong there at first glance. Thus, it suggest to me that some of your files didn't get uploaded properly.

    This often happens when using some less-reliable FTP programs, especially browser-based or the ones built-in to editors. Best to use a standalone dedicated FTP program ... a reliable one is FileZilla (and it's free).

    I'd advise re-uploading your /admin folder (but don't overwrite the /admin/includes/configure.php file ... it's okay).
    .
    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.

  6. #6
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: New here please help!

    Thank you!

    I did delete the entire site and uploaded all files and reinstalled. It works! Thank you SO SO SO much! You saved me allot of time.

 

 

Similar Threads

  1. v139h Help with Styling here please
    By traytray in forum Customization from the Admin
    Replies: 6
    Last Post: 25 May 2013, 03:44 AM
  2. Please help Im stuck here ? ? ? Thanks :)
    By panelcart in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Dec 2008, 07:24 AM
  3. i need your help please new here
    By cathshandcrafts in forum General Questions
    Replies: 3
    Last Post: 18 Aug 2008, 05:48 PM
  4. Newbie here, please help.
    By Silver_ss in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Mar 2008, 10:06 PM
  5. New here! Please help!
    By lollyloopp in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Jul 2006, 08:33 PM

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