Heni Posted May 16, 2011 Share Posted May 16, 2011 Hello, I tried to install Prestashop as shown here: http://www.prestashop.com/images/download_complete/Installation_PrestaShop_en.pdfHowever, I received these error messages: 'Warning: include_once(/home/mikekhu1/public_html/bababolt/install/classes/ToolsInstall.php) [function.include-once]: failed to open stream: No such file or directory in /home/mikekhu1/public_html/bababolt/install/index.php on line 58Warning: include_once() [function.include]: Failed opening '/home/mikekhu1/public_html/bababolt/install/classes/ToolsInstall.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mikekhu1/public_html/bababolt/install/index.php on line 58Fatal error: Class 'ToolsInstall' not found in /home/mikekhu1/public_html/bababolt/install/index.php on line 64 'Line 58 is: include_once(INSTALL_PATH.'/classes/ToolsInstall.php');Line 64 is: include_once(INSTALL_PATH.'/classes/ToolsInstall.php');Could you please help me with solving this issue? Thanks Link to comment Share on other sites More sharing options...
liquidesnake Posted May 18, 2011 Share Posted May 18, 2011 You may want to double check your folder / files permission. Link to comment Share on other sites More sharing options...
liquidesnake Posted May 18, 2011 Share Posted May 18, 2011 Where did you stop at?what step? Link to comment Share on other sites More sharing options...
Heni Posted May 18, 2011 Author Share Posted May 18, 2011 Hello, thank you for the answer. When I write in: http://bababolt.bebu.hu/install - than I receive this error message (see above) I have corrected the permissions, but the problem still exists. :-( Link to comment Share on other sites More sharing options...
liquidesnake Posted May 18, 2011 Share Posted May 18, 2011 About file permision: http://en.wikipedia.org/wiki/Filesystem_permissionsif you are using Cpanel: http://www.siteground.com/tutorials/cpanel/file_permissions.htmif you are using filezilla as your ftp client. go to the install folder then right click, select file permission and then set up the right permission. most of the time it's better to change the permission from your host panel such as Cpanel.Or just ask your host to sort it out for you.I really believe that's the issue. Link to comment Share on other sites More sharing options...
Peha Posted June 2, 2011 Share Posted June 2, 2011 i had the same problemwhen i unzip the prestashop.zip in my serverthe zip command put all filesnames in lowercasethat's why Prestashop can't find classes/ToolsInstall.php because the file was toolsinstall.phpthe solution :instead of using " unzip prestashop.zip" commandi did unzip -U prestashop.zipnow the new versions of unzip command preserve case by defaulti lost an afternoon with that pa. Link to comment Share on other sites More sharing options...
liquidesnake Posted June 3, 2011 Share Posted June 3, 2011 that's might be the issue with Heni :-( 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