mandela_2 Posted September 10, 2010 Share Posted September 10, 2010 Bonjour a tous,Having trouble getting to my admin page. Had a trouble free install, front end works. Even registered a fictitious user. But when i clicked on the back end tab, I was getting " you don;t have permission to access this file" so I then combed the forums and found info regarding the .htaccess file and ini.php Now I'm getting the back end page with text but there's no log in area.this is what i put on my .htaccess: \.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)\-([0-9]+)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2.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 errors ErrorDocument 404 /404.php # PHP5 AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php php.ini: register_globals = on allow_url_fopen = on I deleted the install file renamed my admin but i can't seem to log on. Searched the forums but can seem to find my exact problem. I'm on Godaddy with the PHP5 language installed. All insight is welcomed in french or englishThanks Link to comment Share on other sites More sharing options...
mandela_2 Posted September 11, 2010 Author Share Posted September 11, 2010 Hey everyone, still having trouble. On my Login page I see code only and can not access the back end. Front end works great. I have deleted the install folder and renamed the admin folder. I checked all the permissions on the necessary folders. Databse went through fine on the install. Seems like a minor issue but i can't find it!. Any words of wisdom out there??? Link to comment Share on other sites More sharing options...
sarah3585 Posted September 12, 2010 Share Posted September 12, 2010 I'm also having trouble. Installed ok, front end working. Deleted install folder and renamed he admin folder as instructed but when going to it I just get a blank page.This is my second install of a prestashop worked fine before. Any thoughts? Link to comment Share on other sites More sharing options...
sarah3585 Posted September 12, 2010 Share Posted September 12, 2010 I'm getting this error logged:PHP Warning: require_once(/Applications/MAMP/htdocs/prestashop/admin/init.php) [function.require-once]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/prestashop/admin/header.inc.php on line 21 Link to comment Share on other sites More sharing options...
mandela_2 Posted September 13, 2010 Author Share Posted September 13, 2010 Still awaiting some guidance. Anybody willing to help out a few newbies? tried to reinstall same old.....Login page is in code with white back ground no login tabs. Front end works fine, allowing users to register new accounts.Getting error 404 once I input http://www.mywebsite.com/admin(renamed)/login.phpIf I type :http://www.mywebsite.com/admin(renamed) I get the login page in code but no tabs to actually login.I moved admin folder onto the root of the website.Admin has been renamed and install folder has been deleted.I believe its a ini.php problem or .htaccess problem but can't identify the issueC'mon presta community L'union fais la Force!! Link to comment Share on other sites More sharing options...
mandela_2 Posted September 16, 2010 Author Share Posted September 16, 2010 SOLVED ADMIN LOGIN TROUBLE:Apparently I was working on the wrong folder. Had previously moved the admin folder onto my main directory. Went back to the "prestashop" folder to the "admin folder", renamed it but kept it in place and VOILA. Access permitted into back office. finally changed the admin folder name(as instructed in the setup tutorial) and currently enjoying customizing the new shop! Now the real work starts!!!Thanks to all for not helping me for days and allowing me the opportunity to pull out all of my hair trying to figure this out. Now i'm bald but at least I have my own shopping cart!!!! wooohoooooo!!! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now