trying to install xenForo 1.5.5.15a on an Azure Web App (using the one Azure shows in its pre-built list as Web App On Linux + MySQL).
initial step of installation went fine, it appeared to think the system configuration was acceptable ('Your configuration has been verified.', with a 'Begin Installation' button underneath).
I get the following error during installation:
Connecting to the mysql db with mysql workbench, I can see that it got these 101 tables created before it pooped out:
Anyone had similar experience with Azure + xenForo?
initial step of installation went fine, it appeared to think the system configuration was acceptable ('Your configuration has been verified.', with a 'Begin Installation' button underneath).
I get the following error during installation:
Mysqli statement execute error : Got error 1 from storage engine
Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in XenForo/Install/Model/Install.php at line 260
XenForo_Install_Model_Install->createApplicationTables() in XenForo/Install/Controller/Install.php at line 216
XenForo_Install_Controller_Install->actionStep2() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/site/wwwroot/xen/install/index.php at line 18
Connecting to the mysql db with mysql workbench, I can see that it got these 101 tables created before it pooped out:
`xf_addon`,
`xf_admin`,
`xf_admin_log`,
`xf_admin_navigation`,
`xf_admin_permission`,
`xf_admin_permission_entry`,
`xf_admin_search_type`,
`xf_admin_template`,
`xf_admin_template_compiled`,
`xf_admin_template_include`,
`xf_admin_template_modification`,
`xf_admin_template_modification_log`,
`xf_admin_template_phrase`,
`xf_attachment`,
`xf_attachment_data`,
`xf_attachment_view`,
`xf_ban_email`,
`xf_bb_code`,
`xf_bb_code_media_site`,
`xf_bb_code_parse_cache`,
`xf_captcha_log`,
`xf_captcha_question`,
`xf_code_event`,
`xf_code_event_listener`,
`xf_content_spam_cache`,
`xf_content_type`,
`xf_content_type_field`,
`xf_conversation_master`,
`xf_conversation_message`,
`xf_conversation_recipient`,
`xf_conversation_user`,
`xf_cron_entry`,
`xf_data_registry`,
`xf_deferred`,
`xf_deletion_log`,
`xf_draft`,
`xf_edit_history`,
`xf_email_bounce_log`,
`xf_email_bounce_soft`,
`xf_email_template`,
`xf_email_template_compiled`,
`xf_email_template_modification`,
`xf_email_template_modification_log`,
`xf_email_template_phrase`,
`xf_error_log`,
`xf_feed`,
`xf_feed_log`,
`xf_flood_check`,
`xf_forum`,
`xf_forum_prefix`,
`xf_forum_read`,
`xf_forum_watch`,
`xf_help_page`,
`xf_image_proxy`,
`xf_image_proxy_referrer`,
`xf_import_log`,
`xf_ip`,
`xf_ip_match`,
`xf_language`,
`xf_liked_content`,
`xf_link_forum`,
`xf_link_proxy`,
`xf_link_proxy_referrer`,
`xf_login_attempt`,
`xf_mail_queue`,
`xf_moderation_queue`,
`xf_moderator`,
`xf_moderator_content`,
`xf_moderator_log`,
`xf_news_feed`,
`xf_node`,
`xf_node_type`,
`xf_notice`,
`xf_notice_dismissed`,
`xf_option`,
`xf_option_group`,
`xf_option_group_relation`,
`xf_page`,
`xf_permission`,
`xf_permission_cache_content`,
`xf_permission_combination`,
`xf_permission_combination_user_group`,
`xf_permission_entry`,
`xf_permission_entry_content`,
`xf_permission_group`,
`xf_permission_interface_group`,
`xf_phrase`,
`xf_phrase_compiled`,
`xf_phrase_map`,
`xf_poll`,
`xf_poll_response`,
`xf_poll_vote`,
`xf_post`,
`xf_profile_post`,
`xf_profile_post_comment`,
`xf_registration_spam_cache`,
`xf_report`,
`xf_report_comment`,
`xf_route_filter`,
`xf_route_prefix`,
`xf_search`
Anyone had similar experience with Azure + xenForo?