msk69 Posted February 1, 2008 Share Posted February 1, 2008 Got a blanc page after setup.. this happens since .94 now on .96 see www.nestjes.nl/prestashop php info see www.nestjes.nl/prestashop/php.php directory permissions http://nestjes.nl/prestashop/presta.JPG anyone got a clue? i'm stuck here. Thanks, Marco Link to comment Share on other sites More sharing options...
Thibaud Samson Posted February 1, 2008 Share Posted February 1, 2008 Hello msk69, Can you activate your errors display in config/config.inc.php by changing (line 2): ini_set('display_errors', 'off'); by: ini_set('display_errors', 'on'); Link to comment Share on other sites More sharing options...
msk69 Posted February 1, 2008 Author Share Posted February 1, 2008 okay.. thanks for that... seems an open basedir restriction ? (no .htaccess yet) i get the following.. ------------- Warning: Smarty::include(/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%D1^D1F^D1F14DB8%%header.tpl.php) [function.Smarty-include]: failed to open stream: Permission denied in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Warning: Smarty::include() [function.include]: Failed opening '/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%D1^D1F^D1F14DB8%%header.tpl.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Warning: Smarty::include(/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%9E^9ED^9ED81CFD%%index.tpl.php) [function.Smarty-include]: failed to open stream: Permission denied in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Warning: Smarty::include() [function.include]: Failed opening '/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%9E^9ED^9ED81CFD%%index.tpl.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Warning: Smarty::include(/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%28^284^28427969%%footer.tpl.php) [function.Smarty-include]: failed to open stream: Permission denied in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Warning: Smarty::include() [function.include]: Failed opening '/home/php1nieuws/domains/nestjes.nl/public_html/prestashop/config/../tools/smarty/compile/%%28^284^28427969%%footer.tpl.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/php1nieuws/domains/nestjes.nl/public_html/prestashop/tools/smarty/Smarty.class.php on line 1261 Link to comment Share on other sites More sharing options...
Thibaud Samson Posted February 1, 2008 Share Posted February 1, 2008 I think setting writing permissions on tools/smarty/compile dir will solve your problem. Link to comment Share on other sites More sharing options...
msk69 Posted February 1, 2008 Author Share Posted February 1, 2008 it was on 706.. went to 755 to 775 (one error line) to 777 which shows the front.... YEAAAHHH Thanks.... 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