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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

2.3.2 - I can't handle sub-URLs of a DevelopmentAdmin object.


Go to End


3 Posts   2895 Views

Avatar
Double-A-Ron

Community Member, 607 Posts

15 July 2009 at 12:01pm

I was playing around with some modules and doing /dev/build/?flush=1 when I noticed "An error has occured" at the very bottom of of the report under "Creating Database records".

So I slipped the site into DevMode and the error changed to a simple one line error that says:

I can't handle sub-URLs of a DevelopmentAdmin object.

I tried deleting modules to no avail, until I decided to install a fresh copy of 2.3.2 on the same server. Nothing went wrong during installation.

After the fresh install, I did a /dev/build/?flush=1 on the site to test if this message came up again, and it did. I even went as far to delete the cache files in /tmp/ for this site.

Has anyone seen this? Must be a server issue of some sort.

Cheers
Aaron

Avatar
DeklinKelly

Community Member, 197 Posts

3 September 2009 at 6:31am

Edited: 03/09/2009 6:32am

I ran into the exact same problem. It is caused by flushing the cache at the same time as running the Environment Builder.

First, do this:
/dev/build/

Then do this:
/?flush=all

Do not do this
/dev/build/?flush=1
or this
/dev/build/?flush=all

Avatar
Monty

Community Member, 19 Posts

7 November 2010 at 6:38pm

Edited: 07/11/2010 6:46pm

Hi,

Thanks for this. I was having problems uploading images with the Gallery module on a sub domain and this seemed to work.

David Montgomery