Jump to content

Al guardar páginas o productos: Warning: Trying to access array offset on value of type bool


percuforum

Recommended Posts

Prestashop me está dando error contínuamente al pulsar guardar.

Al depurar veo esto:

 

in classes/ImageManager.php (line 96)

            // Evaluate the memory required to resize the image: if it's too much, you can't resize it.

            if (!ImageManager::checkImageMemoryLimit($image)) {

                return false;

            }

            $x = $infos[0];

            $y = $infos[1];

            $maxX = $size * 3;

            // Size is already ok

            if ($y < $size && $x <= $maxX) {

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...