drpython Posted October 11, 2012 Share Posted October 11, 2012 Install theme[object Object] An error occured during installation... You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. Link to comment Share on other sites More sharing options...
drpython Posted October 11, 2012 Author Share Posted October 11, 2012 MySQL 5.5.8 Apache 2.2.14 PHP 5.3.1 using innodb engine Link to comment Share on other sites More sharing options...
dbugger Posted October 13, 2012 Share Posted October 13, 2012 I had the same problem. My Apache error log said: PHP Warning: file_put_contents(/PRESTASHOP_DIR/translations/br/pdf.php): failed to open stream: No such file or directory So, all I did was to duplicate any other folder in /PRESTASHOP_DIR/translations/, rename it to "br", and got it to work fine! Hope this will help somebody! Link to comment Share on other sites More sharing options...
zb2256 Posted October 20, 2012 Share Posted October 20, 2012 I also had the same problem. Open the file install/data/theme.sql and on line 58 change "Champs Elysées" by "Champs Elysees" (or change the encoding of the file theme.sql from ANSI to UTF-8 without BOM if you can do that) It worked for me. Link to comment Share on other sites More sharing options...
Recommended Posts