BenC Posted March 7, 2010 Share Posted March 7, 2010 I have just upgraded to the latest final version of prestashop and I am having a few issues when clicking on modules. Instead of getting the list and being able to access the modules I get an error of:Warning: require_once(library/googlecart.php) [function.require-once]: failed to open stream: No such file or directory in /home/carbenfi/public_html/classes/Module.php(325) : eval()'d code on line 9Fatal error: require_once() [function.require]: Failed opening required 'library/googlecart.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carbenfi/public_html/classes/Module.php(325) : eval()'d code on line 9Can anyone help? Link to comment Share on other sites More sharing options...
rocky Posted March 8, 2010 Share Posted March 8, 2010 The problem seems to be with the Google Checkout module. According to the error message, the module cannot find "library/googlecart.php". Make sure that modules/gcheckout/library/googlecart.php uploaded correctly to your server. Link to comment Share on other sites More sharing options...
BenC Posted March 8, 2010 Author Share Posted March 8, 2010 Hi, all the correct directories are there. Ive even tried to remove google checkout and I get this message:Warning: require(/home/carbenfi/public_html/classes/rating/_drawrating.php) [function.require]: failed to open stream: No such file or directory in /home/carbenfi/public_html/classes/Module.php(325) : eval()'d code on line 3Fatal error: require() [function.require]: Failed opening required '/home/carbenfi/public_html/classes/rating/_drawrating.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carbenfi/public_html/classes/Module.php(325) : eval()'d code on line 3I am currently uploading my backup to the server in hope of putting it back to the older version, if anyone has a solution on the above please let me know and I will try it on a backup server. ThanksBen Link to comment Share on other sites More sharing options...
rocky Posted March 8, 2010 Share Posted March 8, 2010 That error is caused by the third-party Product Rating module. See here for how to fix it. Link to comment Share on other sites More sharing options...
BenC Posted March 8, 2010 Author Share Posted March 8, 2010 Hi, thanks for the info I have tried this but I still get the same error message. Any ideas? Link to comment Share on other sites More sharing options...
BenC Posted March 8, 2010 Author Share Posted March 8, 2010 I have removed the google checkout module and reinstalled. I now get this message:Parse error: syntax error, unexpected '?' in /home/carbenfi/public_html/classes/Module.php(325) : eval()'d code on line 1Parse error(s) in module(s)productratingThe module page and payment page load ok, is this error anything serious? Link to comment Share on other sites More sharing options...
rocky Posted March 8, 2010 Share Posted March 8, 2010 It's a problem with the Product Rating module again. Is that module important to you? If it is, you can read through the topic I mentioned above. Other people have also encountered this problem and one of them might have provided a solution. Otherwise, you can just delete the productrating module from your modules directory and the error message should go away. Link to comment Share on other sites More sharing options...
BenC Posted March 8, 2010 Author Share Posted March 8, 2010 I would like the module but its not the end of the world if I have to loose it, I'll have a play about and see what I can come up with. Again thanks for your help 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