Jump to content

[Résolu] Impossible de se connecter en Admin ?!?!


Recommended Posts

Après une fresh install  1.6.5 ( par 2 fois)

 

toujours impossible de se connecter en admin

même après la création en bdd d'un second profil admin (dupli)

 

le compte administrateur n'est pas reconnu

 

le F.O. marche avec inscription client  et passage commande!

 

Quelqu'un sait comment y accèder ?

 

C'est une première ?

 

Demande de renouvellement de MDP : reçu et toujours sans effet

 

Hébergement OVh

Htaccess :

 

SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on
RewriteRule . - [E=REWRITEBASE:/XXXXX/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# Images
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]
# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]

# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
</IfModule>

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff

#If rewrite mod isn't enabled
ErrorDocument 404 /XXXXXX/index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

 

 

Table employee

 

1 id_employee int(10)   UNSIGNED Non Aucune AUTO_INCREMENT plus

2 id_profile int(10)   UNSIGNED Non Aucune  

3 id_lang int(10)   UNSIGNED Non 0     plus

4 lastname varchar(32) utf8_general_ci   Non Aucune    

5 firstname varchar(32) utf8_general_ci   Non Aucune  

6 email varchar(128) utf8_general_ci   Non Aucune   plus

7 passwd varchar(32) utf8_general_ci   Non Aucune  

8 last_passwd_gen timestamp     Non CURRENT_TIMESTAMP  

9 stats_date_from date     Oui NULL  

10 stats_date_to date     Oui NULL   

11 stats_compare_from date     Oui NULL  

12 stats_compare_to date     Oui NULL  

13 stats_compare_option int(1)   UNSIGNED Non 1  

14 preselect_date_range varchar(32) utf8_general_ci   Oui NULL  

15 bo_color varchar(32) utf8_general_ci   Oui NULL  

16 bo_theme varchar(32) utf8_general_ci   Oui NULL  

17 bo_css varchar(64) utf8_general_ci   Oui NULL  

18 default_tab int(10)   UNSIGNED Non 0  

19 bo_width int(10)   UNSIGNED Non 0  

20 bo_menu tinyint(1)     Non 1 

21 active tinyint(1)   UNSIGNED Non 0 

22 optin tinyint(1)   UNSIGNED Non 1  

23 id_last_order int(10)   UNSIGNED Non 0

24 id_last_customer_message int(10)   UNSIGNED Non 0  plus

25 id_last_customer int(10)   UNSIGNED Non 0

 

Link to comment
Share on other sites

  • 2 weeks later...

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...