View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
2920 | Composr | setupwizard | public | 2016-11-06 11:17 | 2016-11-08 21:53 |
Reporter | bobmiers | Assigned To | Chris Graham | ||
Priority | high | Severity | @70@ | ||
Status | resolved | Resolution | fixed | ||
Summary | 2920: RC21 manual extract crashed with Critical Error in Setup Wizzard | ||||
Description | I 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 Reproduce | Do a normal install/setup wizard | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
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! |
|
Good job, you're right. Bug in v10 triggered in some contexts (other contexts load that dependency somewhere else). |
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 |