Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Ongoing errors...


Go to End


12 Posts   30425 Views

Avatar
AndyWiltshireNZ

Community Member, 35 Posts

3 May 2008 at 7:47pm

Well as frustrated of working on this as I am, I seem to be glutton for punishment...

Was setup and running with the daily build + forum ok (eventually), but the default blog and ecommerce didnt work, so upgraded the ecommerce from SVN and got it to install, but still didnt actually function...error

So I decided to rip the whole install out and start again, this time using all the files from the SVN repo.. end up with this openID error (I actually just deleted the openID folder to get around this error before, but seems stupid to have to do that)

Warning: require_once(Auth/OpenID.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/andy.net.nz/httpdocs/auth_openid/code/Auth/OpenID/Consumer.php on line 163

Fatal error: require_once() [function.require]: Failed opening required 'Auth/OpenID.php' (include_path='.:') in /var/www/vhosts/andy.net.nz/httpdocs/auth_openid/code/Auth/OpenID/Consumer.php on line 163

So really my first question is, am I too early? I have had close on 15 errors, ranging from install thru to modules... Is anyone successfully using SilverStripe to run a site or client sites? It seems to me that its gonna need an additional solid 6 months to even get the current features working 99%. The taste I have had of SS has been both sweet and sour, on one hand it looks ideal for client managed sites, due to its ease of use, but struth, its not exactly a clean install... hack this file, hack that, use v0.1 of this with v0.345 of that...

All I want is a light at the end of the tunnel.... Is anyone actually using SS on an apache server with php5+ and Mysql running the core files and all the available modules, WITHOUT major hacking to get them working?

If the answer is 'yes', I am too early to use this as a professional solution, then what other CMS solutions can people recommend with a similar client usability level?

Andy

Avatar
BIMMAN

Community Member, 8 Posts

4 May 2008 at 5:57pm

Hi Andy,

Did you fix your errors?... I am getting the exact same one in regards too the following error

"Fatal error: Call to undefined method Order::shoppingcart() in /var/www/vhosts/andy.net.nz/httpdocs/ecommerce/code/ProductGroup.php on line 34"

Please let me know if you managed to get it fixed?...

Kind regards

Jason

Avatar
AndyWiltshireNZ

Community Member, 35 Posts

4 May 2008 at 11:45pm

Hiya,

Ive been keeping tabs on this post to see if anyone can offer any solutions, but no, unfortunately I am forced to trial a variety of other CMS's, all of which thus far have installed perfectly fine... and makes me think I will not be revisiting SS anytime soon.

Andy

Avatar
mbellino

Community Member, 32 Posts

6 May 2008 at 4:05am

I have the same problem:

silverstripe-v2.2.2-rc3
ecommerce (daily build => 2008-05-05)

Call to undefined method Order::shoppingcart() in /home/www/web294/html/web-home-val/cms/ecommerce/code/ProductGroup.php on line 34

Go to Top