phpScheduleIt
May 24, 2013, 12:17:27 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: phpScheduleIt 2.4.2 has been released!
Home
Help
Login
Register
phpScheduleIt
>
Bugs
>
phpScheduleIt 1.2.x
>
Upgrading --- Trying to
Pages: [
1
]
« previous
next »
Print
Author
Topic: Upgrading --- Trying to (Read 1803 times)
dstone
Newbie
Karma: 0
Posts: 2
Upgrading --- Trying to
«
on:
September 17, 2007, 11:55:30 AM »
Had 1.1.1 and need to upgrade to 1.2.8 and not going so well ---
First question -- are there new fields in the tables because if I just replace the files and not the tables I get errors
Second Question -- I create new tables and get no errors doing so...however when I attempt to register I get the following error
+++++++
DB Error: no such field INSERT INTO php_permission (memberid, machid) SELECT "sc146eea2f055519", machid FROM php_resources WHERE autoassign=1 [nativecode=S0022 [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'sc146eea2f055519'.]
++++++
If I have to create new tables can I bring the information from the old ons in?
Thank you for your help
Logged
Nick
Administrator
Hero Member
Karma: 15
Posts: 5419
Upgrading --- Trying to
«
Reply #1 on:
September 17, 2007, 01:26:38 PM »
This seems to be an incompatibility with MSSQL. You can change line 186 of lib/db/AuthDB.class.php to:
$sql = 'INSERT INTO ' . $this->get_table('permission') . " (memberid, machid) SELECT '$id' as memberid, machid FROM " . $this->get_table('resources') . ' WHERE autoassign=1';
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Open Discussion
=> Donations
-----------------------------
Help and Support
-----------------------------
=> phpScheduleIt 2.x
=> EspaƱol
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
=> New Features and Suggestions
=> Developers
-----------------------------
Bugs
-----------------------------
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
-----------------------------
Modifications
-----------------------------
=> Post Modifications
=> Request Modification
-----------------------------
Development
-----------------------------
=> phpScheduleIt 2.0
-----------------------------
Off-Topic
-----------------------------
=> Non-phpScheduleIt Discussion
Loading...