PDA

View Full Version : CMPS index page permission problem


warlock40
03-18-2006, 03:17 PM
My cmps index will not let anyone see it that is not signed in.

I have all the permissions in place to allow guests and members to see the front page without having to sign in. Despite this they still have to sign in before they can see it. All they get is a permissions error and an option to log in.

I've searched this forum extensively and have been unable to find a solution.

jaygreentree
03-18-2006, 03:29 PM
did you change the settings in /admincp/vba_cmps_admin.php?do=permissions

Our Sponsors
 

warlock40
03-18-2006, 03:41 PM
I looked in there and its already there.

warlock40
03-18-2006, 03:50 PM
update_module_cache();

print_cp_redirect('vba_cmps_admin.php?do=permissions');

Our Sponsors
 

jaygreentree
03-18-2006, 04:45 PM
update_module_cache();

print_cp_redirect('vba_cmps_admin.php?do=permissions');

You have to run the page in the browser to set the permissions open http://yourdomain/forumname/admincp/vba_cmps_admin.php?do=permissions

warlock40
03-18-2006, 04:55 PM
just did that and nothing.
Still requiring users to login before displaying index

warlock40
03-18-2006, 08:10 PM
Ouch..I feel like a turd...I found my problem
It was under my nose....I spent all day figuring this out it came to me after dinner!!!

I had one permission messed up. Under unregistered users/guest I had "view forum" off. DDDOOHH.

Thanks for the help. I'm slowly starting to get the hang of this