1
Hi
If I allow the Xoops Cache to be writable - 777 - then it enters a file:
xoops_system_modules_active_http%3A%2F%2Fmark-friends-photos_co_uk
with this content:
1342702715
return array (
0 => 'system',
1 => 'pm',
2 => 'profile',
3 => 'xcgal',
4 => 'newbb',
5 => 'contact',
6 => 'protector',
);
With this file residing in Xoops Cache I get:
'Sorry, you don't have the permission to access this area.'
whenever I attempt to register.
If I remove this file and make the Xoops Cache read only then the registration process runs fine. Is there anything in the file content that is causing this?
I have moved my Xoops installation from a directory to the root of my domain so maybe there is a path issue somewhere though I have checked mainfile.php and so on, and also checked the database. Maybe I have missed something?