problem with virtuemart - Joomla! Forum - community, help and support


hello there
i have problem virtuemart :(

virtue mart products not getting displayed in front page saw backend table jos_vm_product shows proper file name image not getting displayed, changed permission image file 775 still not lucky enough ...
using firebug checked image path , is

<img height="120" border="0" width="65" alt="customer pole display" src="http://www.mysite.in/components/com_virtuemart/show_image_in_imgtag.php?filename=resized%2fcustomer_pole_di_4b023c3c8e23b_120x120.jpg&newxsize=120&newysize=120&fileout="/>

wen hover on image not shown if change proper path image stored getting displayed in url

now change mean in file change it.
or
is there other solution

pls help

try reseting permissions following:

--------------------------------------------------------
resetting permissions

turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again.

you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder.

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい