silversurfer5150 Posted March 6, 2011 Share Posted March 6, 2011 Hey there,I am trying to install the 1.4 beta and I am getting the strangest problem, everything installs fine and I can get into the back office but everytime I try to view the shop font, it just brings up the directory structure in the browserIndex of /prestashop etc etcwhat on earth is happening? Why can I access the back and not the front?Any help much appreciatedthanks Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 1. maybe it's just a cache issue2. maybe it's a problem with the server configurationgoing to /index.php works fine? have you tried a different browser? Link to comment Share on other sites More sharing options...
silversurfer5150 Posted March 6, 2011 Author Share Posted March 6, 2011 Hey no,I've cleared the cache, testing locally on apache atm, I am just about to upload it to try remotely Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 in http.conf of apache what DirectoryIndex variable say? Link to comment Share on other sites More sharing options...
silversurfer5150 Posted March 6, 2011 Author Share Posted March 6, 2011 Hey thank youyes it says,DirectoryIndex index.htmlbut I am not using that folder as I want to test other things on this server somy prestashop root my path is:http://localhost/prestashop/admin***/index.php for the back office and that works fine, I have also tested version 1.3 and the front end on that works fine too, maybe it is a bug with the beta version, but why haven't other people said anything? Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 not sure, anyway DirectoryIndex index.html should be at least DirectoryIndex index.php index.htmlthan restart the browser.just for curiosity let me know if it works Link to comment Share on other sites More sharing options...
silversurfer5150 Posted March 6, 2011 Author Share Posted March 6, 2011 Hey there it is now completely blank, no directory tree or anything just a blank browser page and yet again I can view the back office fine Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 maybe there is an error in your index.php of presta? have you tried in config/config.inc.php to enable errors reporting?: @ini_set('display_errors', 'on'); Link to comment Share on other sites More sharing options...
silversurfer5150 Posted March 6, 2011 Author Share Posted March 6, 2011 Hey there ,yes we now have Fatal error: Call to undefined function mb_convert_encoding() in C:\server\htdocs\prestashop\classes\Tools.php on line 1508 Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 that's the problem actually.to solve it locally (on remote it will work), enable mbstring php extension (inside your php.ini you'll find a commented line.)restart the webserver afterwards Link to comment Share on other sites More sharing options...
silversurfer5150 Posted March 6, 2011 Author Share Posted March 6, 2011 Hey I can't thank you enough, really, I have been at this since 3pm !Thanks Radu, you the man! Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 you're very welcome Link to comment Share on other sites More sharing options...
aee156 Posted March 12, 2011 Share Posted March 12, 2011 I have been having the same problem for weeks. I found this thread and I got real excited I was going to get the homepage to work. I took your advice and changed the php string in the php.ini file. However, I still get this errorFatal error: Call to undefined function mb_convert_encoding() in /home/icsportp/public_html/classes/Tools.php on line 1503In my php.in file I think I have everything correct. Can you be more specific of where to turn on the mbstring??? Link to comment Share on other sites More sharing options...
Radu Posted March 15, 2011 Share Posted March 15, 2011 aee156, have you solved your issue? I wrote you a PM how to turn on mbstring extension. Are you on linux or windows? Link to comment Share on other sites More sharing options...
aee156 Posted March 15, 2011 Share Posted March 15, 2011 No it did not solve my issue. I am on a linux serverthe site I am working on is http://www.icsportsandpromotions.com/index.php I have a index.html file and when the .php files throws an error it goes to the .html file automatically. When I delete the index.html file I get an error like one that says tools/page on line 1503 still. Any other ideas??? I have been stuck like this for three weeks searching for an answer. Should I reinstall the software and try again with the php.ini file edit?Also, one other thing I had a ? About/In prestashop it seems it always says tax included. Cant I have the tax shown and added to the order once they click the checkout button. This way my price will look lower until they click checkout. Link to comment Share on other sites More sharing options...
Radu Posted March 16, 2011 Share Posted March 16, 2011 in linux is different like on windows you can check what is stated here: http://www.webhostingtalk.com/showthread.php?t=873543if it's not your server than contact your host to enable mbstring.Please note that the solution provided above with whm involves recompiling php so the server will be down a little. 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