Chilly Spicepress inlude error
-
the file plugins/spicebox/spicebox.php throws an error on line 43.
if ( ‘Chilly’ == $theme->name || ‘SpiceBlue’ == $theme->name){
require_once(‘inc/spicepress/features/feature-service-section.php’);
require_once(‘inc/spicepress/features/feature-portfolio-section.php’);
require_once(‘inc/spicepress/features/feature-testimonial-section.php’);
line 43: require_once(‘inc/spicepress/sections/spicepress-service-section.php’);
require_once(‘inc/spicepress/sections/spicepress-portfolio-section.php’);
require_once(‘inc/spicepress/sections/spicepress-testimonail-section.php’);
require_once(‘inc/spicepress/customizer.php’);
}throws an error.
the file
inc/spicepress/sections/spicepress-service-section.php does not exist!!!!However, there is a file in that dir with the name spicepress-features-section.php, which is NOT in the include files list..
This file needs to be renamed spicepress-service.section.php and the everything works again.
- The topic ‘Chilly Spicepress inlude error’ is closed to new replies.