I've just downloaded pligg, I'm trying to test it in JSAS with PHP Version 4.4.4 and MySQL - 4.1.14-nt
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 wasI think that an excellent answer is explaining the problem and giving a solution, not only saying "...we had to write in a fix..." What was that fix? it is in this Release? It going so be in the next release? How do you fixed it?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:
So, I pointed my browser to http://www.mydomain.com:85/pligg/install/install.php and installed again. The same, simply can't login.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?



Reply With Quote




