Hi!
I just updated my test VM site with 3.0.14 and now I get the following error:
QuoteWarning: strpos(): Offset not contained in string in x:\Test\x.com\administrator\components\com_virtuemart\plugins\vmpsplugin.php on line 778
Can you advise how to amend this?
Cheers,
strange, I really wonder how that happened.
if(strpos($t,'/',$t!==FALSE)){
Should be
if(strpos($t,'/')!==FALSE){
I just got the same error with Joomla! 3.5.1 /VirtueMart 3.0.14 - Milbo's tweak fixed it!
This bug is still present in the VM 3.0.16 pre-release.
Damn