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

assets disappeared in admin


Go to End


3 Posts   1623 Views

Avatar
craesh

Community Member, 25 Posts

19 July 2011 at 10:25pm

Hi!

I just moved a site from one server to another - cloned the DB and copied all files. All works fine, the site displays without a problem, but the assets tab has disappeared in the CMS. If I type in the URL http://mysite.com/admin/assets all I get is the following error message:

The action 'assets' does not exist in class CMSMain

Any Ideas? It's a SS 2.4.1 (maybe I should upgrade that...)

Thanks!
craesh

Avatar
zenmonkey

Community Member, 545 Posts

21 July 2011 at 6:35am

Sounds like there's a file missing after the transition. So an upgrade couldn't hurt.

I assume you did a dev/build/?flush=1 after the migration

Avatar
craesh

Community Member, 25 Posts

27 July 2011 at 9:58pm

Indeed, my FTP-Client seams to have skipped the first file: cms/AssetsAdmin.php. Everthing else is ok. Thanks!