Jump to content

the_art_farm

Retired Forum Member
  • Posts

    7
  • Joined

  • Last visited

About the_art_farm

the_art_farm's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. A new feature of WHMCS 7 is this error: You can use pngcrush or ImageMagik to find the files with the incorrect profiles. Here's some command line fu that does the job for you, and also shows which PNG files are affected: # find /data/whmcs -name '*.png' -type f -print0 | xargs -0 pngcrush -n -q 2>&1 | grep -A1 iCCP pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/addons/project_management/images/notes.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/security/duosecurity/logo.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/security/yubico/logo.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/recovery.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/restore.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/shutdown.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/tick.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/backup.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/reboot.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/modules/servers/vpsnet/img/restart.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/standard-whois.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/percentbar_blue.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/select.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/percentbar_gold.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/info.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/connect-logo.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/menuexpand.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/error.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/icons/linktracking.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/images/percentbar_red.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/templates/blend/images/close.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/templates/blend/images/next.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/templates/blend/img/ui-icons_cd0a0a_256x240.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/admin/templates/v4/images/prev.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/flags/ca.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/twitterfollow.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/placeholder.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/whmcs.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/ui-bg_glass_85_dfeffc_1x400.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/assets/img/verify.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/cloud_slider/img/shadow-left.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/cloud_slider/img/price-bg.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/supreme_comparison/img/back-arrow.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/pure_comparison/img/shadow-left.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/universal_slider/img/slider-btn.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/orderforms/universal_slider/img/tick.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/artfarm/img/globe.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/artfarm/img/worldmap.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/artfarm/img/logo.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/six/img/worldmap.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/six/img/globe.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/templates/six/img/logo.png: -- pngcrush: iCCP: known incorrect sRGB profile /data/whmcs/vendor/stripe/stripe-php/data/test.png:
  2. I upgraded on Friday and this morning I noticed this lovely new feature.
  3. My problem was due to a change in WHMCS 5, and there's a thread that describes it here: http://forum.whmcs.com/showthread.php?47947-Isses-with-Paypal&highlight=paypal+ipn
  4. Not sure if it's related, but PayPal IPN is no longer working for me. I have changed no PayPal settings. I did recently upgrade to 5.0.3, and haven't had a successful IPN applied yet. I have logged into PayPal, and used the IPN History page to resubmit the IPNs that didn't post. They claim to succeed, and PayPal is most definitely posting the IPN back to my web server: 173.0.81.1 - - [14/Jun/2012:10:54:45 -0400] "POST /modules/gateways/callback/paypal.php HTTP/1.0" 200 0 "-" "-" 173.0.81.1 - - [14/Jun/2012:11:51:33 -0400] "POST /modules/gateways/callback/paypal.php HTTP/1.0" 200 0 "-" "-" Those two log entries correspond exactly to the PayPal IPN history of when they send the IPNs to my server. The information shown in the IPN on PayPal site looks correct. Yet the payments do not get applied in WHMCS.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated