Jump to content

1.6.1.1 Cannot Access Adminmodules


Recommended Posts

NEED HELP !!!

 

I encounter this error after when i tried to change my default currency to dollarwebsite is aso-iyi.com

Whenever i click on one of the horizontal menu icon (e.g african prints) it will display the following line of code below

 

themes am using is default bootstrap

Prestashop 1.6 version

 

I have confirm my db username and password through settings.inc.php its the same with my msql username and password and i have changed it to my ftp username and password it still doesnt work.

 

[PrestaShopDatabaseException]

 

Access denied for user 'cl50-x-prest-xxx'@'%' to database 'cl50-x-prest-xxx'

 

CREATE TEMPORARY TABLE ps_cat_restriction ENGINE=MEMORY

 

SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category_product cp

INNER JOIN ps_category c ON (c.id_category = cp.id_category AND

c.nleft >= 10

AND c.nright <= 11

AND c.active = 1)

INNER JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product

AND product_shop.id_shop = 1)

INNER JOIN ps_product p ON (p.id_product=cp.id_product)

WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")

 

throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

635.  throw new PrestaShopDatabaseException($this->getMsgError());

 

check my website for more proper explanation

www-aso-iyi.com click on african prints at the horizontal menu

 

Will appreciate so much

post-1135166-0-82921800-1450766484_thumb.jpg

Link to comment
Share on other sites

  • 4 months later...

I wanted to install a new module, but during installation, the backoffice flipped over to the front of the store.

I cleared the cache, cleared the cookies, cleaned the computer and browser cache, restarted the computer,  reuploaded a new MySQL backup, but problem remains.

When activating the DEV MODE, i received the error:

[Debug] This page has moved
Please use the following URL instead: https://www.mysite.com/subdir,  which is exactly the same as it should be for the frontend.

Every time i want to access the AdminModules dir in the backoffice, i get kick back to the front of the store. Anyone any advice?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...