News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Virtuemart Table _virtuemart_medias: file_url_thumb

Started by lostmail, April 18, 2014, 15:42:34 PM

Previous topic - Next topic

lostmail

I recognised that when i create a new product and upload an image the table "file_url_thumb" in "j25_virtuemart_medias" is not filled automatically anymore.

Now my News-Scroller stops to show the resized thumb images as the table is empty - old products with path in it aare still working - only new under 2.6 created   products have no path in file_url_thumb !!!

Why does VM not fill this table anymore ???

Please re do it !
Joomla 3.x | VirtueMart 4.0.12 107771 | HORME3 PRO 1.9.6 / 2.0
VirtueMart 4.2.4 | Joomla 4.4.1 | PHP 8.1 | Vp_neoteric 1.3

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

lostmail

#2
 :( bad thing....now all my scrollers donĀ“t work...upgraded from 2.018 to 2.6...

How can i modify my scroller module to show the thumbnails if $image->file_url_thumb is not possible anymore (as the database table is not filled with information) ?
Quote
helper.php(396): $html .= '<span class="VMTitle'.$this->slideid.'" style="color: '.$this->titlecolor.'; text-align: '.$this->titlealign.';">'.'<a href="'. $product_link .'" title="'.$pr->product_name.'"><img src="'.JURI::base(true).'/'.$image->file_url_thumb.'" class="VMImg'.$this->slideid.'" style="width: '.$this->imageSize.';" alt="'.$pr->product_name.'" /><br/>'.$pr->product_name.'</a></span>';
helper.php(398): $html .= '<span class="VMTitle'.$this->slideid.'">'.'<a href="'. $product_link .'" title=""><img src="'.JURI::base(true).'/'.$image->file_url_thumb.'" class="VMImg'.$this->slideid.'" style="width: '.$this->imageSize.';" alt="'.$pr->product_name.'" /></a></span>';
Joomla 3.x | VirtueMart 4.0.12 107771 | HORME3 PRO 1.9.6 / 2.0
VirtueMart 4.2.4 | Joomla 4.4.1 | PHP 8.1 | Vp_neoteric 1.3