I had a normal user account that was working more or less, which I could sign in as. The admin account also worked (and still works). However, I fiddled with some settings to try to get password authentication to work like I wanted, and now I can only log in as the admin. I had a friend create an account, and she is able to log in and out. How could I have corrupted just one account? Where do I look? I'm using MySQL, but I don't know what database or table PhpWiki is using.
The error message is below:
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 4104 bytes) in /home/arthaey/www/phpwiki/lib/WikiUserNew.php on line 2723
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 32 bytes) in Unknown on line 0
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 138 bytes) in Unknown on line 0
Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
Here are all the non-commented out lines from part 3 of of config/config.ini:
I had a normal user account that was working more or less, which I could sign in as. The admin account also worked (and still works). However, I fiddled with some settings to try to get password authentication to work like I wanted, and now I can only log in as the admin. I had a friend create an account, and she is able to log in and out. How could I have corrupted just one account? Where do I look? I'm using MySQL, but I don't know what database or table PhpWiki is using.
The error message is below:
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 4104 bytes) in /home/arthaey/www/phpwiki/lib/WikiUserNew.php on line 2723
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 32 bytes) in Unknown on line 0
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 138 bytes) in Unknown on line 0
Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
Here are all the non-commented out lines from part 3 of of config/config.ini:
ALLOW_ANON_USER = true
ALLOW_ANON_EDIT = false
ALLOW_BOGO_LOGIN = true;
ALLOW_USER_PASSWORDS = true
USER_AUTH_ORDER = "PersonalPage : BogoLogin"
PASSWORD_LENGTH_MINIMUM = 2
USER_AUTH_POLICY = strict
GROUP_METHOD = WIKIPAGE
Sorry, severe endless recursion bug with isAdmin check in WikiGroup.
This was fixed in latest CVS