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
Comment #1
dalinHi fas,
Thanks for the bug report. Please check the latest dev version - the problem should be fixed.
Comment #2
dalinNote 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.
Comment #3
fas commentedI'll try
Thanks!!!
Comment #4
fas commentedHi 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
Comment #5
dalinHah! I had fixed that one line at one point but then rearranged things and it got lost again. Fixed now you can try again.