News:

Looking for documentation? Take a look on our wiki

Main Menu

error after update

Started by Grisu74, October 05, 2016, 22:59:58 PM

Previous topic - Next topic

Grisu74

Hello,

I upgraded virtuemart latest version 3.0.18, I have an error in your shopping cart, when I want to add or edit shipping or billing address. (see screenshot)

I await news

Thanks

Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

GJC Web Design

but what are the actual urls?

with and without SEF
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Grisu74

with SEF: it/virtuemart-account-maintenance/editaddresscartBT

error: /it/user/editaddresscartBT

without SEF: index.php?option=com_virtuemart&view=user&task=editaddresscart&addrtype=BT&lang=it

error: does not exist

I await news

Thank you
Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

GJC Web Design

hmmm ..  the non sef is obviously correct

when I have a PUBLIC menu to the VM account maintenance called  alias  /my-account

the working SEF menu to the BT address is    /my-account/editaddresscartBT

I don't understand which of the 2 below is what you have
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Grisu74

Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

Milbo

I wonder why it tries to find a category, when the link looks like this 

index.php?option=com_virtuemart&view=user&task=editaddresscart&addrtype=BT&lang=it

How does it work in other languages?
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Grisu74

same problem with other languages.

I repeat:

The problem arose after virtuemart upgrade from 3.0.16 to 3.0.18

at this time I got back to version 3.0.16 to eliminate the problem, awaiting solution.

Thanks
Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

marscom

#7
Hi all,

same problem here: after updating I fall back to http://eisenring-lyss.ch/index.php/de/user/editaddresscartBT
instead of getting the form page as it perfectly worked before updating. The form is now being added to the index.php.

Seems like the problem has to do with the language affix: lang/de-DE resp. lang/fr-FR.
It partially works when I strip this part with htaccess. But: I cannot checkout;  I'm stuck on the registration form.

This is what I tried in htaccess:

RewriteEngine on
RewriteRule ^(.+?/)?lang/de-DE(?:/(.*))?$ /$1$2 [NC,R=301,L]
RewriteEngine on
RewriteRule ^(.+?/)?lang/fr-FR(?:/(.*))?$ /$1$2 [NC,R=301,L]


I'm also biting my fingernails for a solution...

marscom

Milbo

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

Grisu74

#9
I have the same problem if I want to write a review for a product, it must be in error page even with Virtuemart version 3.0.16 :-\ :-\ :-\
Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

Milbo

But to write a review is another problem, then not having the right link.  ??
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Grisu74

#11
The problem is always the same. When disabled Search Engine Friendly URLs the problem does not exist.
I repeat, the problem of error pages appear when active Search Engine Friendly URLs.

Thank you

Joomla 3.6.2
If you want to save money buy online at Veneziane & Plissé
www.venezianeplisse.com

Milbo

Grisu, there is the error type "works without SEF, but not with SEF", but any errors of these type are completly different to debug. The error is sometimes in the router.php, but sometimes at a completly different file and sometimes it need fixes in both.

Quote from: marscom on November 07, 2016, 19:15:06 PM
Hi all,

same problem here: after updating I fall back to http://eisenring-lyss.ch/index.php/de/user/editaddresscartBT
instead of getting the form page as it perfectly worked before updating. The form is now being added to the index.php.

Seems like the problem has to do with the language affix: lang/de-DE resp. lang/fr-FR.
The form is now being added to the index.php? I do not understand what you mean. Yes the languages maybe the problem. How did you setup your menues?

Quote from: marscom on November 07, 2016, 19:15:06 PM
This is what I tried in htaccess:

RewriteEngine on
RewriteRule ^(.+?/)?lang/de-DE(?:/(.*))?$ /$1$2 [NC,R=301,L]
RewriteEngine on
RewriteRule ^(.+?/)?lang/fr-FR(?:/(.*))?$ /$1$2 [NC,R=301,L]

This is very quickndirty and "useless". Any "fix" by htaccess makes it usually worse.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Studio 42

DO not forget to disable link "VMonepage is built by joomlaprofessionals.com" in the vmonepage plugin
For the user edit adress, i have no errors(but perhaps it's because your htaccess changes).

Milbo

#14
and maybe this version fixes the problem, again some router corrections http://dev.virtuemart.net/attachments/download/1029/com_virtuemart.3.0.18.3_extract_first.zip
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/