Hi guys,
I have install a new theme (using Acquia Dev Desktop) and when I go for login the username and password that the documentation/developer said, did not work!!!

What is going wrnog and how can I solve this problem?

Comments

ggeeoorggee’s picture

Please help me guys.

Ravi Sharma’s picture

Hi ggeeoorggee,

I think you are enter wrong username and password. and share proper error here then i think i can help you more.

Thanks

ggeeoorggee’s picture

Hi Ravi, thank you for your answer.

the only error that i have is: "Sorry, unrecognized username or password"

this may help:
I have...

Phpmyadmin:
username:root
password: ""

Database name: reissdb

Site folder:
default.settings.php
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'DATABASE_NAME',
'username' => 'USER',
'password' => 'PASSWORD',
'host' => 'localhost',
'prefix' => '',
);

settings.php
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'reissdb',
'username' => 'root',
'password' => 'root',
'host' => 'localhost',
'prefix' => '',
);

In the documentation of the theme, said that is need to input the above structure and data into the settings.php.

Then go to the website /user and login with:
username: Admin
password: Admin

I am newbie in Drupal so i dont know if i do something wrong

Ravi Sharma’s picture

Hi,

settings.php
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'reissdb',
'username' => 'root',
'password' => '',
'host' => 'localhost',
'prefix' => '',
);

replace this and check again

Thanks

ggeeoorggee’s picture

If put the above then i have this message:

PDOException: SQLSTATE[HY000] [1045] Accès refusé pour l'utilisateur: 'root'@'@localhost' (mot de passe: OUI) in lock_may_be_available() (line 167 of C:\wamp\www\reisswolf\includes\lock.inc).

VM’s picture

Seems to me that Drupal is installed else you wouldn't have been able to install a new theme. That said, please edit the opening post and move it to the 'post installation' forum. Thank you.

Installing a new theme wouldn't have caused this issue. Likely when it was noticed. What else was being done to the site?

ggeeoorggee’s picture

If my post belong to the Post implementation forum then administrators can move it.
Is it possible to I move it?

Nothing else.
I had download the template,
and i am trying to install it..

using Acquia,
using Wamp

but, nothing change..

Is it possible to change the username and password for the website?

VM’s picture

yes you can move it. Edit the opening post and change the forum in the select list. Moderators ask the poster to move the thread first. If the user complies, great! welcome to the community. If the poster ignores or denies. well then .... nuff said.

When you take the time to move the post. I'll take the time to answer your question about changing password.

ggeeoorggee’s picture

Yeah nice!

I move it!
Sorry, but i am newbie in Drupal and also in the huge Drupal community. :)

VM’s picture

@ yoursite.com/?q=user/login do you see a tab to request a new password.

ggeeoorggee’s picture

Thank you guys,

The problem had to do with the template.
After a communication with the developer of the template and the downloading of the latest version of the theme the problem solved.