The requested URL /elgg/action/systemsettings/install was not found on this server.
I just heard about elgg when I was thinking of adding some social networking features to a website I maintain. Fortunately, it has recently released version 1.0. The version without the bugs right? The first issue I came to was that my local versions of MySQL and PHP were out of date so I downloaded the latest versions and installed them onto the machine.
Great, now it was allowing me to perform the install and I came to the first settings page. Filled in the appropriate values and hit return. Then the message “The requested URL /elgg/action/systemsettings/install was not found on this server.” came up. WTF?
Back searching on the elgg google group and the the elgg troubleshooting page. Tried changing the .htaccess page and the apache httpd.conf file. Nothing changed. Tried everything suggested and nothing has changed. Now I’m just bored and going to leave elgg until version 1.1.
11 comments »
Copy link for RSS feed for comments on this post or for TrackBack URI
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
I got further than you did, but still ran into bug after bug after bug. I’m now waiting for 1.1, too.
Comment by Nick Ramsay — September 5, 2008 @ 18:12
Works for me see my procedure
http://ebasso.net/wiki/index.php/Elgg:The_requested_URL_/elgg/html/action
/systemsettings/install_was_not_found_on_this_server
Comment by Enio Basso — September 9, 2008 @ 20:20
Works for me see my procedure (Correct Link)
http://ebasso.net/wiki/index.php/Elgg:The_requested_URL_elgg_html_action_systemsettings_install_was_not_found_on_this_server
Comment by Enio Basso — September 9, 2008 @ 20:22
I tried your suggestion. Unfortunately, it didn’t work. When I loaded that section into the httpd.conf file under apache, the following message appeared.
Elgg error: Apache does not have mod_rewrite loaded. Please check your Apache setup.
Comment by Paul — September 14, 2008 @ 19:49
the config works because the message that showed to you is in the elgg .htaccess file.
So now you must install apache mod_rewrite.
Comment by Enio Basso — September 16, 2008 @ 15:33
By installing mod_rewrite you mean to uncomment the following line in my httpd.conf file?
LoadModule rewrite_module modules/mod_rewrite.so
When I do so, the apache service cannot restart.
Comment by Paul — September 19, 2008 @ 23:01
Worked great, thanks.
Comment by Shameel Arafin — October 3, 2008 @ 7:27
Same problem here … And same thoughts about waiting and wtf … ^^ My Problem is that I’m using a foreign Apache-Server, I can’t configure it as I want it to …. :-/
Comment by Robin — October 8, 2008 @ 15:34
uncomment
#RewriteBase /sites/elgg/
in the .htaccess,
and change /sites/elgg/ to correct value.
Comment by pickerel — October 11, 2008 @ 11:51
my system is ubuntu
also AllowOverride helped
according to
http://josh.st/blog/2005/03/06/ubuntu-apache-and-making-mod_rewrite-happy
mor info
http://groups.google.com/group/elgg-users/msg/8aa68227f22ce285
Comment by dz0 — October 16, 2008 @ 9:24
I had the same problem. I added the “AllowOverride All” to my virtual host definition in the “Directory” section, restarted the apache and all was Ok.
Comment by Diego Acosta — September 4, 2010 @ 15:33