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

Cannot Rebuild Database page not found 404


Go to End


5 Posts   5463 Views

Avatar
Toomanyidstakenalready

Community Member, 5 Posts

16 September 2009 at 8:51am

Edited: 16/09/2009 8:56am

Windows XP IIS installation
Silverstripe 2.3.3

localhost/mysitename/?flush=1
works just fine
localhost/mysitename/
pulls up my site and all of its modifications just fine

localhost/mysitename/build?flush=1
localhost/mysitename/db/build?flush=1
localhost/mysitename/dev/build?flush=1

And just about all permutations of these fail with page not found
I cannot seem to find the way to rebuild my database and therefore cannot make any changes to it
I have been through most if not all of the forum notes with similar issues and none of the advice works on my installation
Help Appreciated!

Avatar
Toomanyidstakenalready

Community Member, 5 Posts

16 September 2009 at 8:55am

Just solved my problem.
I hope this helps someone else

http://localhost/mysitename/index.php/db/build?flush=1

Without the index.php it fails
With the index.php it works

Avatar
jshaffer

Community Member, 1 Post

8 May 2012 at 1:53am

Edited: 08/05/2012 1:54am

This did just help me,

and to add - if you're just following the tutorial (as its's written as of 5/2012,) this link might help. I'm using wamp. It looks like the above link will get you where you need, with one extra step now that it's dev/build

http://localhost/silverstripe/index.php/dev/build?flush=1

Thanks again

Avatar
EdP

Community Member, 14 Posts

25 April 2014 at 2:05am

I've just had the same problem (with the same fix) while upgrading from 3.0.5 to 3.1.4, on my local machine which uses wamp.

Using mysite/admin/dev/build/ - a blank page is displayed which says simply: Not found
Using mysite/index.php/admin/dev/build/ - works as intended

mod_rewrite is working fine, I can access /admin and the public site pages.

Ed

Avatar
thomas.paulson

Community Member, 107 Posts

27 April 2014 at 7:38pm


Do dev/build without admin