1
mjz55
Selected "Use custom session" now can' log in
  • 2008/7/18 11:44

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


I selected the use custom session in general settings and now I cannot log in as admin. I get no errors however it keeps returning me to the login screen.

Using XOOPS 2.0.16 and zen cart module.

2
Swain
Re: Selected "Use custom session" now can' log in
  • 2008/7/19 15:12

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


I now have the same problem.

3
jimmyx
Re: Selected "Use custom session" now can' log in
  • 2008/7/19 16:20

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


if you have access to phpmyadmin

try

le="color: #000000"><?php UPDATE `xoops_config` SET `conf_value` = '0' WHERE `conf_name` ='use_mysession'


or make the change manually browse the xoops_config table change the value of use_mysession from 1 to 0

** change the prefix (xoops_) to yours

4
Runeher
Re: Selected "Use custom session" now can' log in
  • 2008/7/19 18:58

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24



5
mjz55
Re: Selected "Use custom session" now can' log in
  • 2008/7/21 12:12

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Thanks, that worked. Now, what do I do if the XOOPS zen cart module wants the use custom section selected? Humm, maybe I'll try that fix mentioned above,