Lazy Load - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Lazy Load

M

Marcos de Oliveira Leão

SP Page Builder 2 years ago

When I turn on the "Lazy Load" option, SPPB generates warnings:

Warning: Undefined array key 1 in /home/u441925189/domains/dan.bsb.br/public_html/testedan/components/com_sppagebuilder/parser/addons.php on line 72

Warning: Undefined array key 1 in /home/u441925189/domains/dan.bsb.br/public_html/testedan/components/com_sppagebuilder/parser/addons.php on line 72

Warning: Undefined array key 1 in /home/u441925189/domains/dan.bsb.br/public_html/testedan/components/com_sppagebuilder/parser/addons.php on line 72

If I turn off the option, everything happens normally.

How to use "Lazy Load" without having this problem?

PHP Version 8.0.28

Joomla 4.3.1

SP Page Builder 3.8.10

Helix Ultimate 2.0.12

Site: http://testedan.dan.bsb.br/pt/

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #117351
  1. I will not comment your first message.
  2. I am glad that I could give you a basic solution by now.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #117189

Hi,

By now disable "Lazy Load" in SPPB 3.x and wait for stable SPPB 5.0.x - where all should be OK.

yes, SPPB 5.x get back-end editor.

0
M
Marcos de Oliveira Leão
Accepted Answer
2 years ago #117221

As usual, bullshit. You don't respect who buy your products. If a bug appears, you don't take the opportunity to improve the code. "Disable lazy load..." is the recommendation you make. Don't care about the cost of it. "wait for stable SPPB 5.0.x - where all should be OK.". That's it: maybe, perhaps, possibly, perchance. Never one: sure, solved, problem identified and solved... Just troll.

I upgraded to SPPB 4.0.10 and the problem remains. What can make me believe that in 5.0.x it will be solved? Has anyone checked the specific situation? Instead of getting it fixed right away, you keep putting it off.

It only reinforces the decision: Never start developing a website using SPPB. There is no seriousness here.

For anyone having the same problem:

Place

error_reporting(0);

at the beginning of components/com_sppagebuilder/parser/addons.php

keep "lazy load" on and every time you upgrade SPPB, change it again in addons.php.

Goodbye forever! Perhaps.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #117226

error_reporting(0);

is a temporary solution, easier is hide showing errors in Global Configuration. As I said I informed our developer about that issue and will be fixed in stable SPPB 5.0.x update, so I don't understand your anger.

It's not a popular error becuase we would have more topics about that. This, of course, is not an excuse.

0
M
Marcos de Oliveira Leão
Accepted Answer
2 years ago #117332

Paul Frankowski:

"As I said I informed our developer about that issue and will be fixed in stable SPPB 5.0.x update".

Two statements: The first is a lie, the second is true.

You didn't say you informed your developer.

The danger of the half-truth is that the liar means exactly half that is a lie.

Mixing the truth with the lie - this is something to which I dedicate my deepest repudiation.

0
M
Marcos de Oliveira Leão
Accepted Answer
2 years ago #117346

The suggestion to hide error messages in the global configuration is great, and it eliminates the need to change PHP code with each update. Thanks!

0