Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems opening the admin section

    These are wrong ...
    Code:
      define('DIR_WS_ADMIN', '/4dm1n1str4t0r/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', 'https:/4dm1n1str4t0r/');
      define('DIR_WS_HTTPS_CATALOG', 'https:/');
    They should be:
    Code:
      define('DIR_WS_ADMIN', '/4dm1n1str4t0r/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '4dm1n1str4t0r/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    NOTE: since you told everyone your secret Admin directory name ... be sure to change it and re-do the file:
    /your_secret_admin_dir/includes/configure.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #2
    Join Date
    Feb 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems opening the admin section

    thanks.. no worries it's not the secret name ;)

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems opening the admin section

    Ain't you the sneaky one ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Feb 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems opening the admin section

    It's still not working.. it loads for a while and than I get a plain white page.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems opening the admin section

    If you are using Zen Cart v1.3.9, look in the:
    /cache

    directory and refresh it to see the debug logs that are there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problems opening the admin section

    Like duh ... typo here ...

    Try this instead:
    Code:
      define('DIR_WS_ADMIN', '/4dm1n1str4t0r/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/4dm1n1str4t0r/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    I lost one of the slashes in there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Feb 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems opening the admin section

    Thanks, still not working with the extra slash..

    Getting this error in the cache.


    [15-Jan-2011 20:39:54] PHP Warning: require(includes/languages/dutch.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/esoxshop.com/public_html/my_new_admin_folder/includes/init_includes/init_languages.php on line 35
    [15-Jan-2011 20:39:54] PHP Warning: require(includes/languages/dutch.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/esoxshop.com/public_html/my_new_admin_folder/includes/init_includes/init_languages.php on line 35
    [15-Jan-2011 20:39:54] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages/dutch.php' (include_path='.:/usr/share/php') in /home/esoxshop.com/public_html/my_new_admin_folder/includes/init_includes/init_languages.php on line 35

  8. #8
    Join Date
    Feb 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems opening the admin section

    Found the solution... I forgot to copy the dutch admin files into the admin dir..

    Thanks again

 

 

Similar Threads

  1. Products not appearing in the shop, but are in the admin section
    By ShopShogun in forum General Questions
    Replies: 6
    Last Post: 31 Jan 2011, 12:05 AM
  2. Why not opening Layout Boxes Controller from Tools menu under the Admin area?
    By lecherous in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Nov 2010, 08:10 AM
  3. Admin Section performance problems...
    By tfbiii in forum Basic Configuration
    Replies: 5
    Last Post: 4 Dec 2008, 09:00 AM
  4. Deleting the Admin section and working directly with the includes files
    By rainthebat in forum Customization from the Admin
    Replies: 3
    Last Post: 28 Jun 2007, 08:36 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