Greetings. I am encountering an error with the template after updating VirtueMart to the latest currently available version.
When clicking on the "My Account" link I am experiencing the following error:
Call to undefined method VirtuemartViewUser::vmValidator()
Digging through the forums searching for details regarding the above message I have seen many people mention that the template is outdated.
Please assist.
noochys
POSTED: 2020-01-05
The problem occurred when Joomla and VirtueMart were updated to the latest available versions. Updating this software is important for security reasons.
I have found many references to this error on the VirtueMart and Joomla support forums.
Does this seem accurate or help at all?
-------------
Probably an out of date template.
open templates\your template\html\com_virtuemart\user\edit_address.php
and see if you have
vmJsApi::vmValidator();
maybe there is also: $this->vmValidator(); etc
get rid of those
if the template is old perhaps also u need to replace:
Error can be seen at: https://www.noochys.com.au/
When clicking on the "My Account" link at the top right of all pages. The same thing occurs when clicking on "Create Account" on all of the pages. An example of this error can be seen here: https://www.noochys.com.au/index.php/onlinestore
noochys
POSTED: 2020-01-05
In a VMware test environment the issue is introduced immediate when the latest updates for VirtueMart are installed.
noochys
POSTED: 2020-01-06
I decided to roll back the live environment to when the Template, Joomla and VirtueMart are stable. This means that the latest version of VirtueMart is not installed. That is not ideal. However I will keep a test environment prepared for when and if the Template is updated to accommodate the latest version of VirtueMart and Joomla.
The VirtueMart forum clearly states the template is outdated and the functions that are being used in the old version of VirtueMart compatible with the template are now deprecated in the new version of VirtueMart. That the template will need to be updated to accommodate the new version of VirtueMart and the changes made to ensure security/functionality is maintained as VirtueMart is updated with Joomla Updates.
AS Templates
POSTED: 2020-01-06
Hello NOOCHYS,
We are sorry about that, currently we are working on the update, ill let you know when it will be finished.
Regards, AS Team.
AS Templates
POSTED: 2020-01-14
Hello NOOCHYS,
The update is available for downloading, please let us know if you will have any problems.
https://www.astemplates.com/joomla-template-news/180-002049
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
When clicking on the "My Account" link I am experiencing the following error:
Call to undefined method VirtuemartViewUser::vmValidator()
Digging through the forums searching for details regarding the above message I have seen many people mention that the template is outdated.
Please assist.
I have found many references to this error on the VirtueMart and Joomla support forums.
Does this seem accurate or help at all?
-------------
Probably an out of date template.
open templates\your template\html\com_virtuemart\user\edit_address.php
and see if you have
vmJsApi::vmValidator();
maybe there is also: $this->vmValidator(); etc
get rid of those
if the template is old perhaps also u need to replace:
JHtml::stylesheet ('vmpanels.css', JURI::root () . 'components/com_virtuemart/assets/css/');
with...
vmJsApi::css('vmpanels');
-------------
When clicking on the "My Account" link at the top right of all pages. The same thing occurs when clicking on "Create Account" on all of the pages. An example of this error can be seen here: https://www.noochys.com.au/index.php/onlinestore
The VirtueMart forum clearly states the template is outdated and the functions that are being used in the old version of VirtueMart compatible with the template are now deprecated in the new version of VirtueMart. That the template will need to be updated to accommodate the new version of VirtueMart and the changes made to ensure security/functionality is maintained as VirtueMart is updated with Joomla Updates.
We are sorry about that, currently we are working on the update, ill let you know when it will be finished.
Regards, AS Team.
The update is available for downloading, please let us know if you will have any problems.
https://www.astemplates.com/joomla-template-news/180-002049
Regards, AS Team.