Bring Your Business to Life › Support › Image Store › Download link corrupted
- AuthorPosts
- June 8, 2012 at 12:37 pm #47736fsparkysParticipant
Hi guys, this is my first attempt in building a site. How ever im stuck with the email download link the site seems to work fine, except when i get the link to download the file i get this error message
Warning: Call-time pass-by-reference has been deprecated in /mnt/webk/d1/51/51967351/htdocs/wordpress/wp-content/plugins/image-store/admin/download.php on line 167
Warning: Cannot modify header information – headers already sent by (output started at /mnt/webk/d1/51/51967351/htdocs/wordpress/wp-content/plugins/image-store/admin/download.php:167) in /mnt/webk/d1/51/51967351/htdocs/wordpress/wp-content/plugins/image-store/admin/download.php on line 12
Warning: Cannot modify header information – headers already sent by (output started at /mnt/webk/d1/51/51967351/htdocs/wordpress/wp-content/plugins/image-store/admin/download.php:167) in /mnt/webk/d1/51/51967351/htdocs/wordpress/wp-content/plugins/image-store/admin/download.php on line 13
can someone please guide me to the correct path in fixing this issue.
June 9, 2012 at 3:47 pm #47789Xpark MediaKeymasterlocate the file “image-store/admin/download.php” look for this code
do_action( 'ims_apply_color_filter', &$image );
and replace it with this onedo_action( 'ims_apply_color_filter', $image );
June 10, 2012 at 1:53 pm #47805fsparkysParticipantHi thanks for your help, it worked like charm. excellent service.
- AuthorPosts
- You must be logged in to reply to this topic.