Hi, First of all, this is a great module and it's perfect for my site but I'm having blank screen when I save some changes in configuration. Here's the output of my apache error logs for your ease of reference.

Sat Jul 07 03:49:37 2018] [error] [client 175.158.225.52] PHP Fatal error: Call to undefined function boolval() in /home/......com/public_html/sites/all/modules/lazy/lazy.admin.inc on line 154, referer: http://......com/admin/config/content/lazy

Hope you can fix this issue soon.

Thank you.

Comments

r.cahilig created an issue. See original summary.

osman’s picture

Thanks for using Lazy-load :-) I'll be happy to help.

The error message suggests you might be using 7.x-1.x-dev release actually, it has some changes not been fully tested.
Could you confirm you're using 7.x-1.0 version?

And what version of PHP is your site on?

osman’s picture

Status: Active » Postponed (maintainer needs more info)
r.cahilig’s picture

Thanks for your prompt response. I tried using both 7.x-1.0 and 7.x-1.x-dev and had the same problem. I just tried the 7.x-1.1 and still encounter blank screen when saving configuration. My php version is 5.4.40.

Thank you.

osman’s picture

Category: Bug report » Support request
Status: Postponed (maintainer needs more info) » Postponed

The error message you're getting states that the boolval() function is not available. It was added in PHP 5.5.0.

You're using an outdated PHP, though somehow it's still listed as the minimum recommended. :)

I recommend you to upgrade your PHP to at least v5.6 or 7 if you can.

r.cahilig’s picture

I will. Thank you very much.

osman’s picture

Title: Wsod when saving settings » PHP < 5.5 lacks of `boolval()` which causes WSOD when saving settings

  • osman committed 8f036ac on 7.x-1.x
    Issue #2987391 by osman: Remove `Enable on image fields attached to...
osman’s picture

Status: Postponed » Fixed

Fixed in 7.x-1.3 release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.