- Posts: 14146
- Thank you received: 2568
Ask the community, share ideas, and connect with other LimeSurvey users!
php yourlimesurveydir/application/commands/console.php plugin cron --interval=1400
php application/commands/console.php plugin cron --interval=1
exception 'CException' with message 'Application runtime path "/home/web/htdocs/limesurvey/application/runtime" is not valid. Please make sure it is a directory writable by the Web server process.' in /home/web/htdocs/limesurvey/framework/base/CApplication.php:294
Then before activating the plugin, test the LimeSurvey system with
php application/commands/console.php plugin cron --interval=1
php application/commands/console.php plugin cron --interval=1
exception 'CDbException' with message 'CDbConnection failed to open the DB connection.' in /httpdocs/framework/db/CDbConnection.php:388 Stack trace: #0 /httpdocs/framework/db/CDbConnection.php(330): CDbConnection->open() #1 /httpdocs/framework/db/CDbConnection.php(308): CDbConnection->setActive(true) #2 /httpdocs/framework/base/CModule.php(387): CDbConnection->init() #3 /httpdocs/framework/base/CApplication.php(457): CModule->getComponent('db') #4 /httpdocs/framework/db/ar/CActiveRecord.php(634): CApplication->getDb() #5 /httpdocs/framework/db/ar/CActiveRecord.php(1428): CActiveRecord->getDbConnection() #6 /httpdocs/framework/db/ar/CActiveRecord.php(1534): CActiveRecord->getTableAlias(true) #7 /httpdocs/application/libraries/PluginManager/PluginManager.php(323): CActiveRecord->findAllByAttributes(Array) #8 /httpdocs/application/libraries/PluginManager/PluginManager.php(43): ls\pluginmanager\PluginManager->loadPlugins() #9 /httpdocs/framework/base/CModule.php(387): ls\pluginmanager\PluginManager->init() #10 /httpdocs/framework/base/CModule.php(103): CModule->getComponent('pluginManager') #11 /httpdocs/application/commands/PluginCommand.php(21): CModule->__get('pluginManager') #12 [internal function]: PluginCommand->actionCron('1') #13 /httpdocs/framework/console/CConsoleCommand.php(172): ReflectionMethod->invokeArgs(Object(PluginCommand), Array) #14 /httpdocs/framework/console/CConsoleCommandRunner.php(71): CConsoleCommand->run(Array) #15 /httpdocs/framework/console/CConsoleApplication.php(92): CConsoleCommandRunner->run(Array) #16 /httpdocs/framework/base/CApplication.php(184): CConsoleApplication->processRequest() #17 /httpdocs/application/commands/console.php(55): CApplication->run()