@sean Could I just ask, what are you running on? Apache version / OS & distro etc?
Scratch that:
The root cause for this error is that mod_headers is not installed, and Apache rather unhelpfully dies when it encounters a definition it doesn't understand.
Solution, either comment out that line or better yet enable mod_headers.
htaccess_dist in latest SVN ifmodules this line out.
Oh dafty me.
For info, i twas Ubuntu /AMP - latest of AMP.
I will enable mod_deaders forthwith as it'll no doubt come in handy.
No idea - I didn't code the riverdashboard and don't know how it works.
Played around a bit and now have the box from the groupprofile showing up in my riverdashboard sidebar! Have to adjust the css a bit.
I did some more boxes like online users etc., I think I post a page with some code when I think I am finished ;)
hey, it would be nice to have a checkbox to ask if it's an "every sunday", for example, event.
I mean, if i have an event that happens every one day of the week, i would set it just one time.
No idea - I didn't code the riverdashboard and don't know how it works.
Played around a bit and now have the box from the groupprofile showing up in my riverdashboard sidebar! Have to adjust the css a bit.
I did some more boxes like online users etc., I think I post a page with some code when I think I am finished ;)
hey, it would be nice to have a checkbox to ask if it's an "every sunday", for example, event.
I mean, if i have an event that happens every one day of the week, i would set it just one time.
No idea - I didn't code the riverdashboard and don't know how it works.
Played around a bit and now have the box from the groupprofile showing up in my riverdashboard sidebar! Have to adjust the css a bit.
I did some more boxes like online users etc., I think I post a page with some code when I think I am finished ;)
hey, it would be nice to have a checkbox to ask if it's an "every sunday", for example, event.
I mean, if i have an event that happens every one day of the week, i would set it just one time.
I've managed to fix it, the upgrade process hadn't created the new DB tables.
So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!
CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;
Replace { and what is inside it with the name of your database.
Okay these are missing fields to install, correct?
Elgg database _________________
Database hostname (usually 'localhost') _______________
Database table prefix (usually 'elgg') _________________
Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to
use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.
I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?
The full path to your site root on your disk, followed by a trailing slash:
/home/content/t/a/h/tahoebilly09/html/
The full path to the directory where uploaded files will be stored, followed by a trailing slash
/home/content/t/a/h/tahoebilly09/html/data/
Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.
William
Rats, none of my plugins work!! they all display the following

Any ideas ?
This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.
Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....
So
1) do you use the multisite 2.0 (just to be sure :)) ?
So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry
Please try this and let me know what happens :)
Fabrice
Hi Fabrice,
Thanks for the reply .
I have tried the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)
Thanks a lot for the great work :)
vinitha
@TY Vinitha
I've managed to fix it, the upgrade process hadn't created the new DB tables.
So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!
CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;
Replace { and what is inside it with the name of your database.
Okay these are missing fields to install, correct?
Elgg database _________________
Database hostname (usually 'localhost') _______________
Database table prefix (usually 'elgg') _________________
Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to
use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.
I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?
The full path to your site root on your disk, followed by a trailing slash:
/home/content/t/a/h/tahoebilly09/html/
The full path to the directory where uploaded files will be stored, followed by a trailing slash
/home/content/t/a/h/tahoebilly09/html/data/
Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.
William
Rats, none of my plugins work!! they all display the following

Any ideas ?
This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.
Well thank you very much for your answers... since i´m still new to elgg... i hope it´s ok to ask what exactly the TINYMCE is...
@Gleb L: You wrote "You can add picutres to any text you write (message, blog, forum..." but you did not write how ;)
never mind... try google first ;)
thanks for your answers!
Well thank you very much for your answers... since i´m still new to elgg... i hope it´s ok to ask what exactly the TINYMCE is...
@Gleb L: You wrote "You can add picutres to any text you write (message, blog, forum..." but you did not write how ;)
never mind... try google first ;)
thanks for your answers!
I've managed to fix it, the upgrade process hadn't created the new DB tables.
So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!
CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;
Replace { and what is inside it with the name of your database.
Okay these are missing fields to install, correct?
Elgg database _________________
Database hostname (usually 'localhost') _______________
Database table prefix (usually 'elgg') _________________
Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to
use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.
I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?
The full path to your site root on your disk, followed by a trailing slash:
/home/content/t/a/h/tahoebilly09/html/
The full path to the directory where uploaded files will be stored, followed by a trailing slash
/home/content/t/a/h/tahoebilly09/html/data/
Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.
William
Rats, none of my plugins work!! they all display the following

Any ideas ?
This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.
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.