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 Responses to “The requested URL /elgg/action/systemsettings/install was not found on this server.”

  1. I got further than you did, but still ran into bug after bug after bug. I’m now waiting for 1.1, too. :(

  2. 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

  3. 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

  4. 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.

  5. the config works because the message that showed to you is in the elgg .htaccess file.

    So now you must install apache mod_rewrite.

  6. 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.

  7. Worked great, thanks.

  8. 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 …. :-/

  9. uncomment
    #RewriteBase /sites/elgg/
    in the .htaccess,
    and change /sites/elgg/ to correct value.

  10. 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

  11. There’s a solution here at:

    http://extratopics.com/web-development/solution-to-elggs-the-requested-url-actionsystemsettingsinstall-error.html

Discussion Area - Leave a Comment