Error

HTTP 500 Whoops, looks like something went wrong.

Call to a member function find() on bool

Exception

Error

  1.             $name array_shift($name);
  2.             return $name;
  3.         }
  4.         $html str_get_html($product_info['products_description']);
  5.         $img_found $html->find('img');
  6.         foreach ($img_found as &$img) {
  7.             if ($img->alt == "" || !$img->alt) {
  8.                 $img->alt get_name_by_src($img->src);
  9.             }
  10.         }

Stack Trace

Error
Error:
Call to a member function find() on bool

  at /home/sintek/web/9000.com.ua/public_html/product_info.php:173