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.

Template Questions /

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

Cannot rebuild database after adding new page type


Go to End


9 Posts   8101 Views

Avatar
CMSPlayer

Community Member, 25 Posts

27 March 2012 at 1:09pm

Hi there,

I went through the online tutorial and I tried to follow the steps on creating your own page type.

I encountered the instructions that require me to run this url link.

http://localhost/dev/build?flush=1

to rebuild my database.

But on my own local machine's environment, my SilverStripe web access setup is

http://localhost:8080/SilverStripe/index.php/home-page/

Thus I thought my database rebuild link would be as follows.

http://localhost:8080/SilverStripe/sapphire/dev/build?flush=all

I tried that and I encountered a 404 error page. Could somebody please tell me what should I do to resolve this issue?

Thanks

Avatar
novaweb

Community Member, 116 Posts

27 March 2012 at 2:26pm

Edited: 27/03/2012 2:34pm

Hey,

If you have index.php showing it means your search engine friendly URLs aren't working.

You need to check mod_rewrite is enabled in your PHP config. ( Google phpinfo() )

Then you need to check your .htaccess file is appropriately configured.

Once you have overcome these issues, you will then be able to run dev/build

See http://doc.silverstripe.org/sapphire/en/installation/server-requirements for more.

Cheers,
Josh

Avatar
CMSPlayer

Community Member, 25 Posts

27 March 2012 at 3:38pm

Hi novaweb,

Thanks for coming back so quickly on this.

I checked the settings as per your suggestion. They're all fine except for the htaccess file part.

I forgot to mention that I'm using MS Windows XP 3 environment (not linux) as my main development work. Right now, I still could not overcome these issues.

I followed the installation link - it recommended I should use WAMPServer software that comes with all the preconfigured Apache, MySQL, PHP packages with their latest versions.

However, I've already installed these independently and they come with different software version numbers. ie PHP 5.2 instead of 5.3, Apache 2.0 instead of 2.2.1 and MySQL5.5.

Do I really need WAMPServer's software bundle to make silverstripe work? Surely the ones I installed previously would be fine to use...

Avatar
novaweb

Community Member, 116 Posts

27 March 2012 at 3:49pm

Hey Player,

I would definitely use WAMP, this will solve your issues :)

Cheers,
Josh

Avatar
CMSPlayer

Community Member, 25 Posts

27 March 2012 at 6:11pm

Hi Josh,

Okay. I followed your advice. ie I reinstalled Silverstripe along with the complete installation of WAMP.

And tried running this url.

http://localhost/dev/build?flush=1.

Still comes up saying 404 error encountered.

The requested URL /dev/build was not found on this server.

And I followed this instruction. http://doc.silverstripe.org/sapphire/en/installation/windows-wamp

Towards the last step, my silverstripe access would be

http://localhost/silverstripe.

If that's the case, shouldn't my rebuild link would be http://localhost/silverstripe/dev/build?flush=1 ?

I tried the latter and it said

"This page is secured and you need administrator rights to access it. Enter your credentials below and we will send you right along.

You're logged in as Default Admin."

Does that mean this page no longer exist again?

Avatar
CMSPlayer

Community Member, 25 Posts

28 March 2012 at 4:49pm

Never mind. I fixed it.

Apparently, my WAMP reinstallation wasn't done properly as I had two mysql instances running on the same machine, thus cause the confusion, which prevented the database rebuild function call from being executed properly.

Thanks again!

Avatar
Aubz

Community Member, 3 Posts

26 October 2012 at 5:53pm

Guys just type http://localhost/yourhostname/index.php/dev/build into your browser where yourhostname is the directory in htdocs or www (if using WAMP) where silverstripe is installed.

Avatar
suganya

Community Member, 9 Posts

28 March 2014 at 5:46pm

hi,

Getting the following error while accessing "http://localhost:8080/rtbi/v1/db/build?flush=1"

Not Found

The requested URL /rtbi/v1/db/build was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Go to Top