• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Got the same issue with spicebox

    Issue is solved by the solution proposed by @jonghj

    When you take a look into the spicepress-features-section.php (open in editor) you will find functions with spicepress-services in their name. Looks like the feature-section.php just got the wrong name.

    Just rename… Issue solved.

    Thread Starter jonghj

    (@jonghj)

    Again a new update that breaks the website. Again a build with a file name spicepress-features-section.php and a reference to spicepress-service-section.php….

    Dev team is not looking at this support channel. 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chilly Spicepress inlude error’ is closed to new replies.