Quote:
Originally Posted by InsaneContender
4IMAGES - Constants.php
==================================
// User levels
define('GUEST', 1);
define('USER_AWAITING', 3);
define('USER', 2);
define('ADMIN', 6);
...
And OH - my userid IS 1 and my group ID IS 6.... everything seems configured properly...
|
Did I have GUEST ID = 1? I think I had it be
0 in the instruction file
and the checking was stated again here
https://vborg.vbsupport.ru/showpost....&postcount=183
make that change back to ZERO, and you will be fine.
define('GUEST', 0);