4
After having to change code in 2 file to install xoops, now I cant login or see anything. index.php, admin.php, and user.php are blank. I had no errors installing.
I went into admin.php and commented out
if ( $xoopsUser ) {
if ( !$xoopsUser->isAdmin() ) {
redirect_header("index.php",2,_AD_NORIGHT);
exit();
}
} else {
redirect_header("index.php",2,_AD_NORIGHT);
exit();
}
This got me to the "This is your first time..." "Press Submit to Continue" from the user or admin page, cant remember which. I never did login.
Nothing has changed, still dont get any login anywhere. I removed the comment marks to return code to normal. Did the above procedure store anything in the database that now needs to be cleared out. Who did it think I was when It said "This is your first time" and what did it do? Anyway... I cant seem to get anywhere with XOOPS w/o changing the code! Why?
Thanks for any help.
Mark