3
I couldn't find the link but I remember that if I added www to my url that cured the problem.
-----------------------------------------------------------------------------------------
if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/home/yourname/public_html');
define('XOOPS_ROOT_PATH', '/home/yourname/public_html');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://www.yourname.org');
define('XOOPS_URL', 'http://www.yourname.org');
---------------------------------------------------------------------------------------
Go to your root directory and find mainfile.php and change change the permission to 755. Then add the changes to your url. Also, you will probally need to go and update the module in your controll panel. (system admin>preferences>general settings).
I hope this helps.
Phil K.