James Posted December 28, 2007 Share Posted December 28, 2007 Hello, This is the warning I get when i view a product page. Warning: include(/www-link/presta/orm.php) [function.include]: failed to open stream: No such file or directory in /www-link/presta/product.php on line 3 Warning: include() [function.include]: Failed opening '/www-link/presta/orm.php' for inclusion (include_path='.:/usr/local/lib/php') in /www-link/presta/product.php on line 3 Only happens on product page! Is this a typo or am i missing a file called orm.php? Link to comment Share on other sites More sharing options...
James Posted December 28, 2007 Author Share Posted December 28, 2007 Using my trusted friend Bable Fish and some addition of 2 and 2, this post http://www.prestashop.com/forum/index.php/topic,280.0.html say that this was left in, after some functionality that is still being worked upon didnt make it to the release. I guess orm.php will be around one day but not today! Link to comment Share on other sites More sharing options...
Peter Wilson Posted December 28, 2007 Share Posted December 28, 2007 Hiya James, So sorry to be the one to tell you this, but your trusted friend has betrayed you Thibaud actually said that the fix was made and is now included in the current 0.9.1 RC2 build, OR if you want to just mod your current build, simply delete this line: include(dirname(__FILE__).'/orm.php'); from the following files: [li]authentication.php[/li] [li]category.php[/li] [li]order.php[/li] [li]product.php[/li] Link to comment Share on other sites More sharing options...
James Posted December 28, 2007 Author Share Posted December 28, 2007 Hiya, I never liked fish anyway ;D Thanks for your reply. Now if only I could fully work out these hooks! -James. 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