Hi,
I have a big problem with Flexicontent Module.
I cannot see products images.
For example one of the url images are this:
Code:
/components/com_flexicontent/librairies/phpthumb/phpThumb.php?src=/components/com_flexicontent/uploads/image.jpg&w=156&h=174&aoe=1&q=95
And if I try to open this in my browser this was the error:
Code:
Warning: escapeshellcmd() has been disabled for security reasons in /home/***/domains/***.biz/public_html/new/components/com_flexicontent/librairies/phpthumb/phpthumb.functions.php on line 462 **Headers already sent in file "/home/***/domains/***.biz/public_html/new/components/com_flexicontent/librairies/phpthumb/phpthumb.functions.php" on line "462", dumping error message as text:**
phpThumb() v1.7.9-200805132119
Headers already sent (phpThumb.php line 446)
(I've deleted the info about my domains)
This part of the url
Code:
/components/com_flexicontent/uploads/image.jpg
is working.
I use this in my template:
Code:
<?php if ($mod_use_image_feat && $item->image) : ?>
<a href="<?php echo $item->link; ?>">
<img <?php echo $force_height_feat." ".$force_width_feat; ?> src="<?php echo $item->image; ?>" alt="<?php echo flexicontent_html::striptagsandcut($item->fulltitle, 60); ?>" />
<?php endif; ?>
I've just try this:
<!-- l --><a class="postlink-local" href="
www.flexicontent.org/phpbb/viewtopic.php...604&start=380#p23433
">viewtopic.php?f=20&t=3604&start=380#p23433
change the L161
$PHPTHUMB_CONFIG = false;
(true to false)
but nothing happends.
I haven't got any Feed RSS active on my site.
What I can do? What's wrong?
[I use Joomla 1.7 and flexicontent 2.0 - RC4 r1216]