VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: RFreund on December 27, 2011, 03:09:47 AM

Title: Shipping Method has not been configurated
Post by: RFreund on December 27, 2011, 03:09:47 AM
I believe there is an error with with my shipping method configuration.
First in the backend it displays under shop as "COM_VIRTUEMART_SHIPPINGCARRIER_S" not "Shipping Method".
Second it will not let me save a shopper group. It does not display an error however I select a shopper group and save. However when I re-access the shipping method the shopper group is blank. I believe as a result when trying to select a shipping method on the frontend it reports that no shipment method has been configurated.
Any thoughts on why this is happening?

J1.7.1 with VM2.0
Title: Re: Shipping Method has not been configurated
Post by: alatak on December 27, 2011, 08:51:51 AM
Hi

QuoteFirst in the backend it displays under shop as "COM_VIRTUEMART_SHIPPINGCARRIER_S" not "Shipping Method".
That was the way it was called in previous versions (before RC3).
In RC3, we have improved the plugins, and rename all the "shipping carrier" or "shipping" to a "shipment'.

If you left menu still have this string, it means that you database has not been updated.
Do a backup first , then go in the tools, and do "update database".

Then check if your shopper group problem is still there.

Title: Re: Shipping Method has not been configurated
Post by: RFreund on December 27, 2011, 14:28:48 PM
Thanks.
I had thought this may be the problem as I had some other database updating issues with the products not being put into the new _en_gb tables.
I will take a look.
Title: Re: Shipping Method has not been configurated
Post by: RFreund on December 27, 2011, 20:11:30 PM
Just to make sure you are referring to the Tools and Migration -  "Install tables or if necessary update them" Correct?

Thanks!
Title: Re: Shipping Method has not been configurated
Post by: RFreund on December 28, 2011, 21:11:16 PM
Just to update I did use the above and also then installed the VM2.0_AIO and it worked fine.
Thanks!
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 02, 2012, 13:11:43 PM
i have this same problem, but updating the database has made no difference?

any help is appreciated
Title: Re: Shipping Method has not been configurated
Post by: RFreund on January 04, 2012, 04:01:37 AM
I'm not sure exactly where you are at in the processes.

I had to copy info from by product tables before I upgraded and put it into the new _en_gb tables. However if all your products are there then this is not the issue.

I had to use the "Install tables or if necessary update them" Then I had to install the VM2.0_AIO then uninstall it.
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 05, 2012, 14:31:38 PM
Quote from: RFreund on January 04, 2012, 04:01:37 AM
I'm not sure exactly where you are at in the processes.

I had to copy info from by product tables before I upgraded and put it into the new _en_gb tables. However if all your products are there then this is not the issue.

I had to use the "Install tables or if necessary update them" Then I had to install the VM2.0_AIO then uninstall it.

all my products are there, its just the shipping module that i cant get working, I have uninstalled and reinstalled the aio and used the add or update tables but still no joy
Title: Re: Shipping Method has not been configurated
Post by: RFreund on January 06, 2012, 04:15:13 AM
Just so we're clear -  You should uninstall the AIO after installing it. Not that this will or will not help.

What is not working? Is the name incorrectly displayed or do you have different errors?
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 06, 2012, 10:50:57 AM
Hello

Yes that is what i have done, the problem i have is on the screen shot below, in the admin area the shipping menu shows up as "COM_VIRTUEMART_SHIPPINGCARRIER_S" and as you can see the shipping rates are in there but when you try at the front end, it says there is no shipping configured?

I have tried the method above but its still the same?

[attachment cleanup by admin]
Title: Re: Shipping Method has not been configurated
Post by: RFreund on January 07, 2012, 21:55:46 PM
hmmmm... That does look like the same problem so I'm not sure why it is not working. I wish I knew enough to know what changed when I updated the databases so I could provide further help, however I am a beginner at best.

Maybe alatak can provide some insight?
Title: Re: Shipping Method has not been configurated
Post by: alatak on January 08, 2012, 10:21:00 AM
Hi,

If you know how to change the database, go in the #__virtuemart_adminmenuentries table and replace the line id=16
with
COM_VIRTUEMART_SHIPMENTMETHOD_S

or even better use that sql   (replace XXX with the tables prefix)

UPDATE  `XXX_virtuemart_adminmenuentries` SET `name` = 'COM_VIRTUEMART_SHIPMENTMETHOD_S' WHERE `XXX_virtuemart_adminmenuentries`.`name` ='COM_VIRTUEMART_SHIPPINGCARRIER_S';
Title: icdesign
Post by: icdesign on January 09, 2012, 10:23:38 AM
Hello

thanks for that, it has updated the menu on the left, but the menus along the top are still the same, and it still comes up with no shipping method configured.

sorry really appreciate the help

regards
Title: icdesign
Post by: icdesign on January 11, 2012, 14:59:50 PM
Hope someone can help me with this really struggling bit beyond me?

I have notice when i do the "Install tables or if necessary update them" there is an error as per the attached images, not sure if this help?


[attachment cleanup by admin]
Title: Re: Shipping Method has not been configurated
Post by: jenkinhill on January 11, 2012, 15:17:27 PM
http://forum.virtuemart.net/index.php?topic=96130.msg315949#msg315949

Do you have debug turned on?
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 11, 2012, 15:21:49 PM
no i didn't i have put it on and it shows this

vmdebug self::$_jpConfig->lang en_gb
vmdebug vmTime: loadConfig db no: 0.00233793258667
vmdebug Start used Ram 12M
vmdebug Should load #__virtuemart_vmusers with id = 0, give back prototype
loading 0?

in the backend if it try to edit or add new shipping i get the attached


[attachment cleanup by admin]
Title: Re: Shipping Method has not been configurated
Post by: alatak on January 11, 2012, 19:41:46 PM
Hi,
Those are not errors, they are messages displayed. Don't worry.
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 12, 2012, 12:19:51 PM
Quote from: alatak on January 11, 2012, 19:41:46 PM
Hi,
Those are not errors, they are messages displayed. Don't worry.

but i still have the problem of in the front end it says no shipping is configured and in the backend it still looks like the below screen shots and when i try to edit or add the shipping it gives me this error code?

vmError: TableShippingcarriers COM_VIRTUEMART_SHIPPING_CARRIER_JPLUGIN_ID in record is missing ! Can't save the record with no COM_VIRTUEMART_SHIPPING_CARRIER_JPLUGIN_ID.
TableShippingcarriers COM_VIRTUEMART_SHIPPING_CARRIER_JPLUGIN_ID in record is missing ! Can't save the record with no COM_VIRTUEMART_SHIPPING_CARRIER_JPLUGIN_ID.

i think it must be some of my database tables are wrong but not sure which ones and the update add tables script doesn't seem to fix it.

could really do with some help on sorting this, would really really appreciate it.

thanks

[attachment cleanup by admin]
Title: Re: Shipping Method has not been configurated
Post by: alatak on January 12, 2012, 12:56:34 PM
Hi,

You are not using the lastest version either of the core component, either of the AIO. The word "carreir" has been removed in the V2.0

Please update.
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 12, 2012, 16:53:57 PM
Quote from: alatak on January 12, 2012, 12:56:34 PM
Hi,

You are not using the lastest version either of the core component, either of the AIO. The word "carreir" has been removed in the V2.0

Please update.

i have just downloaded and updated both the component and aio and installed and its still the same, sorry. not sure what to do now

when i reinstalled it had the attached message if that helps?


[attachment cleanup by admin]
Title: Re: Shipping Method has not been configurated
Post by: icdesign on January 14, 2012, 11:31:52 AM
ahh think i may have found where it went wrong but still need help to sort it,

i rolled back to my backup of virtuemart1.9.8.RC2M
and did the update again and it come up with this error message.

Fatal error: Call to undefined method VmConfig::setdbLanguageTag() in /home/sitelab/public_html/lynd2/administrator/components/com_virtuemart/helpers/tableupdater.php on line 336

how can i sort this?