Help about install Presenter

Help about install Presenter

by Carlos Acosta Montejo -
Number of replies: 1

I have Moodle 1.9.19+ on linux operating system Ubuntu. I´m triying to install "Presenter" module but then I get the following warnings. thank you very much

-1: ERROR: error de sintaxis en o cerca de «window» LINE 14: window TEXT NOT NULL, ^

            ADOConnection._Execute(CREATE TABLE mdl_presenter (
    id BIGSERIAL,
    course BIGINT NOT NULL DEFAULT 0,
    name VARCHAR(255) NOT NULL DEFAULT '',
..., false) % line  891, file: adodb.inc.php
         ADOConnection.Execute(CREATE TABLE mdl_presenter (
    id BIGSERIAL,
    course BIGINT NOT NULL DEFAULT 0,
    name VARCHAR(255) NOT NULL DEFAULT '',
...) % line   89, file: dmllib.php
      execute_sql(CREATE TABLE mdl_presenter (
    id BIGSERIAL,
    course BIGINT NOT NULL DEFAULT 0,
    name VARCHAR(255) NOT NULL DEFAULT '',
..., true) % line 2364, file: dmllib.php
   execute_sql_arr(Array[7]) % line  635, file: ddllib.php
install_from_xmldb_file(/var/www/moodle1919/mod/presenter/db/install.xml) % line  390, file: adminlib.php

--------------------------------------------------------------------

-1: ERROR: no existe la relación «mdl_presenter»

            ADOConnection._Execute(COMMENT ON TABLE mdl_presenter IS 'Defines presenter', false) % line  891, file: adodb.inc.php
         ADOConnection.Execute(COMMENT ON TABLE mdl_presenter IS 'Defines presenter') % line   89, file: dmllib.php
      execute_sql(COMMENT ON TABLE mdl_presenter IS 'Defines presenter', true) % line 2364, file: dmllib.php
   execute_sql_arr(Array[7]) % line  635, file: ddllib.php
install_from_xmldb_file(/var/www/moodle1919/mod/presenter/db/install.xml) % line  390, file: adminlib.php
Average of ratings: -
In reply to Carlos Acosta Montejo

Re: Help about install Presenter

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Can we get a link to the place / version of Presenter you are installing please.