Quote:
Originally posted by Peace
I'm getting errors and the "lottery Option" link/Page in the AdminCP can't be found. I followed the directions carefully. Help me solve these problems.
Parse error: parse error in /home/www/theonlinelounge/forums/store.php3 on line 2
Parse error: parse error in /home/www/theonlinelounge/forums/admin/storeadmin.php3 on line 3
When I click on "Lottery Options" in the AdminCP, I get this error
The page cannot be found
|
That's because you are using a .php3 version.
Open admin/index.php and find:
PHP Code:
makenavoption("Lottery Options","storeadmin.php?action=lottery");
And change it to:
PHP Code:
makenavoption("Lottery Options","storeadmin.php3?action=lottery");