Login to 1.0RC4 do not works

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-09-2009, 07:10 PM
jramirez's Avatar
New Pligger
Pligg Version: 1.0RC4
 
Join Date: Jan 2009
Location: Chihuahua, Mexico
Posts: 6
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 was
Quote:
I installed on a localhost account (ex. http://localhost/demo) we had to write in a fix for that situation
I 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?

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
So, I pointed my browser to http://www.mydomain.com:85/pligg/install/install.php and installed again. The same, simply can't login.

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?
Attached Files
File Type: html phpinfo.html (41.2 KB, 58 views)
Reply With Quote
  #2 (permalink)  
Old 04-09-2009, 11:13 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,804
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
SVN 513: http://forums.pligg.com/installation...e-limiter.html

You should try the latest SVN version.

Any reason why you are using JSAS (Joomla stand alone server) instead of the more standard WAMP or XAMP? Pligg is more compatible with php 5 and mysql 5. JSAS seems like its not kept up as much, plus it costs money where WAMP and XAMP are both free and more widely used/supported.

Now Available: Facebook Connect Module !
Reply With Quote
  #3 (permalink)  
Old 04-09-2009, 11:53 PM
jramirez's Avatar
New Pligger
Pligg Version: 1.0RC4
 
Join Date: Jan 2009
Location: Chihuahua, Mexico
Posts: 6
Quote:
Originally Posted by Yankidank View Post
SVN 513: http://forums.pligg.com/installation...e-limiter.html

You should try the latest SVN version.

Any reason why you are using JSAS (Joomla stand alone server) instead of the more standard WAMP or XAMP? Pligg is more compatible with php 5 and mysql 5. JSAS seems like its not kept up as much, plus it costs money where WAMP and XAMP are both free and more widely used/supported.
Thanks for your response, I'm using JSAS because I have it installed in my computer and my hosting supplier has PHP 4.3.11, I'll take your suggestion and install WAMP to test it.

I'll post here the result of this to share it with others new users.

Regards.
Reply With Quote
  #4 (permalink)  
Old 04-10-2009, 06:30 PM
jramirez's Avatar
New Pligger
Pligg Version: 1.0RC4
 
Join Date: Jan 2009
Location: Chihuahua, Mexico
Posts: 6
Ok, thanks for your comment, I've downloaded WAMP, php 4.3.9 addon and Apache 2 addon and it's working fine.

I don't know if the problem was the version of MySQL because it's the unique difference. I'd like to know if after create the tables during installation the scripts populate some tables, maybe there's the issue and could be goo to know to give some advice to newbie users.

So, If you want to test pligg using PHP4, please use WAMP instead of JSAS. Wamp is flexible you can add different version of PHP, Mysql and Apache for testing your apps.
Reply With Quote
  #5 (permalink)  
Old 04-11-2009, 04:13 PM
New Pligger
 
Join Date: Apr 2009
Posts: 2
Hi guys, I'm a newbie to Pligg.
I got same problem as some of you push in this thread. Can not login after install Pligg RC4 (even register then try login does not work) while RC3 has no login problem.
I use AppServ project 2.5.8 with detailed Apache, PHP & MySQL used below:
# Apache Web Server Version 2.2.4
# PHP Script Language Version 5.2.1
# MySQL Database Version 5.0.27
# phpMyAdmin Database Manager Version 2.9.2

Could you guy please check pligg for this bug and tell me how to fix?

Thanks!
Reply With Quote
  #6 (permalink)  
Old 04-13-2009, 03:29 AM
Pligg Developer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Aug 2008
Location: Russia
Posts: 55
Did you try to close all browser windows and then to login again? If so, please look what is within your settings.php file: what is $my_base_url?
Reply With Quote
  #7 (permalink)  
Old 04-13-2009, 01:05 PM
New Pligger
 
Join Date: Apr 2009
Posts: 2
Hi,
Thank for replying me.
My $my_base_url is:
$my_base_url = 'http://localhost:81';

Is it strange? I got IIS with port 80 (default) therefore I install AppServ with port 81. Pligg 0.9.x & 1.0.0 Rc3 still can login without problems.

Please help me find out robplems. Thanks in advance.
Reply With Quote
  #8 (permalink)  
Old 04-14-2009, 02:03 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,804
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
Fixed in SVN revision 544.

Now Available: Facebook Connect Module !
Reply With Quote
  #9 (permalink)  
Old 04-20-2009, 05:08 PM
New Pligger
Pligg Version: 1.0
 
Join Date: Apr 2009
Posts: 2
I downloaded 553 but still cant login on localhost what can be done about it?
I've got apache 22 msql 5 php 5
Reply With Quote
  #10 (permalink)  
Old 04-20-2009, 06:33 PM
Casual Pligger
 
Join Date: Jun 2007
Posts: 39
Hi Guys,

I've installed Pligg twice now today and i cannot login. Im using 1.0.0 Rc4.

Im using PHP 5.2.6 and MySQL 4.1.22

It says it's installed but here is the error message I get:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/autoraci/public_html/www2/languages/installer_lang.php:77) in /home/autoraci/public_html/www2/config.php on line 37

Any ideas what I can try?
Reply With Quote
Reply

Tags
rc4

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
v9.6 Register Error during login action noyp Questions and Comments 7 10-08-2007 07:57 PM
Login URL redirection problem on IIS sameercdac Questions and Comments 2 04-02-2007 01:13 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development