Detrol Posted September 17, 2011 Share Posted September 17, 2011 Alright, so ive just installed the store, and when i go to my main page i get this: Warning: require_once(smarty_internal_parsetree.php): failed to open stream: No such file or directory in �x& on line 13 Fatal error: require_once(): Failed opening required 'smarty_internal_parsetree.php' (include_path='.:/opt/php5/lib/php') in �x& on line 13 And from the admin page, i get this: Warning: require_once(/var/www/***.net/public/admin/init.php): failed to open stream: No such file or directory in ��� on line 34 Fatal error: require_once(): Failed opening required '/var/www/***.net/public/admin/init.php' (include_path='.:/opt/php5/lib/php') in ��� on line 34 Whats up with the letters? Link to comment Share on other sites More sharing options...
shokinro Posted September 17, 2011 Share Posted September 17, 2011 First please check your files and folders access permission. for all folders permission: 755 for all files permissions: 644 Link to comment Share on other sites More sharing options...
Detrol Posted September 17, 2011 Author Share Posted September 17, 2011 What ive done for testing ive set everything to 777, would it make a difference to set it "proper"? Link to comment Share on other sites More sharing options...
shokinro Posted September 17, 2011 Share Posted September 17, 2011 it seems that some privder's environment does not work with 777. you can have it a try. not guarantee it works for you. Link to comment Share on other sites More sharing options...
Detrol Posted September 17, 2011 Author Share Posted September 17, 2011 Well im running from a rental VPS, so i have control over everything. Running Ubuntu 10.10 with Nginx 1.0.0 and PHP-FPM. Well ill try setting up with the rights from the guide. Link to comment Share on other sites More sharing options...
Recommended Posts