2
Making progress. I reverted a change I made to mainfile.php a couple of days that I woudl have NEVER figured caused any problems.
The setting for XOOPS_URL that was causing issues was:
define('XOOPS_URL', 'http://www.NYCTroutBums.com');
but when I changed it
back to this
define('XOOPS_URL', 'http://216.118.83.84');
my issue was fixed???
What gives? When you change the XOOPS_URL, do you need to change anything else???
Kurt