News:

Looking for documentation? Take a look on our wiki

Main Menu

After upgrading VM 3.2.4 to 3.2.6 logo's disappered

Started by Connecting, November 23, 2017, 15:33:12 PM

Previous topic - Next topic

Connecting

Hi Forum

Yesterday I upgraded VM 3.2.4 to VM 3.2.6. After the upgrade the icon from shipment and paying are gone. De title of the shipment and pay stille are in de layout box.

What can I do?

Regards,

Carel

aftertaf

i confirm same problem.
logos set in backend but not displayed on frontend

Milbo

Thanks for telling, but damn. Useless bug, my fault. I removed a double // which is often harmless, and forgot to add one missing DS

/administrator/components/com_virtuemart/vmpsplugin.php line 758,

if(JFile::exists(VMPATH_ROOT .DS. $url .DS.$logo)){


or use the provided file
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Connecting


aftertaf

i confirm too.
remember to add /plugins to the URL above ;)

Mark as [solved] ?

DadoO

I confirm TOO  :)

Same problem
Same solution

The right URL is /administrator/components/com_virtuemart/PLUGINS/vmpsplugin.php line 758  8)

stAn99

to summarzie the fix for non-programmers, let me provide a full guide:

1. open your \administrator\components\com_virtuemart\plugins\vmpsplugin.php

2. find line

if(JFile::exists(VMPATH_ROOT .$url .DS.$logo)){


normally it is at line 758, but sometimes FTP transfer changes end lines.

3. replace the line with:


if(JFile::exists(VMPATH_ROOT.DS.$url.DS.$logo)){


best regards, stan
----
RuposTel.com
www.rupostel.com
Your customized checkout solution for Virtuemart