Hi, my ORDER ID (order number) is
00005856.
1.
I have noticed a problem with the new Virtuemart Extension (v. 2.0.15) - browsing the categories doesn't work anymore - when I click the first time on a category it's OK, when I try to visit the second page in the same category (or the third, fourth...) it's also OK, but when I try to go back to the first page it doesn't work. The problem was also addressed here -
www.artio.net/support-forums/joomsef-pai...ct-list-problem-back and I posted a temporary solution.
I have looked at the extension and the problematic lines are 275-279:
// remove the limitstart and limit variables if they point to the first page
if (!is_null($uri->getVar('limitstart')) && ($uri->getVar('limitstart') == '0')) {
$uri->delVar('limitstart');
$uri->delVar('limit');
}
If i remove them, it works OK. But I don't think that's a final solution, since it would be really SEO friendlier to have internal links leading to the main category page without the limitstart variable.
2.
The other problem occured in the BACKEND with JoomSEF 3.5.3 - when I try to save a SEF URL in the Custom URL database I cannot to that - when I click save I get a white screen and the address is "administrator/index2.php". The URL doesn't get saved as a Custom URL - have checked in the DB. Any idea?
When I tried on the test server I get this error:
Fatal error: Cannot redeclare class TableExtension in administrator/components/com_sef/tables/sefurl.php on line 52
Is it possible to get the version 3.5.2 from somewhere or to fix this problem soon, otherwise I cannot add new URLs?
I have setup a test webpage for this - hxxp://razvoj.macus.info/vs - it's the duplicate of the LIVE site. The first problem can be seen in any subcategory - like hxxp://razvoj.macus.info/vs/dome-speed-dome.html
If any of the Artio staff would like to see the second problem and use the administrator interface, please PM me a message with your IP and I'll grant you access and PM you back the user and password.