Not sure if this is a bug or me.
I moved in the new code for 3.70, fixed up the config.inc.php and restarted the web server.
On connect I got this:
MySQL create/upgarde error, Can't execute:
C:/Program Files/Apache Group/Apache2/htdocs/sql/incremental_upgrade_08.sql
Any Ideas ?
Ver 3.70 SQL update error
-
- User
- Posts: 33
- Joined: Wed Mar 30, 2005 9:27 am
- Location: SLC, Utah, USA
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Sorry, there was a ; missing on the first line of incremental_upgrade_08.sql
I will fix this in netjukebox 3.70b.
In the meantime you can fix it yourself with a text editor.
Fixed incremental_upgrade_08.sql file:
I will fix this in netjukebox 3.70b.
In the meantime you can fix it yourself with a text editor.
Fixed incremental_upgrade_08.sql file:
Code: Select all
ALTER TABLE `configuration_users` CHANGE `stream_id` `stream_id` INT( 10 ) DEFAULT '0' NOT NULL ;
#
# Database version
#
INSERT INTO configuration_database VALUES (8) ;
-
- User
- Posts: 33
- Joined: Wed Mar 30, 2005 9:27 am
- Location: SLC, Utah, USA