phpScheduleIt
May 24, 2013, 06:43:11 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: phpScheduleIt 1.2.0 Release Candidate  (Read 6461 times)
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« on: May 25, 2006, 08:01:39 PM »

phpScheduleIt 1.2.0 Release Candidate has been released for testing and evaluation.  

Download http://sourceforge.net/project/showfiles.php?group_id=95547&package_id=115786&release_id=419957

This is a Release Candidate version and should not be used on production data.  This release fixes all bugs found in 1.2.0 beta and updates many language files.
Logged
dtjbnujduv
Guest
« Reply #1 on: May 28, 2006, 03:12:16 PM »

Ok! Your site is pretty, but this is cooler! : http://www.Google.com !
Logged
Philip Roy
Newbie
*

Karma: 0
Posts: 12


« Reply #2 on: May 28, 2006, 06:40:41 PM »

Trying to run the update for the RC and I get...
Quote
Parse error: parse error, expecting `')'' in /srv/www/proy/bookings/install/update/index.php on line 317
....which I think points to a missing bracket on line 319....which I changed to
Quote
)', 'Create additional_resources table');
and now get...
Quote
Parse error: parse error, expecting `')'' in /srv/www/proy/bookings/install/update/index.php on line 277
:?
Phil
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #3 on: May 30, 2006, 06:48:18 PM »

In addition to that, lines 314-319 should be changed to:

Code:
$create_additional_resources = array("CREATE TABLE additional_resources (
 resourceid CHAR(16) NOT NULL PRIMARY KEY,
 name VARCHAR(75) NOT NULL,
 status CHAR(1) NOT NULL DEFAULT 'a',
 number_available INTEGER NOT NULL DEFAULT -1
 )", 'Create additional_resources table');


Let me know if that works for you.  It looked good on my end.
Logged
hauserjo
Guest
« Reply #4 on: June 09, 2006, 02:22:20 PM »

Hi Nick,

I was working on a manual install for this, and when loading setup.sql (changed the name of the database so it did not wipe existing) I got an error saying the column count was off on the #Create DEFUALT schedule # statement.  

I compared this version with that of 1.1.1 and found "dayOFFset integer" was missing in #Create schedules table#.  I added it, and the script ran fine.  Maybe it is just me?

Throught this project I have learned that success brings more work :lol:
I am on to a second project, now implementing department-wide.  Even though I have customized my buns off with 1.1.1 with previous work, I had to jump to this version, because it has just too many darn good updates, that I can't live without!  Excellent work.  Cheesy
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #5 on: June 09, 2006, 02:55:00 PM »

I'll take a look at this issue.  I thought I had all of those pesky install bugs worked out.
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!