Problem with Admin Login [SOLVED]

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
tonypiazza
Forum Members
Forum Members
Posts: 12
Joined: Tue Dec 12, 2006 2:06 am

Problem with Admin Login [SOLVED]

Post by tonypiazza »

I am trying to install cmsms locally on Windows XP with Apache 2.2, PHP 5.2 and MySQL 5.0. The install script runs with no problems and I can then proceed to the home page. My problem is that I can't get past the Admin Login page. I have double-checked the credentials and even tried reinstalled from scratch. The Admin Login page doesn't complain about a bad username or password. It just stays on the same page when I click on the submit button.

Anyone have an idea as to what is happening here?

Any help would be greatly appreciated!

Tony Piazza
Last edited by tonypiazza on Wed Dec 13, 2006 1:35 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem Admin Login

Post by Dr.CSS »

Look in the config.php, thru your FTP client, for path problems...

May be a \ instead of a / some where...
tonypiazza
Forum Members
Forum Members
Posts: 12
Joined: Tue Dec 12, 2006 2:06 am

Re: Problem Admin Login

Post by tonypiazza »

Thanks very much for your fast reply!

I open up the config.php and found several backslashes so I changed them all to forward slashes. I then restarted Apache and tried logging in again. No difference....

Any other ideas?

Tony
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem Admin Login

Post by Dr.CSS »

Are all the permissions set correctly for all files/folders?...
tonypiazza
Forum Members
Forum Members
Posts: 12
Joined: Tue Dec 12, 2006 2:06 am

Re: Problem Admin Login

Post by tonypiazza »

Mark,

Thanks again for your post. I doubled-checked the permissions on my folders/files and everything looks fine. I am running on Windows and installed cmsms in the root of the C: drive.

Anything else I should check?

Tony
tonypiazza
Forum Members
Forum Members
Posts: 12
Joined: Tue Dec 12, 2006 2:06 am

Re: Problem with Admin Login [SOLVED]

Post by tonypiazza »

After turning on PHP debugging, I was able to see that sessoin.save_path referenced a non-existent directory. After changing it to a valid directory and restarting Apache, I was finally able to login!

Hopefully this helps someone else with the same issue.

Tony
lulu

Re: Problem with Admin Login [Not SOLVED]

Post by lulu »

Tony,

I think I have the same problem, I am trying to install cmsms locally on Windows XP and I don't pass the 4 step, it come back to the admin login page.
Coudl you help me to understand how you succeeded, could you explain the "php" debuging"...

Thanks,

lulu
tonypiazza
Forum Members
Forum Members
Posts: 12
Joined: Tue Dec 12, 2006 2:06 am

Re: Problem with Admin Login [SOLVED]

Post by tonypiazza »

Lulu,

Sorry it took so long to reply. I didn't see your posting until now. To enable debugging in CMSMS, open the file config.php and look for the following:

Code: Select all

$config['debug'] = false;
Change that value to true and then your CMSMS pages will write debug info to the generated pages. This was very helpful in seeing what was wrong with my CMSMS installation.

Hope this helps.

Tony
Locked

Return to “[locked] Installation, Setup and Upgrade”