#2692 - 10 pre-RC13: Theme wizard bails out with call to undefined function on step 4
| Identifier | #2692 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | 10 pre-RC13: Theme wizard bails out with call to undefined function on step 4 |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | themewizard |
| Description | Fatal error: Uncaught Error: Call to undefined function find_imagemagick() in (path)/httpdocs/sources/themewizard.php:1396 Stack trace: #0 (path)/httpdocs/sources/themewizard.php(782): re_hue_image('(path)', '0f0000', 'default', false, false) #1 (path)/httpdocs/sources/themewizard.php(517): calculate_theme('0f0000', 'default', 'equations', 'block_backgroun...', false, Array, Array, 'EN') #2 (path)/httpdocs/adminzone/pages/modules/admin_themewizard.php(343): make_theme('blacklivesmatte...', 'default', 'equations', '0f0000', false, false, false) #3 (path)/httpdocs/adminzone/pages/modules/admin_themewizard.php(154): Module_admin_themewizard->step4() #4 (path)/httpdocs/sources/zones.php(789): Module_admin_themewizard->run() #5 (path)/httpdocs/sources_custom/site.php(1189): load_module_page('adminzone/pages...', 'admin_themewiza...', Object(Tempcode)) #6 /var/www/ in (path)/httpdocs/sources/themewizard.php on line 1396 |
| Steps to reproduce | |
| Additional information | error on Composr 10 pre-RC13 installation |
| 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
require_code("images2");
into the
re_hue_image
function.
(Click to enlarge)