Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created November 13, 2011 02:48
Show Gist options
  • Select an option

  • Save jehoshua02/1361511 to your computer and use it in GitHub Desktop.

Select an option

Save jehoshua02/1361511 to your computer and use it in GitHub Desktop.
Indefero installation problem...
gitadmin@GITSRV:/home/www/indefero/src$ sudo php $INSTALL/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -i -d -u
PHP include path: .:/usr/share/php:/usr/share/pear:/home/www/pluf/src
Install all the apps
Pluf_Migrations_Install_setup
IDF_Migrations_Install_setup
gitadmin@GITSRV:/home/www/indefero/src$ sudo php $INSTALL/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -i -d
PHP include path: .:/usr/share/php:/usr/share/pear:/home/www/pluf/src
Install all the apps
Pluf_Migrations_Install_setup
PHP Fatal error: Uncaught exception 'Exception' with message '1 - Can't create/write to file '/var/lib/mysql/indefero/flexcis_schema_info.MYI' (Errcode: 2) - CREATE TABLE `flexcis_schema_info` (
`id` mediumint(9) unsigned not null auto_increment NOT NULL,
`application` varchar(150) NOT NULL default '',
`version` integer NOT NULL default 0,
primary key (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;' in /home/www/pluf/src/Pluf/DB/MySQL.php:121
Stack trace:
#0 /home/www/pluf/src/Pluf/DB/Schema.php(71): Pluf_DB_MySQL->execute('CREATE TABLE `f...')
#1 /home/www/pluf/src/Pluf/Migrations/Install.php(48): Pluf_DB_Schema->createTables()
#2 /home/www/pluf/src/Pluf/Migration.php(179): Pluf_Migrations_Install_setup()
#3 /home/www/pluf/src/Pluf/Migration.php(86): Pluf_Migration->installApp('Pluf')
#4 /home/www/pluf/src/migrate.php(227): Pluf_Migration->install()
#5 {main}
thrown in /home/www/pluf/src/Pluf/DB/MySQL.php on line 121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment