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

apache crashes on loading successfullyinstalled?flush=1


Go to End


3 Posts   1823 Views

Avatar
DsX

Community Member, 178 Posts

30 November 2012 at 4:05pm

OK, I have done my first V3 local install. (gave up on using composer for now)
Instantly I have some problems.
apache crashes on loading http://localhost/mysite/home/successfullyinstalled?flush=1
I try over and over but no.
If I go to admin, I don't know my password (was I supposed to get an email?)
If I click 'I ve lost my password', enter my email I used, and click to continue.. a large error message is flashed, and then hidden again by the page..
using the stop but very fast I can get it.
-----------------------------
[Warning] mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
POST /vhost/DusXproductionsV3/Security/LostPasswordForm

Line 167 in C:\xampp\htdocs\vhost\mysite\framework\email\Mailer.php
-----------------------------

What do I need to do to fix it and be able to login locally?

Avatar
Van

Administrator, 25 Posts

4 December 2012 at 2:45pm

Hi DsX,

Do you have a maildaemon running on your local machine? If it's not properly configured, the SS3 installation will be unable to mail your password. It shouldn't matter though since you'll be able to change the password directly, in the database.

Do other systems cause your Apache instance to crash or is it just SS3?

Any more details you can give us could be helpful in providing more context so we can give you some better advice.

Thanks.

Avatar
Van

Administrator, 25 Posts

4 December 2012 at 2:46pm

BTW you may also want to try configuring a username and password in mysite/_config.php

http://doc.silverstripe.org/framework/en/topics/environment-management

/* Configure a default username and password to access the CMS on all sites in this environment. */
define('SS_DEFAULT_ADMIN_USERNAME', 'username');
define('SS_DEFAULT_ADMIN_PASSWORD', 'password');