#1924 - v10 Installer
| Identifier | #1924 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | v10 Installer |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Fresh install (non-Git, need to work out how to ignore the install.php) gives an error on Step 7.
PHP [8] Undefined index: MD5 File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\minikernel.php' Line '209' Function 'get_html_trace' Args File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\minikernel.php' Line '314' Function 'fatal_exit' Args 'PHP [8] Undefined index: MD5' File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\database_helper.php' Line '111' Function 'composr_error_handler' Args ... File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\database_helper.php' Line '172' Function '_check_sizes' Args true array ( 'hash' => '*MD5', ) 'webstandards_checked_once' false false File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\database.php' Line '599' Function '_helper_create_table' Args Database_driver::__set_state(array( 'table_prefix' => 'cms10_', 'connection_read' => array ( 0 => NULL, 1 => 'composr', ), 'connection_write' => array ( 0 => NULL, 1 => 'composr', ), 'text_lookup_original_cache' => array ( ), 'text_lookup_cache' => array ( ), 'table_exists_cache' => array ( 'menu_items' => true, 'trackbacks' => true, 'captchas' => true, 'member_tracking' => true, 'cache_on' => true, ), 'static_ob' => Database_Static_mysql::__set_state(array( 'cache_db' => array ( ), 'last_select_db' => 'composr', 'reconnected_once' => false, )), 'dedupe_mode' => false, )) 'webstandards_checked_once' array ( 'hash' => '*MD5', ) false false File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\zones2.php(359) : eval()\'d code' Line '72' Function 'create_table' Class 'Database_driver' Object Database_driver::__set_state(array( 'table_prefix' => 'cms10_', 'connection_read' => array ( 0 => NULL, 1 => 'composr', ), 'connection_write' => array ( 0 => NULL, 1 => 'composr', ), 'text_lookup_original_cache' => array ( ), 'text_lookup_cache' => array ( ), 'table_exists_cache' => array ( 'menu_items' => true, 'trackbacks' => true, 'captchas' => true, 'member_tracking' => true, 'cache_on' => true, ), 'static_ob' => Database_Static_mysql::__set_state(array( 'cache_db' => array ( ), 'last_select_db' => 'composr', 'reconnected_once' => false, )), 'dedupe_mode' => false, )) Type '->' Args 'webstandards_checked_once' array ( 'hash' => '*MD5', ) File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\zones2.php(359) : eval()\'d code' Line '746' Function 'installadmin_version13153_1' Args File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\sources\\zones2.php' Line '359' Function 'eval' File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\install.php' Line '2,102' Function 'reinstall_module' Args 'adminzone' 'admin_version' File 'C:\\Bitnami\\wampstack-5.5.25-0\\apache2\\htdocs\\demo\\composr\\install.php' Line '188' Function 'step_7' Args |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
2- turned on notifications so I know of bugs posted in this project, lol
3- not sure why you need to skip the installer. Is it because it is complaining when it comes back about not allowing to be there, and/or complaining when it has gone missing when pulling something touching it?
You can make empty files 'install_ok' and 'install_locked' to stop Composr/Composr complaining. install_ok stops Composr complaining. install_locked stops anyone running the installer.
Just make those empty install_ok and install_locked files and you'll be sorted :).