Download link corrupted

HomeSupportImage StoreDownload link corrupted

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47736
    fsparkys
    Participant

    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.

    #47789
    Xpark Media
    Keymaster

    locate the file “image-store/admin/download.php” look for this code
    do_action( 'ims_apply_color_filter', &$image ); and replace it with this one do_action( 'ims_apply_color_filter', $image );

    #47805
    fsparkys
    Participant

    Hi thanks for your help, it worked like charm. excellent service.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.