The first problem was that the table groups wasn't created during installation, the issue it's because "collate latin1_general_ci" it's not supported by this MySQL Version, so I changed the collate to utf8_spanish_ci and create the table.
After installation ends I delete the "install" folder and try to login to the administration panel, but after write the username and password simply the login do not works, just sent me to the home page.
I've tried changing the session_start() function in config.php to @session_start() with no success.
Even I found another post ( http://forums.pligg.com/installation-upgrade-help/17648-just-installed-rc4.html ) where the user had the same problem and the answer was
Quote:
| I installed on a localhost account (ex. http://localhost/demo) we had to write in a fix for that situation |
So my "solution" (quoted because do not works either) was modify the hosts file in my computer and give a domain name to the localhost, for example:
Code:
127.0.0.1 www.mydomain.com
I've attached my phpinfo file.
I'm a little disappointed but I really want to use pligg and not just use it, also recommend it and why not even support it?







Linear Mode




