Forums | Mahara Community

Support /
Error on first step..


anonymous profile picture
Account deleted
Posts: 1

15 March 2009, 5:54

So Ive followed instruction but I have met such error on the first step of installation :/

 

core Not installed 1.1.2 :( Could not execute command: CREATE TABLE config ( field VARCHAR(255) NOT NULL, value TEXT, CONSTRAINT PRIMARY KEY (field) )TYPE=innodb
Call stack (most recent first):
  • execute_sql("CREATE TABLE config (
    field VARCHAR(255) NOT N...", true
    ) at /home/users/sobolczyk_edp/www/root/lib/dml.php:1360
  • execute_sql_arr(array(size 215)) at /home/users/sobolczyk_edp/www/root/lib/ddl.php:565
  • install_from_xmldb_file("/home/users/sobolczyk_edp/www/root/lib/db/install....") at /home/users/sobolczyk_edp/www/root/lib/upgrade.php:265
  • upgrade_core(object(stdClass)) at /home/users/sobolczyk_edp/www/root/admin/upgrade.json.php:71

 

anonymous profile picture
Account deleted
Posts: 1643

15 March 2009, 17:32

Hi - this almost always means that the config table already exists. If you're on your own machine, check you didn't already try to install something into this database before. If you're on shared hosting, you might need to use the dbprefix setting in config.php, as shared hosts often dump several users into the same database.
2 results