Jump to content

[Solved] - orm.php ?


Recommended Posts

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

Hiya James,

 

So sorry to be the one to tell you this, but your trusted friend has betrayed you :D

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...