Everything works fine for me, I can play games and so on, but when I want to add an comment, it says :
you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Have checked through the changes again and everything seems fine. Any ideas where my problem could be?
What could be wrong?
I looked twice the init and global
The only thing was in init.php
where: I had already installed the ucash and ushop script, then this looked so:
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
'stylecache',
'utt_store_act'
), $specialtemplates);
now when I cahnaged it looked like this:
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
'stylecache',
'utt_store_act',
'arcadesettings'
), $specialtemplates);
Is it ok?
|