upperme
Newbie
Karma: 0
Posts: 3
|
 |
« on: July 24, 2007, 12:52:55 PM » |
|
I just installed phpScheduleIt_1.2.7, and have been able to get the admin account created in the config.php file and db, and can login. However, the page that I login to is blank. What am I doing wrong? Any help would be greatly appreciated.
Thanks,
Jim
|
|
|
|
|
Logged
|
|
|
|
Nick
Administrator
Hero Member
   
Karma: 15
Posts: 5506
|
 |
« Reply #1 on: July 26, 2007, 09:53:02 AM » |
|
There is likely an error being logged to your server log files. I'd take a look there and see if anything is reported.
|
|
|
|
|
Logged
|
|
|
|
upperme
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #2 on: July 26, 2007, 10:02:21 AM » |
|
Thanks Nick,
But I cannot find the var directory, and I do have logging turned on. Do I need to create the var directory?
Thanks very much,
Jim
|
|
|
|
|
Logged
|
|
|
|
Nick
Administrator
Hero Member
   
Karma: 15
Posts: 5506
|
 |
« Reply #3 on: July 27, 2007, 09:49:49 AM » |
|
This would be whatever directory IIS or Apache are writing to (usually c:\windows\system32\logfiles or [YOUR APACHE DIR]\logs)
If this is a hosted site, they usually expose error logs through a tool like cpanel.
|
|
|
|
|
Logged
|
|
|
|
upperme
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #4 on: July 27, 2007, 10:03:02 AM » |
|
I found them last night, but no errors whatsoever. I must be something in config.php that I am missing or have set incorrectly. U mowed the entire scheduleit folder from the site last night and reinstalled it following the letter of the directions, and I kept getting a no db connection error while trying to create tables in the database. Then, I used myphpadmin to run the part of the setup.sql according to the directions, and the tables created correctly. I was able to creat the admin account according to config.php, and it sent me the proper email saying the account was created successfully. However, when trying to log in, I get the same blank pages. I again checked IIS, and no errors from php.
Thanks,
Jim
|
|
|
|
|
Logged
|
|
|
|
Nick
Administrator
Hero Member
   
Karma: 15
Posts: 5506
|
 |
« Reply #5 on: July 30, 2007, 11:57:45 AM » |
|
I would try adding a debugging line to lib/Auth.class.php. Add at line 93:
die($_SESSION['sessionID']);
|
|
|
|
|
Logged
|
|
|
|
McCarthySites
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #6 on: August 02, 2007, 06:48:40 AM » |
|
I had a similar issue - turned out to be the connection to the database was failing. Putting some print_r($err) showed me what was happening (forgot prefix for database username).
I have another issue now though, its not letting the 'first person in'
I can't log in.
I manually created the database (cpanel), user and tables then ran the install script (after editing the config file).
Any ideas on this one?
Brian
|
|
|
|
|
Logged
|
|
|
|
Nick
Administrator
Hero Member
   
Karma: 15
Posts: 5506
|
 |
« Reply #7 on: August 02, 2007, 10:30:32 AM » |
|
Does user registration work?
|
|
|
|
|
Logged
|
|
|
|
McCarthySites
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #8 on: August 02, 2007, 10:39:50 AM » |
|
There is no obvious way to get to a registration page ?
No link - just 'Please Log in'
which has view schedule | I forgot my password | help
view schedule link doesn't have anything either...
Thanks
|
|
|
|
|
Logged
|
|
|
|
McCarthySites
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #9 on: August 02, 2007, 12:08:25 PM » |
|
I found my issue.
I had turned off Self-register in the config file which didn't show the reg...
I'm set now - and its time to play!
Brian
|
|
|
|
|
Logged
|
|
|
|
|