Skip to content

Instantly share code, notes, and snippets.

@madranet
Created August 14, 2017 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madranet/7fb830f03ab3884945edbe5266eaa3da to your computer and use it in GitHub Desktop.
Save madranet/7fb830f03ab3884945edbe5266eaa3da to your computer and use it in GitHub Desktop.
Neatoshop PHP error -- Image upload
<pre>Array
(
[cart_id] => 219102202
[CLIENT_IP] => 80.229.156.228
[current_user_id] => 127733
[current_user_passhash] => e9438ce36cf759deb61fe92f22bbf686
[user_is_us] =>
[app_exception] => ImagickException Object
(
[message:protected] => Read Exception `/www/neatoshop.com/artist-uploads/T-REV-STOBHARTMATULEVICZ-French-Bulldog-Cartoon-Some-Big-Dogs-Did-It-and-Ran-Away.png' @ error/png.c/MagickPNGErrorHandler/1643
[string:Exception:private] =>
[code:protected] => 450
[file:protected] => /www/neatoshop.com/htdocs/core/service/account.inc
[line:protected] => 2183
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /www/neatoshop.com/htdocs/core/service/account.inc
[line] => 2183
[function] => __construct
[class] => Imagick
[type] => ->
[args] => Array
(
[0] => /www/neatoshop.com/artist-uploads/T-REV-STOBHARTMATULEVICZ-French-Bulldog-Cartoon-Some-Big-Dogs-Did-It-and-Ran-Away.png
)
)
[1] => Array
(
[file] => /www/neatoshop.com/htdocs/core/service/account.inc
[line] => 2828
[function] => process_artist_create
[class] => AccountLogic
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] => /www/neatoshop.com/htdocs/core/base/chain.inc
[line] => 101
[function] => process
[class] => AccountLogic
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /www/neatoshop.com/htdocs/core/application.inc
[line] => 136
[function] => invoke_services
[class] => Chain
[type] => ::
[args] => Array
(
)
)
[4] => Array
(
[file] => /www/neatoshop.com/htdocs/index.php
[line] => 132
[function] => launch
[class] => Application
[type] => ::
[args] => Array
(
)
)
)
[previous:Exception:private] =>
)
)
<hr/>ImagickException: Read Exception `/www/neatoshop.com/artist-uploads/T-REV-STOBHARTMATULEVICZ-French-Bulldog-Cartoon-Some-Big-Dogs-Did-It-and-Ran-Away.png' @ error/png.c/MagickPNGErrorHandler/1643 in /www/neatoshop.com/htdocs/core/service/account.inc:2183
Stack trace:
#0 /www/neatoshop.com/htdocs/core/service/account.inc(2183): Imagick->__construct('/www/neatoshop....')
#1 /www/neatoshop.com/htdocs/core/service/account.inc(2828): AccountLogic->process_artist_create()
#2 /www/neatoshop.com/htdocs/core/base/chain.inc(101): AccountLogic->process()
#3 /www/neatoshop.com/htdocs/core/application.inc(136): Chain::invoke_services()
#4 /www/neatoshop.com/htdocs/index.php(132): Application::launch()
#5 {main}<hr/><a href="/account/create">return</a>
@madranet
Copy link
Author

Also throws up this error in the browser:

2017-08-14_12-08-47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment