mariovaldez.net

MV.net forums
It is currently 14 Jul 2016, 00:32

All times are UTC - 7 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ] 
Author Message
PostPosted: 07 Feb 2005, 00:24 
I installed the security fix for PHProjekt posted on the PHProjekt website on the 28th of December. Ever since I am required to login in again when accessing the CM module for the first time in a browser session.

Is there a patch available for this? I'm suspecting that I'm not the only one getting this error.


Report this post
Top
  
Reply with quote  
 Post subject: I'll check it out.
PostPosted: 07 Feb 2005, 05:32 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
joel:

> I installed the security fix for PHProjekt posted
> on the PHProjekt website on the 28th of December.
> Ever since I am required to login in again when
> accessing the CM module for the first time in a
> browser session.

I'll check it out. I'll post an answer soon.


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Themes...
PostPosted: 07 Feb 2005, 05:55 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Joel:

By the way, does this happen with a fresh new install of Phprojekt? I have a report from another user but only happening with some themes.


Regards,

Mario A. Valdez-Ramírez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: 07 Feb 2005, 07:15 
No themes are used.

The only plugin is the CMS module.


Report this post
Top
  
Reply with quote  
 Post subject: FYI
PostPosted: 24 Feb 2005, 07:27 
Another user with a security patch problem, I directed them to this thread but have not seen them post. So here is the original from the PHProjekt forum:
http://www.phprojekt.com/modules.php?op ... rd=&field=


Report this post
Top
  
Reply with quote  
 Post subject: Acknowledged !
PostPosted: 25 Feb 2005, 20:20 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Mark:

> Another user with a security patch problem,
> I directed them to this thread but have not
> seen them post. So here is the original from
> the PHProjekt forum:

Hi. Thanks for the reference, Mark. :)

He contacted me by email a couple days ago. I expect to have a solution this weekend.


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Acknowledged !
PostPosted: 14 Mar 2005, 13:14 
mvaldez wrote:
Mark:

> Another user with a security patch problem,
> I directed them to this thread but have not
> seen them post. So here is the original from
> the PHProjekt forum:

Hi. Thanks for the reference, Mark. :)

He contacted me by email a couple days ago. I expect to have a solution this weekend.


Regards,

Mario A. Valdez-Ramirez.



I have the same problem
Any news about solution?


Report this post
Top
  
Reply with quote  
 Post subject: Following the clues...
PostPosted: 19 Mar 2005, 04:50 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Bob, Joel:

I have been having problems replicating this problem, but finally now I can. But I can only replicate this problem with a given browser under a specific condition. So, my question to anyone having this problem:

What browser are you using (please include the version number)?

Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: More questions...
PostPosted: 19 Mar 2005, 08:36 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Bob, Joel:

Sorry, I forgot to ask,
Version of PHP, web server (Apache, IIS, etc), and server operative system.

Thanks,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: 04 Apr 2005, 17:01 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Bob, Joel:

Please contact me by email (mario@mariovaldez.org), I've been unable to replicate this problem, but I have made a patched version that may fix it.


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: 11 Apr 2005, 12:33 
mvaldez wrote:
Bob, Joel:
Please contact me by email (mario@mariovaldez.org), I've been unable to replicate this problem, but I have made a patched version that may fix it.


Hi Mario,

Just poking to see if this issue has been resolved or if an 'offical' patch is still in the works. I am having the same problem using the newest versions of both FireFox and IE.

Server is FreeBSD running Apache and PHP ver 4.3.8.

Thanks,

Nick
zonksz at hotmail dot com

PS - Your code rocks -- it's exactly what I have been looking for and is a cinch to install!


Report this post
Top
  
Reply with quote  
PostPosted: 21 Apr 2005, 16:35 
zonks wrote:
mvaldez wrote:
Bob, Joel:
Please contact me by email (mario@mariovaldez.org), I've been unable to replicate this problem, but I have made a patched version that may fix it.


Hi Mario,

Just poking to see if this issue has been resolved or if an 'offical' patch is still in the works. I am having the same problem using the newest versions of both FireFox and IE.

Server is FreeBSD running Apache and PHP ver 4.3.8.

Thanks,

Nick
zonksz at hotmail dot com

PS - Your code rocks -- it's exactly what I have been looking for and is a cinch to install!


I have the same problem
may be reversing back to previous phpproject version is only option?
any news about it?


Report this post
Top
  
Reply with quote  
PostPosted: 10 May 2005, 00:47 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
To anybody having the double-login problem (you login in Phprojekt and when selecting the CMS tab you are asked again to login, OR when you logout from an user and login again the CMS thinks you are still logged as the first user), read on.


If you are using Apache and PHP is running as a SAPI module, you can use a .htaccess file to enable the PHP option session.auto_start. It seems that when session.auto_start is disabled, the Phprojekt and CMS module session become dissociated (each start using a different session).

The .htaccess should contain:
Code:
  php_value session.auto_start 1
  php_value output_buffering 16000


Test and tell, please. Also, note that this is a workaround, not the final solution.

Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: 10 May 2005, 03:03 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
To anybody having the double-login problem, you can now download a patched version of the CMS module (0.6.1) from http://www.mariovaldez.net/software/cm_4p/download.php. This version 0.6.1 only addresses this bug and another minor one.

Please let me know if it works correctly in your installation.


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: 25 May 2005, 16:10 
mvaldez wrote:
Please let me know if it works correctly in your installation.

Hi Mario,

Upgraded to 0.6.1 and problem solved on my end. Thanks!

Nick
zonksz at hotmail dot com


Report this post
Top
  
Reply with quote  
 Post subject: Great !
PostPosted: 26 May 2005, 13:39 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
Zonks:

> Upgraded to 0.6.1 and problem
> solved on my end.

Great! I've received other sucess reports by email. So I think this problem ha been solved. :D


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ] 

All times are UTC - 7 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group