Page 1 of 1

Error: Function Not Registered. addDelivery is not a valid V

Posted: 04 Mar 2009, 20:42
by bobbob
Hi there,
I've just installed phoca VM addons but with a new delivery I get this error message:
Error: Function Not Registered. addDelivery is not a valid VirtueMart function.
Joomla 1.5.9 + Virtuemart 1.1.3

What's wrong?
Thanks bob

Re: Error: Function Not Registered. addDelivery is not a valid V

Posted: 08 Mar 2009, 12:41
by Jan
Hi, it seems like the function was not added into database, did you do all steps listed here:

https://www.phoca.cz/documents/18-virtue ... te-receipt

Jan

Re: Error: Function Not Registered. addDelivery is not a valid V

Posted: 10 Mar 2009, 09:42
by bobbob
Thanks for the reply.
Yes, I did, and double checked it. It's an odd question because there aren't so many operations to do...

Re: Error: Function Not Registered. addDelivery is not a valid V

Posted: 14 Mar 2009, 20:29
by Jan
??? this message only display if the function is missed ? did you try to reinstall the addon?

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 22 Jul 2010, 00:32
by eneless
Jan

I have just installed the addon and have experienced this same problem.
When I ran through step 3 on the instructions there was no confirmation and the administrator loaded to the VM admin panel.

having looked in the DB I cannot see the tables #__{vm}_bills, #__{vm}_deliveries or #__{vm}_delivery_item that the admin.install_delivery_sql.php script should have installed.

is there another way to create the required tables, fields, functions, etc in the DB? import through phpmyadmin maybe? not that I know my way around phpmyadmin that well!! :idea:

nie little addon. any help appreciated! :wink:

Nat

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 26 Jul 2010, 17:54
by Jan
Hi, yes if you are not able to create the table this way, you need to add them manually with help of e.g. phpMyAdmin - the sql queries needs to be preapared to not automatically adding (e.g. #__ should be changed to jos_, etc.)

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 27 Jul 2010, 15:11
by eneless
Jan

thanks. i tried copying over the admin.install_delivery_sql.php file again. it seems the original copy was corrupt and hadn't copied any contents over. it was just a blank file.

This problem is now resolved.

Thanks
Nat

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 31 Jul 2010, 14:57
by Jan
Ok

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 01 Oct 2011, 10:32
by motberg
Hi Jan,

I am facing the same error. I have followed the latest instructions and downloaded and installed the components and plugins. I have changed the script and have got the "Delivery Tab" but once I click save, this come out "Error: Function Not Registered. addDelivery is not a valid VirtueMart function." How should I resolve this?

Thanks for your help.

Re: Error: Function Not Registered. addDelivery is not a val

Posted: 06 Oct 2011, 17:08
by Jan
Hi, this error is comming in case, the function was not installed. It means, the sql query with adding the function to the system was not installed properly.

Jan