vfremaux / moodle-block_dashboard

Moodle dashboard element block
3 stars 5 forks source link

Installation error: Invalid table name {block_dashboard_filter_cache_data} #1

Open dmirou opened 11 years ago

dmirou commented 11 years ago

The following error occurs when installing in Moodle 2.3.2+ (Build: 20121018) Invalid table name {block_dashboard_filter_cache_data}: name is too long. Limit is 28 chars.

Debug info: Error code: codingerror Stack trace: line 287 of /lib/ddl/sql_generator.php: coding_exception thrown line 125 of /lib/ddl/mysql_sql_generator.php: call to sql_generator->getCreateTableSQL() line 248 of /lib/ddl/sql_generator.php: call to mysql_sql_generator->getCreateTableSQL() line 401 of /lib/ddl/database_manager.php: call to sql_generator->getCreateStructureSQL() line 356 of /lib/ddl/database_manager.php: call to database_manager->install_from_xmldb_structure() line 779 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file() line 360 of /lib/upgradelib.php: call to upgrade_plugins_blocks() line 1524 of /lib/upgradelib.php: call to upgrade_plugins() line 329 of /admin/index.php: call to upgrade_noncore()

vfremaux commented 11 years ago

Table name redraw on progress

vfremaux commented 11 years ago

Table redraw fixed. Strigns review and help report to Moodle documentation.