hey
first i apologise if this seems to be another post of someone who has not used Drupal before.
i have use drupal for a few year, and got myself of of few issues, but i am lost on this one.
i have a website working with SMTP that works fine.
and i have requested multiple time to have my password changed for user admin and others.
i received an email (and i also checked that value for the password is changed on the DB) but when i followed the link i *always* get a page with a message:
sorry!!
Iit appears that you do not have permission to access this content.
with the url like:
http://www.domain.com/user/1/edit?pass-reset-token=S9pUh_2ftwYAeSnC3gPuZ...
i have also tried the instructions available on this page:
http://drupal.org/node/1556488
and the result is the same.
on the DB, i can see table:
users_roles
with reference for my user (1) with the administration role (3) against it.
so i do not really understand why this issue is happening.
recently i have upgraded Drupal to 7.16 using ControlPanel's installatron.
another thing that i have noticed is that my installation was on folder
/home/domain_com/drupal_sys/
and it is now in:
/home/domain_com/drupal/
*but* i keep on seem an empty folder structure under:
/home/domain_com/drupal_sys//sites/default
and if i delete that, it is recreated.
my idea is that this is due to a misconfiguration that is trying to use the setting files that *used* to be under the previous folder, and are not present in the new location.
any suggestion on how i can debug this problem?
thanks,