View Issue Details

IDProjectCategoryView StatusLast Update
2920Composrsetupwizardpublic2016-11-08 21:53
Reporterbobmiers Assigned ToChris Graham  
PriorityhighSeverity@70@ 
Status resolvedResolutionfixed 
Summary2920: RC21 manual extract crashed with Critical Error in Setup Wizzard
DescriptionI started a clean install on IMH server and extracted the RC21 manual extraction DL to an empty folder. IMH requires that I manually create DB, which I did. Installation finished correctly, However at step 10 of Setup Wizard I get a Critical Error - bailing out message. I went thru the Installation/Setup twice and only choose a few optional items on Setup Steps 4 & 5. I captured screen shots of the entire selections. A PDF of the Critical Error is attached. The error is:
PHP ERROR [1] Call to undefined function delete_news_category() in adminzone/pages/modules
/admin_setupwizard.php(1052) : eval()'d code on line 48
Steps To ReproduceDo a normal install/setup wizard
TagsNo tags attached.
Attach Tags
Attached Files
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

bobmiers

2016-11-06 19:06

reporter   ~4525

I chased down the missing function and then determined that the module that it resides within was never being loaded. Modified admin_setupwizard.php @ line 835 by adding 'require_code('news2');. ULed file to my server and then ran the SetupWizard with almost all options as Default. SetupWizard completed normally. I don't know if this is the correct place to modify. I will go back and pick my options requirements. Stay Tuned!

Chris Graham

2016-11-08 21:53

administrator   ~4527

Good job, you're right. Bug in v10 triggered in some contexts (other contexts load that dependency somewhere else).

Issue History

Date Modified Username Field Change
2016-11-06 11:17 bobmiers New Issue
2016-11-06 11:17 bobmiers File Added: page=admin-setupwizard&type=step10.pdf
2016-11-06 19:06 bobmiers Note Added: 0004525
2016-11-08 21:53 Chris Graham Note Added: 0004527
2016-11-08 21:53 Chris Graham Status Not Assigned => Resolved
2016-11-08 21:53 Chris Graham Resolution open => fixed
2016-11-08 21:53 Chris Graham Assigned To => Chris Graham