phpScheduleIt
June 18, 2013, 08:13:19 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: new schedule default start/stop times from a newbie  (Read 8524 times)
clasporg
Newbie
*

Karma: 0
Posts: 17


« on: September 05, 2006, 04:03:00 PM »

Rgiht now the drop down box start times go from 7pm-6:30pm. Id like to be able to change the start time to 12am and the end to 11:30pm. Can I do that
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #1 on: September 05, 2006, 05:24:49 PM »

This is in your local timezone.  You'll need to adjust for whatever timezone the server is set to.  For example, if you set the server timezone to 0 in config.php, and your local timezone to -5, choose 7 pm as the start time.  This will be midnight in the server timezone.
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #2 on: September 06, 2006, 12:22:41 PM »

Ive created 2 resources. In my control panel, I click bookings and try to reserve some time on a particular day.
I get an error message that says there was an error executing your query.. DB Error , no such table..

I was looking for some tutorials to make sure I was doing this right, didnt find one however.

Thanks

Dave
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #3 on: September 06, 2006, 02:13:37 PM »

Was this an upgrade from a previous version of phpScheduleIt?
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #4 on: September 06, 2006, 06:03:22 PM »

Quote from: "Nick"
Was this an upgrade from a previous version of phpScheduleIt?


No .. downloaded the most current 2 days ago
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #5 on: September 07, 2006, 09:34:43 AM »

It sounds like the database was never fully set up.  If you dont have anything useful in there, I would try running the installation again and verify that everything looks good.
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #6 on: September 07, 2006, 11:14:22 AM »

Hi Nick,

  I did have problems with the install. I host this at 1and1. When I ran the script I could not create the database. So I created a database and deleted

# phpScheduleIt 1.2.0 #
drop database if exists phpScheduleIt;
create database phpScheduleIt;
use phpScheduleIt;

I inserted

use db176472340;

the name of the database

and ran the script.. It seems to have created the tables, but I did have a problem with the last line of script

grant select, insert, update, delete
ON db176472340.*
etc..

I did change username and password to the credentials of the database I created.

Any thoughts

Dave
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #7 on: September 07, 2006, 04:26:03 PM »

There are some pretty detailed instructions for installing on a remote host included in the install directory.  Let me know if you still have problems after that.
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #8 on: September 08, 2006, 08:40:39 AM »

Hi again..

  Well, I really dont know what I did differently, but almost everything seems to be working. Ive added a number of resources, 2 schedules, 10 users or so, made some reservations. The only thing im aware of that is not working is Groups.

When I click on manage groups I get

There was an error executing your query:
DB Error: syntax error

Dave

PS.. this scheduler is just what we need for our group ... Thank you for the great job!!
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #9 on: September 08, 2006, 08:55:59 AM »

I noticed when looking at the structure of user_groups
in My_Sql admin

 PRIMARY and INDEX keys should not both be set for column `groupid`
Create an index on  columns
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #10 on: September 08, 2006, 10:00:19 AM »

The manage groups bug is a known issue with MySQL 4.1.0 and lower.  There are workarounds posted in the forum for this.

The 2nd issue is also known, but it does not harm anything the way it is and can be ignored.
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #11 on: September 09, 2006, 08:36:46 AM »

Nick,

  The server Im running this on is using php 4.4.4 and mysql 4.0.27. I downloaded and installed phpscheduleit 1.2.3.

Ive looked thru the site (maybe I just didnt find it) and the one code fix I found was not applicable to phpscheduleit 1.2.3.

Im still having the manage groups problem and if you could point me the work around, Id appreciate it.

Thanks

Dave
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #12 on: September 09, 2006, 12:22:05 PM »

I scheduled a resource for Mon - Fri for a period 2 weeks.

I approved the reservation for all days with no problem by checking the 'apply to all in this occurence' (or words like that) checkbox

I tried to delete all of them using the same method and didnt work.

Had to delete one at a time
Dave
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5506


WWW
« Reply #13 on: September 11, 2006, 09:44:56 AM »

http://www.php.brickhost.com/forums/viewtopic.php?t=317

http://www.php.brickhost.com/forums/viewtopic.php?t=309
Logged
clasporg
Newbie
*

Karma: 0
Posts: 17


« Reply #14 on: September 13, 2006, 04:04:02 PM »

Nick

  The fix suggested in post 309 fixed the db error.

  I dont think this is important to me at this point, but I cant figure out how to assign an administrator to the group.

  Thanks for all you help !!

Dave
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!