Error 0 By Addon FeatureBox - Question | JoomShaper

Error 0 By Addon FeatureBox

AM

ASG - Anerkannte Schulgesellschaft mbH

SP Page Builder 10 months ago

Hi,

we use the Educon template with the Quickstart installation for our website. When replacing or inserting an image in the Addon FeatureBox we get the following error.

0 Object of class stdClass could not be converted to string

The page is then no longer accessible.

Our system requirements are:

  • Joomla 5.2.5
  • SP Page Builder 5.5.4
  • Template Educon with Helix Framework 3
0
15 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189022

Hi,

feature_fix.zip

Download, Unzip, and use FTP tool to override that file:
templates\shaper_educon\sppagebuilder\addons\feature\site.php

UPDATED FILE, CORRECT ONE

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189026

Unfortunately, the error has not been fixed. When I select an image in the FeatureBox add-on, I get a white page and the above error message after saving. Please fix the error.

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189031

After deleting the two files, the error is no longer present. However, all formatting in the add-on is now gone.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189032

Question: shared file didn't help? Are you sure, becuase it helped different user a month ago.

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189035

The shared file does not work. When I copy the file back into the directory, I get the following error, see below. Do you need access to the page to localize the error?

0

Object of class stdClass could not be converted to string Call Stack

Function Location

1 () JROOT\templates\shaper_educon\sppagebuilder\addons\feature\site.php:89 2 SppagebuilderAddonFeature->render() JROOT\components\com_sppagebuilder\parser\addon-parser.php:1101 3 AddonParser::getAddonHtmlView() JROOT\components\com_sppagebuilder\parser\addon-parser.php:470 4 AddonParser::viewAddons() JROOT\components\com_sppagebuilder\parser\addon-parser.php:449 5 AddonParser::viewAddons() JROOT\components\com_sppagebuilder\views\page\tmpl\default.php:86 6 include() JROOT\libraries\src\MVC\View\HtmlView.php:416 7 Joomla\CMS\MVC\View\HtmlView->loadTemplate() JROOT\libraries\src\MVC\View\HtmlView.php:204 8 Joomla\CMS\MVC\View\HtmlView->display() JROOT\components\com_sppagebuilder\views\page\view.html.php:75 9 SppagebuilderViewPage->display() JROOT\libraries\src\MVC\Controller\BaseController.php:697 10 Joomla\CMS\MVC\Controller\BaseController->display() JROOT\components\com_sppagebuilder\controller.php:84 11 SppagebuilderController->display() JROOT\libraries\src\MVC\Controller\BaseController.php:730 12 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT\components\com_sppagebuilder\sppagebuilder.php:32 13 require_once() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:71 14 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher{closure}() JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:73 15 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:361 16 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\SiteApplication.php:218 17 Joomla\CMS\Application\SiteApplication->dispatch() JROOT\libraries\src\Application\SiteApplication.php:272 18 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:306 19 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:58 20 require_once() JROOT\index.php:32

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189036

YES, I need access to the page to localize the error. And use different file.

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189038

The error occurs when I want to change the images on the start page under “OUR FEATURED COURSES” in the FeatureBox add-on.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189039

Should be OK now, by mistake I sent you older version of fixed file, my mistake too many files ;)

I uploaded a new one.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189040

o.O

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189043

Yes, the error seems to have been fixed. However, the page now remains white in the frontend editing, something still seems to be wrong. Please check again, thank you.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189045

In admin (back-end) editor was OK.

Let me look again.

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189046

Please look in the frontend.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #189050

Please wait a hour, you can edit everything, I know "F" design not well,

I wait for a fully fixed file.

0
AM
ASG - Anerkannte Schulgesellschaft mbH
Accepted Answer
10 months ago #189066

Has the error already been fixed? If so, I would like to know which files have been replaced.

Thanks again for the quick help.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #190434

I only removed addon override and used Custom CSS to add missing "design". This seems to be the best option so far.


.sppb-addon-feature .sppb-feature-box-title span {
  color: #959595;
  display: block;
  font-size: 14px;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.sppb-addon-feature .sppb-feature-box-title span:before {
  content: "\f07b";
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  color: #959595;
  margin-right: 11px;
}
.sppb-addon-feature .sppb-addon-text {
  margin-bottom: 43px;
}
.sppb-addon-feature .sppb-media-content {
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  padding: 35px 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sppb-addon-feature:hover .sppb-media-content {
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}


.sppb-addon-feature .sppb-img-container {
  display: block;
  position: relative;
  overflow: hidden;
}

.sppb-addon-feature:hover .sppb-addon-content-wrap {
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}
.sppb-addon-feature:hover .sppb-img-container img {
  transform: translate3d(0px,0px,0px);
}
0