Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2

Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4625

Recently I upgraded to VM 1.1.2 and since then checkout doesn't function anymore!

Is this an issue with the VM extension of JoomSEF 3.1.2 or a bug? I'm using a paid JoomSEF 3.1.2 as well as the VM extension 2.0.0 (paid for it)

I know VM 1.1.2 has changed the redirection mechanism to use Joomla's $mainframe class method


Thanks

Michael

PS When I disable all SEF from Joomla/VM everything is fine!
Last Edit: 15 years, 8 months ago by globetrotter.

Re:Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4628

  • spacemangrechko
I have the same problem.
Please, help!

Re:Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4630

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

VM does not count with SEF URLs at all. There is a fix for JoomSEF, however, we need to test it thoroughly before we put it in next version:
In the file /components/com_sef/sef.ext.php around line 116 should be this code: "parse_str($QUERY_STRING, $vars);". Add the following code AFTER that line:
$_SERVER['QUERY_STRING'] = $QUERY_STRING;


Please, create a backup of the file modified prior to doing this. Hope it helps.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4633

  • spacemangrechko
david, thank you! you saved my life! :)

Re:Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4634

The statement fixed the checkout process but breaks the VM pathway...

Root VM path is missing from categories links...

e.g. Home -> Products -> MP3s

Home: site homepage (works)
Products: VM homepage (works, link is .../products.html)
MP3s: a VM category (doesn't work, link is .../mp3s.html instead of .../products/mp3s.html)

Michael

Re:Joomla 1.5.5, VirtueMart 1.1.2 and JoomSEF 3.1.2 15 years, 8 months ago #4640

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

The problem with pathway is again caused by VM itself not counting with SEF urls. This time, the fix needs to be done in VM.
File: /administrator/components/com_virtuemart/classes/mainframe.class.php
Line 363: $cmsPathway->addItem( $item->name, str_replace('&', '&', basename($item->link)) );
Remove the basename function around $item->link, so the line becomes: $cmsPathway->addItem( $item->name, str_replace('&', '&', $item->link) );

This should be probably noted in VM's own forum.

Best regards,
ARTIO Support Team
ARTIO Support Team
Last Edit: 15 years, 8 months ago by dajo.
  • Page:
  • 1
  • 2
User Login Empty