osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

RC2 to RC3 Upgrade: Admin Access Denied

This is a discussion on RC2 to RC3 Upgrade: Admin Access Denied within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; OK - I read here: http://www.oscmax.com/forums/oscmax-...3-upgrade.html :that there was an upgrade file for RC2 installations; I downloaded it and applied ...

      
  1. #1
    New Member
    Join Date
    Feb 2006
    Posts
    17
    Rep Power
    0


    Default RC2 to RC3 Upgrade: Admin Access Denied

    OK - I read here: osCMax 2.0 RC3 upgrade :that there was an upgrade file for RC2 installations; I downloaded it and applied it to The Overlook Connection : Welcome .

    Then I saw that the RC3 > RC3.01 update only touched these files, according to the documentation: http://www.oscmax.com/projects/relea..._2_0_0_rc3_0_1 :

    1. /catalog/.htaccess
    2. /catalog/checkout_process.php
    3. /catalog/install/osCMax.sql

    So I uploaded .htaccess and checkout_process.php from the 3.01 update. I did NOT install the new SQL, since the upgrade documentation said that it wasn't necessary.

    Now, at http://www.overlookconnection.com/admin/, I get:

    Warning: mysql_connect(): Access denied for user: 'usernamedeleted@localhost' (Using password: NO) in /home/overlook/public_html/admin/includes/functions/database.php on line 19
    Unable to connect to database server!

    So is the osCMax.sql installer in the 3.01 upgrade, in fact, necessary? If so, will it wipe out existing products in the RC2 database?

    If the osCMax.sql installer is NOT necessary for the upgrade, any ideas as to what's causing this error?

    I've poked around about this and the only similar threads I found were regarding virgin installations, not RC2 to RC3 upgrades. Any help is, of course, wildly appreciated.

    [The primary concern, here, is the retention of the 4,000+ products in the store at the moment - losing them during the upgrade is not acceptable]
    Last edited by SavageSinister; 02-07-2007 at 09:51 PM.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    The rc3.01 sql file is only if you have not already installed the database by default, using the osCMax installer. It does nothing for already installed sites, and in fact will kill your entire database if you use it... so don't!

    That error you are getting means you overwrote your admin/includes/configure.php file database connection info with incorrect info, or it does not match your actual database info.
    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

  3. #3
    New Member
    Join Date
    Feb 2006
    Posts
    17
    Rep Power
    0


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Excellent- thank you, Michael. I uploaded the old admin/includes/configure.php file and now it's fine.

    Follow-up question, then. If that file was in the RC3 upgrade-only package, one would assume that that means something in that file changed from RC2; should I go into the RC3 upgrade version of the file and input config data, then upload that?

    Or did it not really need to be there in the first place? That is to say, did "configure.php" not *really* need to be replaced for the RC3 upgrade?

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    The key info in that error message is:

    (Using password: NO)

    This means that you are not using a password to connect in your configure.php file and you need to add it.
    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

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Quote Originally Posted by SavageSinister View Post
    Excellent- thank you, Michael. I uploaded the old admin/includes/configure.php file and now it's fine.

    Follow-up question, then. If that file was in the RC3 upgrade-only package, one would assume that that means something in that file changed from RC2; should I go into the RC3 upgrade version of the file and input config data, then upload that?

    Or did it not really need to be there in the first place? That is to say, did "configure.php" not *really* need to be replaced for the RC3 upgrade?
    You should never replace your configure.php files. They really never change. I was sure that they were not in the package, but I will have to double check that.

    I just confirmed it, and it is a mistake in the package. The configure.php file should NOT be in the package. Sorry about that.
    Last edited by michael_s; 02-07-2007 at 10:00 PM. Reason: confirmed... configure.php is there and should not be
    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

  6. #6
    New Member
    Join Date
    Feb 2006
    Posts
    17
    Rep Power
    0


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Quote Originally Posted by michael_s View Post
    You should never replace your configure.php files. They really never change. I was sure that they were not in the package, but I will have to double check that.
    It *is* in the upgrade package, FYI - I just investigated the .ZIP file I downloaded earlier.

    Thanks for your help!!

  7. #7
    New Member
    Join Date
    Feb 2006
    Posts
    17
    Rep Power
    0


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Follow up question - I noticed that the Upgrade-Only RC3 pack also includes /templates/aabox/main_page.tpl.php -- I built the site design using the RC2 version of this file, so obviously if I upload this, it'll kill my design. Is this one necessary and, if so, is there a way to edit the RC2 version to update it to RC3 specs, rather than uploading over the RC2 version?

  8. #8
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Search and download "Beyond Compare" and your life will be much easier. It compares the folders and files of both versions and then you can look at individual files side by side and the changed lines are highlighted. You can then move the lines you want.
    John

  9. #9
    New Member
    Join Date
    Feb 2006
    Posts
    17
    Rep Power
    0


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    Quote Originally Posted by JohnW View Post
    Search and download "Beyond Compare" and your life will be much easier. It compares the folders and files of both versions and then you can look at individual files side by side and the changed lines are highlighted. You can then move the lines you want.
    Thanks, John - I will!

    I wonder, though, given how much I changed the template file for aesthetic purposes, if this will help. We'll see...

  10. #10
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: RC2 to RC3 Upgrade: Admin Access Denied

    There is a 30 day trial period so it will only cost you the time. It's one of the best tools I have. Even though you've changed it a lot it will highlight the actual characters in the line that are different so it really makes this way easier.
    John

Page 1 of 2 12 LastLast

Similar Threads

  1. RC3 Install - Access denied for user: 'nobody@localhost
    By pkirbyau in forum osCmax v2 Installation issues
    Replies: 14
    Last Post: 02-28-2007, 08:15 AM
  2. Froogle Exporter Access Denied message
    By rolotech in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-10-2006, 01:09 AM
  3. Admin Access Denied
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-08-2006, 02:07 PM
  4. PayPal IPN Test Panel Access Denied
    By DerekJ in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 03-18-2005, 08:56 AM
  5. access denied when I´m gonna install
    By nallekramen in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-08-2004, 08:17 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
  •