adam073 Posted September 11, 2009 Share Posted September 11, 2009 HiI have installed the new v1.2.3 and i have problem with customer log in .for a new account there is no issue and the user can register but next log in the site come blank with a message (502 Bad Gateway) the issue with all browser ( IE , Firefox and opera) when i have check up the cookies i found :Name : f7a12f4b4aa7f853d2dccb777b5ced14content :iioMcyMWjsc=Ol9egvYgjek=PcCIz3Cu5SA=+L5VzoUrrzA=VD31A5oRAUM=z6dQYlxXYIE=Sfr//FCEzn0=suVAFIxJP+0=QhgOfVUokGI=7xeXyEag4x4=1fmrE+yiW0Q=vSoBAn7f1eY=kZnjBcbXRlA=5M8Rj3Wrg98=kswBmgcnWvo=wMuNdMwdcKI=04BYJ31HdII=s9cI5QPy6Fw=Domain:emacc.com.aupath: /and there is no more cookies content like : __utmb , __utmc , __utma and __utmz .any idea to resolve this issue . www.emacc.com.auThank you adam Link to comment Share on other sites More sharing options...
fitgura Posted September 11, 2009 Share Posted September 11, 2009 Did you try to sitch off the .htaccess Link to comment Share on other sites More sharing options...
adam073 Posted September 11, 2009 Author Share Posted September 11, 2009 HelloWhat do you mean (sitch off the .htaccess) Thank youAdam Link to comment Share on other sites More sharing options...
fitgura Posted September 11, 2009 Share Posted September 11, 2009 Sorry for a mistype!! switch off of course........................ in preferences tab you could set up the htaccess file!!!! Link to comment Share on other sites More sharing options...
adam073 Posted September 11, 2009 Author Share Posted September 11, 2009 HelloI did but nothing happened steel same issue.Thanks Adam Link to comment Share on other sites More sharing options...
fitgura Posted September 11, 2009 Share Posted September 11, 2009 did you rename back the .htaccess file to htacces.txt in your root folder????? Link to comment Share on other sites More sharing options...
adam073 Posted September 11, 2009 Author Share Posted September 11, 2009 I did and the site did not work ... Link to comment Share on other sites More sharing options...
adam073 Posted September 11, 2009 Author Share Posted September 11, 2009 My htaccess file # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution# http://www.prestashop.com - http://www.prestashop.com/forums# URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E]RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E]RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E]RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E]RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E]RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E]RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E]# Catch 404 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
adam073 Posted September 11, 2009 Author Share Posted September 11, 2009 I have check up (error_log ) file and I found : PHP Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/eme2192/public_html/classes/Page.php on line 44 Link to comment Share on other sites More sharing options...
keyura Posted November 19, 2010 Share Posted November 19, 2010 I am also getting the same error and i got only after i put .htaccess file. It is really stressing my head. Link to comment Share on other sites More sharing options...
Recommended Posts