Jump to content

Alecrein

Member
  • Posts

    2
  • Joined

  • Last visited

Alecrein's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I tinkered around with it and found out: Changing the permissions on the global.inc.php file to 755 and changing dbhost to 'localhost'. That seemed to resolve the issue, I hope this helps anybody who has the issue like I did. Feel free to lock or delete this if I'm breaking any rules.
  2. So I installed Cubecart V6 and it was working swimmingly. I decided to add a plugin which required my dbpassword. I went in and manually changed my DBpassword through The Control Panel on my host Hostmonster's site. I then went into global.inc.php and made sure the values matched. I was immediately met with this error on all pages of the store. Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'XXXX'@'XXXXX' (using password: YES) in /home7/westsale/public_html/shop/classes/db/mysqli.class.php on line 30Fatal error: Access denied for user 'XXXXX'@'XXXXX' (using password: YES) in /home7/westsale/public_html/shop/classes/db/mysqli.class.php on line 32 The XXX's use to be my hostname and dbusername both written out in full. I have found a couple topics on this exact issue, but most dead-end or solutions are not posted within the discussion. It seems as though me manually changing the pass is the main culprit but I don't have the knowledge to track down and figure out why the site would then act this way.
×
×
  • Create New...