Looks like one of you images public_html/store/resources/image/18/7d/8.jpg. is very large and PHP can not process it.
Try to increase the memory limit for PHP
To increase PHP memory limit setting, edit your PHP.ini file. Simply increase the value of the PHP memory limit line in php.ini.
Example:
memory_limit = 512M
Alternatively, you can edit your .htaccess file
php_value memory_limit 512M