Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 68
  1. #51
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Cannot access admin

    Quote Originally Posted by Ajeh View Post
    Throwdown ... reload your file:
    /admin/index.php

    NOTE: if your real Admin directory is:
    /fred

    load the file:
    /fred/index.php
    Please help me regarding post #47 :)
    I really need to get into admin. Thanks!

  2. #52
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Cannot access admin

    I tried the index.php reload, but unfortunately hasn't fixed anything.
    Posted via Mobile Device

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

    Default Re: Cannot access admin

    Try it now ...

    I overlooked that you had this line in your configure.php file:
    Code:
    define('ENABLE_SSL', 'true')
    1 it does not belong there ... unless you have some add on that wanted it in which case it needs to be:
    Code:
    define('ENABLE_SSL', 'true');

    2 it does not end with a semi-colon and was breaking things ...
    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: v1.5.5]
    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. #54
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Cannot access admin

    Quote Originally Posted by Ajeh View Post
    Try it now ...

    I overlooked that you had this line in your configure.php file:
    Code:
    define('ENABLE_SSL', 'true')
    1 it does not belong there ... unless you have some add on that wanted it in which case it needs to be:
    Code:
    define('ENABLE_SSL', 'true');

    2 it does not end with a semi-colon and was breaking things ...
    Hi Ajeh, Who was that directed to? Please note me and throwdown have different issues. >.<

  5. #55
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: Cannot access admin

    Linda, thank you so much for your help!!!

    Yes, I need to clean some items up

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

    Default Re: Cannot access admin

    You are most welcome ... good luck with your site ...
    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: v1.5.5]
    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. #57
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Cannot access admin

    Quote Originally Posted by gamenet View Post
    Okay Sir, I have now downloaded the default dis-configure file for /admin/includes.
    I renamed it the file configure.php
    This whole problem started when I redirected my url to include the www. And I was told I need to change both configure files.
    My URL is http://www.gamenet.net.au/
    If you, or anyone could put my URL where it is needed I will be eternally great-full.
    define('HTTP_SERVER', 'http://www.gamenet.net.au');
    define('HTTPS_SERVER', 'http://www.gamenet.net.au');
    define('HTTP_CATALOG_SERVER', 'http://www.gamenet.net.au');
    define('HTTPS_CATALOG_SERVER', 'http://www.gamenet.net.au');

  8. #58
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Cannot access admin

    Hi Rob, Thanks for the reply,

    I have tried implementing this code 10's of different ways, and nothign changes,

    define('HTTP_SERVER', 'http://www.gamenet.net.au');
    define('HTTPS_SERVER', 'http://www.gamenet.net.au');
    define('HTTP_CATALOG_SERVER', 'http://www.gamenet.net.au');
    define('HTTPS_CATALOG_SERVER', 'http://www.gamenet.net.au');

    I am new to php and such, and i get a bit confused. So please bare with me! :)

    Could you please copy and paste that code into the my configure.php code i gave u in post #47, so i can know for sure it isnt the configure file.
    I then can then try something else. Thanks1

  9. #59
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Cannot access admin

    Not meaning to bump. But i really need help. i'v tried everything...

  10. #60
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Cannot access admin

    Download from your Hosting account, both your config files.

    admin/include/configure.php
    include/configure.php

    Open both of them with a Text or HTML Editor.


    As your front end is working we know your "include/configure.php" file is setup correctly. Now you need to compare that with the Admin one.

    Especially important is the Database information, which must be exactly the same in both files.

    This is an example only of where to look.

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zen_');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'USERNAME');
    define('DB_SERVER_PASSWORD', 'PASSWORD');
    define('DB_DATABASE', 'USERNAME');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage


    Upload your newly editted "admin/include/configure.php" file. If you cannot then rename your current to "admin/include/configure.php1". First try renaming using your FTP program and if doesn't work, use your Hosting Control Panel to rename.

 

 
Page 6 of 7 FirstFirst ... 4567 LastLast

Similar Threads

  1. I cannot access my admin?!
    By df1810 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Jan 2009, 06:14 AM
  2. Replies: 11
    Last Post: 4 Oct 2007, 06:53 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR