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

Uploads and Assets Not Appearing


Go to End


1529 Views

Avatar
Roony

Community Member, 14 Posts

2 April 2010 at 8:03pm

I am running Silverstripe 2.3.7 and have successfully built most of my site on WAMP. I am having difficulty with the CMS though as when i go to upload images in the Files and Images tab everything works properly.

I go back to Site Content and select the page I want to add an image to. When i click the image button the sidebar opens to the right, however there are no folders or images to select from and when I click choose folder dropdown I get an error message.

Error Getting Data

When i look at this process with firebug i see these two errors.

GET http://localhost/silverstripe/admin/EditorToolbar/ImageForm/field/FolderID/gettree?forceValues= 403 Forbidden 154ms

Action 'FolderID' isn't allowed on class CMSMain

&

Firebug cannot find _firebugConsole element true Window admin?flush=1

This issue is very frustrating as I need to know that clients will be able to upload images to their pages without hassle. I seem to be able to get around this by adding <img src="assets/uploads/imagename.jpg"> which will make the image appear in the CMS, which leads me to believe that it is uploading correctly only the CMS is having difficulty inserting or actually accessing the files.

All my permissions are checked.

Could this maybe be simply because I am running the site locally and this error might dissappear when I put the site on a web server?

Any help would be greatly appreciated. Thanks in advance people.