View Issue Details

IDProjectCategoryView StatusLast Update
1924Composr alpha bug reportsGeneral / Uncategorisedpublic2015-05-25 20:37
ReporterAdam Edington Assigned ToChris Graham  
PrioritynormalSeverity@70@ 
Status resolvedResolutionfixed 
Summary1924: v10 Installer
DescriptionFresh 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
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2015-05-25 16:08

administrator   ~2820

1- bug fixed

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.

Adam Edington

2015-05-25 16:21

administrator   ~2821

I think because I didn't stage and commit it, it was stopping newer updates from being carried across. Not sure, but that's how it seemed. I just read up on how to ignore it, will try that now the installer is fixed.

Chris Graham

2015-05-25 16:23

administrator   ~2822

Not sure why you'd change it though? I just keep normal installer in git and re-run when needed. Or were you making some improvements :)?

Chris Graham

2015-05-25 16:32

administrator   ~2824

Just pushed the fix now.

Adam Edington

2015-05-25 19:38

administrator   ~2828

Last edited: 2015-05-25 19:40

I cloned the repository, and cos I deleted the install.php (as required after install) it was sat there waiting to be staged/committed again. I was looking for an option in the Git for Windows GUI to ignore that file and couldn't find one, and none of your recent changes (at the time) were getting synced. I assumed it was cos that file was sat there, and needed something doing to it first. Not really sure of the best way to keep the local copy updated with the latest commits, some search results say fork it on github (which I have done) and then pull from that. I really have no idea what I'm doing so I'm gonna stick to reinstalling from the zip archive until I have worked it all out.

Chris Graham

2015-05-25 19:54

administrator   ~2829

Right, so that's what I thought it was.

Just make those empty install_ok and install_locked files and you'll be sorted :).

Adam Edington

2015-05-25 20:35

administrator   ~2831

Okay, that sounds easy enough, so I need to make 2 files, called install_ok and install_locked?

Chris Graham

2015-05-25 20:37

administrator   ~2832

yes

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised