Moodle

1.9 installation hangs at "Setting up block tables"

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.9
  • Fix Version/s: 1.9
  • Component/s: Installation
  • Labels:
    None
  • Database:
    MySQL
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

1067: Invalid default value for 'updated'

ADOConnection._Execute(CREATE TABLE mdl_search_documents (
id BIGINT(10) unsigned NOT NULL auto_increment,
docid VARCHAR(32) NOT NULL DEFAULT '..., false) % line 891, file: adodb.inc.php
ADOConnection.Execute(CREATE TABLE mdl_search_documents (
id BIGINT(10) unsigned NOT NULL auto_increment,
docid VARCHAR(32) NOT NULL DEFAULT '...) % line 89, file: dmllib.php
execute_sql(CREATE TABLE mdl_search_documents (
id BIGINT(10) unsigned NOT NULL auto_increment,
docid VARCHAR(32) NOT NULL DEFAULT '..., true) % line 1919, file: dmllib.php
execute_sql_arr(Array[5]) % line 548, file: ddllib.php
install_from_xmldb_file(/var/www/moodle_19/blocks/search/db/install.xml) % line 1323, file: blocklib.php

ErrorScroll to next warning

(mysql): ALTER TABLE mdl_search_documents COMMENT='table to store search index backups' 1146: Table 'moodle_19a.mdl_search_documents' doesn't exist

ADOConnection._Execute(ALTER TABLE mdl_search_documents COMMENT='table to store search index backups', false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE mdl_search_documents COMMENT='table to store search index backups') % line 89, file: dmllib.php
execute_sql(ALTER TABLE mdl_search_documents COMMENT='table to store search index backups', true) % line 1919, file: dmllib.php
execute_sql_arr(Array[5]) % line 548, file: ddllib.php
install_from_xmldb_file(/var/www/moodle_19/blocks/search/db/install.xml) % line 1323, file: blocklib.php

Scroll to previous warningErrorScroll to next warning

Issue Links

Activity

Hide
Urs Hunkler added a comment -

Just in the moment my 1.9 update hangs with the same isuue.

Page "Setting up block tables"

This script generated 6 warnings - Scroll to the first warning

New version of Global Search (search) exists

(mysql): ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`
1146: Table 'moodle_19.mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`, false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ; ) % line 17, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
ErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` )
1146: Table 'moodle_19.mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ; ) % line 18, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none'
1146: Table 'moodle_19.mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none', false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none') % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ; ) % line 19, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 )
1146: Table 'moodle_19.mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ; ) % line 20, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 )
1146: Table 'moodle_19.mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ; ) % line 21, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 )
1146: Table 'moodle_19.mdl_mdl_search_documents' doesn't exist
ADOConnection._Execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ), false) % line 891, file: adodb.inc.php
ADOConnection.Execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ; ) % line 22, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php
Scroll to previous warningErrorScroll to continue button

Global Search tables have been set up correctly

Show
Urs Hunkler added a comment - Just in the moment my 1.9 update hangs with the same isuue. Page "Setting up block tables" This script generated 6 warnings - Scroll to the first warning New version of Global Search (search) exists (mysql): ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` 1146: Table 'moodle_19.mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`, false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ; ) % line 17, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php ErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) 1146: Table 'moodle_19.mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ), false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ; ) % line 18, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' 1146: Table 'moodle_19.mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none', false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none') % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ; ) % line 19, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) 1146: Table 'moodle_19.mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ; ) % line 20, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) 1146: Table 'moodle_19.mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ; ) % line 21, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) 1146: Table 'moodle_19.mdl_mdl_search_documents' doesn't exist ADOConnection._Execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ), false) % line 891, file: adodb.inc.php ADOConnection.Execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ; ) % line 22, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1252, file: blocklib.php Scroll to previous warningErrorScroll to continue button Global Search tables have been set up correctly
Hide
Urs Hunkler added a comment -

Is it only me having this issue?

Show
Urs Hunkler added a comment - Is it only me having this issue?
Hide
Martin Dougiamas added a comment -

cvs update again ... I just fixed this

Show
Martin Dougiamas added a comment - cvs update again ... I just fixed this
Hide
Matt Campbell added a comment -

Brand new test install on 1.9 Beta, pulled from CVS on 08/17/2007, getting this error:

New version of Global Search (search) exists
(mysql): ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` 1146: Table 'moodle3.mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`, false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ; ) % line 17, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

ErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ), false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ; ) % line 18, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' 1146: Table 'moodle3.mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none', false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none') % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ; ) % line 19, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ; ) % line 20, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ; ) % line 21, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

Scroll to previous warningErrorScroll to next warning

(mysql): ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) 1146: Table 'moodle3.mdl_mdl_search_documents' doesn't exist

adodb_mysql._execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ), false) % line 891, file: adodb.inc.php
adodb_mysql.execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 )) % line 89, file: dmllib.php
execute_sql(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ) % line 233, file: dmllib.php
modify_database(, ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ; ) % line 22, file: mysql.php
search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php

Scroll to previous warningErrorScroll to continue button

It may be worth noting that I had Global Search turned off in the 1.8 test install I upgraded this from.

Show
Matt Campbell added a comment - Brand new test install on 1.9 Beta, pulled from CVS on 08/17/2007, getting this error: New version of Global Search (search) exists (mysql): ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` 1146: Table 'moodle3.mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`, false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype`) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` ADD `item_type` VARCHAR( 32 ) NOT NULL AFTER `doctype` ; ) % line 17, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php ErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ), false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` ADD INDEX ( `item_type` ) ; ) % line 18, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' 1146: Table 'moodle3.mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none', false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none') % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `doctype` `doctype` VARCHAR( 32 ) DEFAULT 'none' ; ) % line 19, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `title` `title` VARCHAR( 255 ) ; ) % line 20, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) 1146: Table 'moodle3.mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ), false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_search_documents` CHANGE `url` `url` VARCHAR( 255 ) ; ) % line 21, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php Scroll to previous warningErrorScroll to next warning (mysql): ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) 1146: Table 'moodle3.mdl_mdl_search_documents' doesn't exist adodb_mysql._execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ), false) % line 891, file: adodb.inc.php adodb_mysql.execute(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 )) % line 89, file: dmllib.php execute_sql(ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ) % line 233, file: dmllib.php modify_database(, ALTER TABLE `mdl_mdl_search_documents` CHANGE `docid` `docid` VARCHAR( 32 ) ; ) % line 22, file: mysql.php search_upgrade(2006062500, Object:stdClass) % line 1272, file: blocklib.php Scroll to previous warningErrorScroll to continue button It may be worth noting that I had Global Search turned off in the 1.8 test install I upgraded this from.
Hide
Martin Dougiamas added a comment -

Nicolas, can you look into this? The upgrade.php and install.xml code looks OK. to me (in blocks/search/db)

Show
Martin Dougiamas added a comment - Nicolas, can you look into this? The upgrade.php and install.xml code looks OK. to me (in blocks/search/db)
Hide
Martin Dougiamas added a comment -

ping

Show
Martin Dougiamas added a comment - ping
Hide
Nicolas Connault added a comment -

Ping.

I looked into it, performed two fresh 1.9 installations on 2 completely different machines... No problems at all. I''ll try upgrading from a 1.8 site

Show
Nicolas Connault added a comment - Ping. I looked into it, performed two fresh 1.9 installations on 2 completely different machines... No problems at all. I''ll try upgrading from a 1.8 site
Hide
Matt Campbell added a comment - - edited

I do NOT have this issue when I do an upgrade or fresh install using Moodle 1.9 Beta + (2007082200). If I try to use Moodle 1.9 Beta + (2007081700), I get this issue. Both versions pulled from CVS. Moving this back to resolved.

Show
Matt Campbell added a comment - - edited I do NOT have this issue when I do an upgrade or fresh install using Moodle 1.9 Beta + (2007082200). If I try to use Moodle 1.9 Beta + (2007081700), I get this issue. Both versions pulled from CVS. Moving this back to resolved.
Hide
Andrew Davis added a comment -

A multitude of 1.9 installs have been done since this was marked resolved. Closing.

Show
Andrew Davis added a comment - A multitude of 1.9 installs have been done since this was marked resolved. Closing.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: