Hi all,

I have a serious problem.

I can login as administrator perfectly, but other users will get the following error

---------------------------------------------------------------------------
Notice: Undefined index: q in /mnt/sedata/drupal/www/drupal-prod/sites/all/modules/session443/session443.module on line 270

Notice: Trying to get property of non-object in /mnt/sedata/drupal/www/drupal-prod/includes/path.inc on line 51

Notice: Undefined index: q in /mnt/sedata/drupal/www/drupal-prod/sites/all/modules/session443/session443.module on line 292

Warning: Cannot modify header information - headers already sent by (output started at /mnt/sedata/drupal/www/drupal-prod/sites/all/modules/session443/session443.module:270) in /mnt/sedata/drupal/www/drupal-prod/sites/all/modules/session443/session443.module on line 339
-------------------------------------------------------------------------------------------

I'm working on Drupal 6.17

I'm using the Path Redirect module and Boost

Module configuration is as follows:

X Enabled - Redirection may happen according to the rules below.
X Redirect authenticated users to HTTPS and redirect anonymous users to HTTP (with the exception of login/registration pages).
X Don't do any manipulations of the login block. Passwords will not be transmitted securely.

I hope we can solve this problem, because 443 is a great module.

Regards
Fernando

Comments

dalin’s picture

Status: Active » Fixed

Hi fas,
Thanks for the bug report. Please check the latest dev version - the problem should be fixed.

dalin’s picture

Note that you can immediately fetch the latest dev version via Git, but it takes up to 12hrs for tarballs/zip-files of dev versions to be generated.

fas’s picture

I'll try
Thanks!!!

fas’s picture

Status: Fixed » Needs review

Hi Dalin!

I tried the latest dev, but I still have problems.

Notice: Undefined index: q in /mnt/sedata/drupal/www/drupal-prod/sites/al l/modules/session443/session443.module on line 300

Warning: Cannot modify header information - headers already sent by (output started at /mnt/sedata/drupal/www/drupal-prod/sites/all/modules/session44 3/session443.module:300) in /mnt/sedata/drupal/www/drupal-prod/sites/all/ modules/session443/session443.module on line 347

To note: I am using Boost for anonymous users and Authcache module for authenticated users.

Thanks and Regards!
Fernando

dalin’s picture

Status: Needs review » Fixed

Hah! I had fixed that one line at one point but then rearranged things and it got lost again. Fixed now you can try again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.