After site details save - I am brought to an incorrect URL.
I click on save and am brought to: http://www.mysite.com/dev/action/systemsettings/install
there is an "s" missing at the end of the "actions" folder
http://www.mysite.com/dev/actions/systemsettings/install.php
Where can i change this so i can install? Getting errors everywhere with this - code is looking for "actions" folder - not action folder....
anyone else see this?
Thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- brooklyntam@brooklyntam

brooklyntam - 0 likes
- brooklyntam@brooklyntam

brooklyntam - 0 likes
- TahoeBilly@TahoeBilly

TahoeBilly - 0 likes
- brooklyntam@brooklyntam

brooklyntam - 0 likes
You must log in to post replies."code is looking for "actions" folder - not action folder."
( "actions/" is correct - not to worry about folder/ not exsiting )
==> rewrite problem -- read the install instructions regarding mod_rewrite
I made the modrewrite.php and testing.php file and i am given the message:
mod_rewrite works
Could it still be a mod_rewrite problem? - I updated the .htaccess file with the path that elgg was uploaded to
RewriteBase /dev/
now i'm getting the message that my "data" folder is not writeable - but persmissions have been set to 777
I've created a new database and also new data folder and still no luck
Post for anyone else that has had this problem.... check your path for your "data" folder... make sure it is the server path and not a URL - I was trying to point to the data folder using:
http://mysite.com/data
but I should have been using:
user/public_html/data
to point to the folder... cheers!
I might be having the same issue with setup on GoDaddy.com are you talking about the
Elgg database pointer?
The above is the path that I needed to use so that when I installed elgg i wouldn't get the message "data folder is not writable".
I made the mistake of trying to use a url instead of the local path to the data folder.
http://groups.google.com/group/elgg-users/browse_thread/thread/6fbff59c3c2a249c