Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest
  • Page:
  • 1

TOPIC: NO IMAGE IN MODULE

NO IMAGE IN MODULE 12 years, 5 months ago #1163

  • oscareyes07
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi, I purchase the module, and this is the problem, the images do not appear, the cache folder is 777 and the module folder in cache 755, the image in are 600, IF I change it to 644 works, but i have to do this every 10 minutes.

I have joomla 1.7.2 and the installation did when I still had the Joomla 1.6

CAN YOU HELP ME!!!
Last Edit: 12 years, 5 months ago by oscareyes07.

Re: NO IMAGE IN MODULE 12 years, 5 months ago #1164

  • oscareyes07
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I solved

i change this in function save in ytc_content.php in line 560, i change the permission only

function save($filename, $image_type=IMAGETYPE_JPEG, $compression=75, $permissions=0777) {



if( $image_type == IMAGETYPE_JPEG ) {

imagejpeg($this->image,$filename,$compression);

} elseif( $image_type == IMAGETYPE_GIF ) {

imagegif($this->image,$filename);

} elseif( $image_type == IMAGETYPE_PNG ) {

imagepng($this->image,$filename);

}

if( $permissions != null) {

chmod($filename,$permissions);

}else{
chmod($filename,$permissions);
}

}

Re: NO IMAGE IN MODULE 12 years, 5 months ago #1169

  • admin
Dear oscareyes07

Thank you very much.

Please feel free to contact us if you have any issue

Best Regards

Re: NO IMAGE IN MODULE 12 years, 2 months ago #1880

Last Edit: 12 years, 2 months ago by yohio.
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes