2 hours ago
I used Elgg 1.7 without much problems, wanted to try out 1.8 b1 and I've been able to install it.
But as soon as I finished I reached the administration page where I'm not able to click any other button than Dashboard. All others just highlits without anything loading.
So I log out and now I can't log in again because the login box have just 3 edit boxes, one for username, one for password and another under it that I suppose it should be the button.
Buttons are missing also from register and lost password pages.
Tried with IE8 Firefox5 Fennec5 Opera mobile 11but can't figure out myself. What can it be?
Thanks for help
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.
- Ivan D Popov@Shadowpark

Ivan D Popov - 0 likes
- maxppc@maxppc

maxppc - 0 likes
- Aisha66@Aisha6

Aisha66 - 0 likes
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
You must log in to post replies.Sounds like a problem i had a few days ago, try the EasyPerm script in plugins, some of the new installed folders may have changed in permissions during upload, if you were using filezilla for instance, silly how it happens but it does. :P
Thanks for your suggestion.
I tried the script but problem still there.
I believe is something about css but it's just an idea.
Re-installed it again but same behaviour.
Don't use this..you dont want all ur files readable..especially by putting it in the root directory..only a hacker would create this app.
@Aisha66 :-
What on earth are you talking about ??
That script does NOT "make all ur files readable.." LOLZ !!
Here is the code :-
system ('find ./ -type f -exec chmod 644 {} \;');
system ('find ./ -type d -exec chmod 755 {} \;');
system ('find ./ -name \*.cgi -exec chmod 755 {} \;');
system ('find ./ -name \*.pl -exec chmod 755 {} \;');
system ('find ./ -name \*.pm -exec chmod 755 {} \;');
Go figure what this does ;-)