PDA


View Full Version : Unable to login in at CMPS mainpage.


memoriess
08-02-2005, 03:27 AM
After I tried to login, it will gave me an error, login.php missing.

How do i solve this?

mholtum
08-02-2005, 04:08 AM
can u login to when on your forumhome page? If so you may need to update your navbar replacements in the admincp/ cmps / default settings

memoriess
08-06-2005, 11:14 PM
I can login via forum homepage, so how do i go about updating my navbar replacements?

Moreover, when they login and CMPS, they got error:
clubber, 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.

Brian
08-07-2005, 01:35 PM
Can you post a link to your site?

memoriess
08-09-2005, 10:14 AM
my site is http://www.hubbing.sg

Sometimes error occured, sometimes not. And the poll is having problems.. cant poll.. it leads to a blank page.

Brian
08-09-2005, 11:10 AM
If your users are getting a no permission page then it sounds like you don't have the permissions set on your homepage to allow those groups to view it.
For the poll, edit the module and make sure that you have this for the 'Form Code' option.
<form action="{$vbulletin->options[bburl]}/poll.php" method="post">

memoriess
08-09-2005, 12:56 PM
Hi Brian,

Thanks for the great advise, but how do I create permission for my users at the homepage?

Brian
08-10-2005, 04:16 PM
Admin CP => vBa CMPS => Edit Pages => Default / Homepage

You'll see the usergroup permissions settings there.

memoriess
08-10-2005, 10:56 PM
I dont have Default / Homepage at the Edit Pages there.. so how do I create one?

tsuehpsyde
08-11-2005, 12:53 PM
I have this same issue myself.

http://www.SourceKills.com/

Basically, if you use the "Welcome Back" module to login, on my left toolbar, it says "page not found". When you look at the URL, it goes to

http://www.SourceKills.com/login.php

which doesn't exist. I also checked in AdminCP for pages to link to the navbar, and login.php is one of them....any ideas?

Originally installed 3.0.8, with the matching vBa package....then upgraded to 3.5 RC2 to fix some issues we had with 3.0.8, then upgraded to 3.5 RC2's vBa package, according to your installation instructions. Perhaps I need a full reinstall instead of just a template re-install?

Oh, and one other thing. In 3.5 RC2, I changed the posts being viewed as read via a database configuration, rather than cookies since their system seems a little broken (would say there were new posts, and there were none once you went into that forum section). Since then, my welcome panel also says this.

You last visited: 08-11-05 at 11:45 am
New posts: 26,884

It thinks all of my forum's posts are new.

Thanks for any help.

Brian
08-11-2005, 01:24 PM
memoriess - You do have that page, otherwise the CMPS would not be working. If it's not showing up on the Edit Pages link, try running this query:
UPDATE adv_pages SET parentid = 0;


tsuehpsyde - For the login issue, edit that module through the admin cp and make sure you have this for the 'Form Code' option:
<script src="{$vbulletin->options[bburl]}/clientscript/vbulletin_md5.js" type="text/javascript"></script> <form action="{$vbulletin->options[bburl]}/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)"> <input name="vb_login_md5password" type="hidden" /> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="login" />

Then if you'll check the thread below it has a fix for the new posts issue.
http://www.vbadvanced.com/forum/showthread.php?t=9316

tsuehpsyde
08-11-2005, 02:36 PM
Both fixes worked perfectly Brian. Thanks for your help, your CMS has helped me alot, and your support is always quick. Plus, I've yet to have any unexplainable problems I couldn't fix. *thumps up* Keep up the good work. :D