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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

/dev/build stopped working (?)


Go to End


10 Posts   3686 Views

Avatar
Parker1090

Community Member, 46 Posts

22 August 2011 at 11:52pm

Cheers.

Problem 1. Its trying to locate 'SimplePie.php' which doesn't exist (/saphire/thirdparty/simplepie/)
Problem 2. The other file its trying to include is SimplePie.inc (actually simplepie.inc) - have changed, but now get this:
[22-Aug-2011 12:41:45] Error at sapphire/core/Object.php line 724: Uncaught Exception: Object->__call(): the method 'versionfromversionfile' does not exist on 'Updates' (http://ppmbs.co.uk/admin/dashboard/)

/admin/dashboard/ also gives the same error:

[User Error] Uncaught Exception: Object->__call(): the method 'versionfromversionfile' does not exist on 'Updates'
GET /admin/dashboard/

Line 724 in /home/sites/ppmbs.co.uk/public_html/sapphire/core/Object.php

Avatar
swaiba

Forum Moderator, 1899 Posts

23 August 2011 at 12:00am

hmmm don't know about that second error, I'm not overly familiar with the dashboard module

it might be something that is required in the config (i.e. to add an extension to something)

At this point I'd suggest you find a recent thread that Mo seems to be subscribed to in the "all other modules" section (if not then create one) because this is clearly a problem with that module spefically

Go to Top