VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: MarioP on May 14, 2014, 10:58:46 AM

Title: VirtueMart 2.9.3 - Bugs and problems
Post by: MarioP on May 14, 2014, 10:58:46 AM
Hi,
First problem for me...
Products from VM front page don't lead to the appropriate category. So when we click on some of the featured, latest or recently viewed product  it shows up on the front page instead of in category to which is assigned to.
Outcomes:
Fancybox doesn't work, thumbnails of the product images are inactive.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Milbo on May 14, 2014, 12:17:57 PM
hmmm, works for me
Maybe disable the jQuery of google.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: MarioP on May 14, 2014, 12:25:27 PM
No change -  Using the VirtueMart jQuery the same situation...
To be clear - the problem concerns only products from  VM front page. When we go to the product from its category everything works fine (at least for Fancybox and thumbnails)
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: MarioP on May 14, 2014, 12:42:29 PM
Ok, I probably found the culprit - BT Content Slider module. After unpublish fancybox works. I thought it's a VM's issue because before the update it worked fine.
But there's still this problem
Quote from: MarioP on May 14, 2014, 10:58:46 AM
Products from VM front page don't lead to the appropriate category. So when we click on some of the featured, latest or recently viewed product  it shows up on the front page instead of in category to which is assigned to.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Milbo on May 14, 2014, 13:23:35 PM
This works for me with the sample products. This is also related to your joomla menu  setup.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: MarioP on May 14, 2014, 13:32:48 PM
Quote from: Milbo on May 14, 2014, 13:23:35 PM
This works for me with the sample products. This is also related to your joomla menu  setup.
Ok.I'll search the solution.
Next issue
"Invalid token" info after trying to switch on to other language version of particular product ( Multilanguage site) - VM backend
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: saman6709 on May 15, 2014, 07:11:52 AM
hi
sorry my english in not good
if you want to change path of products image  to other host (for example : your host is www.x.com & pic ulr is : www.y.com/h.jpg $ thumb ulr is : www.y.com/j.jpg ) you must set the Used url :www.y.com/h.jpg
& the Used thumb url :www.y.com/j.jpg
but in the media file list the thumb is not shown

for slove this problem : in \administrator\components\com_virtuemart\helpers\mediahandler.php you must find


media_path = JPATH_ROOT.DS.str_replace('/',DS,$file_url_thumb);   in line 496


& replace this code :
$media_path = DS.str_replace(DS,$file_url_thumb,"");

the problem is slove


Installed on: VM 2.9.3 and J3.3
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Vincentatweb on May 15, 2014, 09:14:25 AM
Hi Milbo,

I just finished some testing.
I did a fresh Joomla 3.3.0 stable + VM 2.9.3 install
Filled in the Shopper information correctly.
After filling in and saving the Configuration, I got the following errors:


Message

Exception in loadConfig for unserialize __atuvc s:25:"0

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize __utmz s:70:"162869436.1365576122.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize zhongFrameworkUserSettingsJS s:22:"100

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize __atuvc s:25:"0

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize __utmz s:70:"162869436.1365576122.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize zhongFrameworkUserSettingsJS s:22:"100

To avoid this message, enter your virtuemart config and just save it one time

Configuration Saved

Exception in loadConfig for unserialize __atuvc s:25:"0

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize __utmz s:70:"162869436.1365576122.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize zhongFrameworkUserSettingsJS s:22:"100

To avoid this message, enter your virtuemart config and just save it one time


[attachment cleanup by admin]
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: IJack on May 15, 2014, 15:17:02 PM
Quote from: Vincentatweb on May 15, 2014, 09:14:25 AM


Exception in loadConfig for unserialize __atuvc s:25:"0
To avoid this message, enter your virtuemart config and just save it one time

Same here, however i got a bit different message:
Exception in loadConfig for unserialize __utmz s:91:"13932969.1400149628.46.2.utmcsr
To avoid this message, enter your virtuemart config and just save it one time
...


I found no solution on web except suggestions to delete substring(s) from db, which is no solution at all.
What is curious, in my db in #virtuemart_configs entry there are strings, that are not directly connected with VM, eg:
"gantry-admin-tab=s:1:"0";" or
"roksprocket-showitems=s:1:"1";"

On what purpose VM stores it to its config, or is it a bug ?

Installed on: VM 2.9.3 and J3.3
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Anne M on May 15, 2014, 22:00:19 PM
I noticed that with adding a new product I have to select shop currency in every time again. Although in shop I restricted the currency to Eur and accepted currency also to Eur. So I wonder if it is really meant to select the currency again while adding a new product??




P.S. With update to VM 2.9.3. I can now delete products from cart.  Thank you
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Milbo on May 16, 2014, 13:54:08 PM
Thank you Anne M.

The unserialize stuff, I do not understand it. Seems that someone else is using our configuration. Would be good to know the used 3rd party extensions. Seems to be one gantry template
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: olejenya on May 16, 2014, 22:04:46 PM
Hi
1.Do not I create a new user, if you do purchase and fill in the fields, it creates, and if through the link index.php? Option = com_virtuemart & view = user & layout = edit, in the country, you can create versions had, but in version 2.6 has stopped working, because in 2.9.3 does not work.
2.Do not persist Related Sategories and Related Products
3.Do not created Custom Field -> Select a plug-in and Custom Field Type should tested so many ak are not created or saved in the administrator
4.Warning
You are using single vendor mode, but it seems more than one user is set as vendor.
I can not understand what kind of error? Vendor created fields filled.
5.The problem is, when he created a custom field for a product size and color of the clothes, the cart is not transmitted by custom attributes. if you look at the JS, the old version of this line passes here
product_cart_id ":" 6 :: 52:9, 60:21, "and in the new
product_cart_id ": 0, and when I change Selecta, you just do not have this value.
6.I can not complete the purchase. User create, payment methods and delivery choose (automatic method 1, the other options are not used).
But the checkbox Click here to read terms of service and check the box to accept them.
  No next to the Check Out Now.
And so that's an error after clicking on the button The minimum purchase value is $ 1.00.
Testing at the default template, I can not make a purchase. Maybe there is a problem in the configurations, but you and suggest steps test shopping and registering users.
Creating users - is the biggest problem in the VM (((
Thank you.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: IJack on May 17, 2014, 12:06:11 PM
Quote from: Milbo on May 16, 2014, 13:54:08 PM
The unserialize stuff, I do not understand it. Seems that someone else is using our configuration. Would be good to know the used 3rd party extensions. Seems to be one gantry template

Yes, gantry template "ximenia" is installed on the site. So is gantry library and other Rockettheme modules, e.g. rokgallery, roksprocket, rokpad.
The problem occurs only after saving VM config. (even if all extra extensions are off).
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Vincentatweb on May 18, 2014, 10:17:41 AM
Quote from: Milbo on May 16, 2014, 13:54:08 PM
The unserialize stuff, I do not understand it. Seems that someone else is using our configuration. Would be good to know the used 3rd party extensions. Seems to be one gantry template

Hi Milbo, like I mentioned, I did the testing on a fresh Joomla 3.3.0 install. No other extensions involved.
By installing the sample data, the unserialize errors do not show up
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: ooweboo on May 19, 2014, 07:24:22 AM
Hi
Im using Joomla 3.1.5
I cannot install VM 2.9.3, i have also tried 2.9.0
The error i get i
1054 Unknown column '' in 'field list' SQL=SELECT `` FROM `es0wj_virtuemart_configs` WHERE `virtuemart_config_id` = "1"
Thanks
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: w2kr on May 20, 2014, 01:42:41 AM
I'm getting the same issue with a new install usin VM 2.9.3 with the same Joomla version 3.1.5
I turn on the debug mode and got this call stack if this helps

JROOT/administrator/components/com_virtuemart/helpers/vmtabledata.php:65
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php:1128
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php:1069
JROOT/administrator/components/com_virtuemart/helpers/config.php:813
JROOT/administrator/components/com_virtuemart/helpers/config.php:778
JROOT/administrator/components/com_virtuemart/helpers/vmtable.php:155
JROOT/administrator/components/com_virtuemart/tables/products.php:119
JROOT/libraries/joomla/table/table.php:249
JROOT/administrator/components/com_virtuemart/helpers/vmmodel.php:422
JROOT/administrator/components/com_virtuemart/helpers/vmmodel.php:384
JROOT/administrator/components/com_virtuemart/helpers/tableupdater.php:100
JROOT/tmp/install_537a9451e379c/install/script.virtuemart.php:274
JROOT/libraries/cms/installer/adapter/component.php:872
JROOT/libraries/cms/installer/adapter/component.php:234
JROOT/libraries/cms/installer/installer.php:449
JROOT/administrator/components/com_installer/models/install.php:110
JROOT/administrator/components/com_installer/controllers/install.php:30
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/administrator/components/com_installer/installer.php:18
JROOT/libraries/legacy/component/helper.php:355
JROOT/libraries/legacy/component/helper.php:335
JROOT/administrator/includes/application.php:165
JROOT/administrator/index.php:70
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: jenkinhill on May 20, 2014, 10:25:36 AM
It is best to test with Joomla 3.3 rather than an older (and not now supported) Joomla 3.1 .x
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: w2kr on May 21, 2014, 00:38:25 AM
I've now upgraded to the latest Joomla 3.2.4 and reinstalled without issues.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: ClevaTreva on May 21, 2014, 11:54:27 AM
3.2.4 is not the latest Joomla. 3.3 is.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: jenkinhill on May 21, 2014, 12:22:21 PM
3.2.4 is the "latest" if your server uses a PHP version older than 5.3.10 as 3.3 requires PHP5.3.10 minimum - as I assume also does VM2.9.4
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: IllusionStudio on June 04, 2014, 10:40:42 AM
I had the same issue:

Exception in loadConfig for unserialize __utmz s:70:"111872281.1380097321.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time


The message only displayed at my local installation. On the webserver installation the messages disappear.

I think it happens on some writing rules, but I donĀ“t know which folder is responsible.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Filliip on June 21, 2014, 11:44:10 AM
Does anybody know, how to fix the error messages? In my case they are also on my webserver installation, not only on localhost.

Message
Exception in loadConfig for unserialize __utmz s:69:"29755489.1402252188.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: jenkinhill on June 21, 2014, 15:24:14 PM
Filliip you don't say exactly which version you are testing. The thread title is 2.9.3 but the latest testing version is 2.9.6 on public release and 2.9.7 on internal release.

Version numbers are important when debugging.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Filliip on June 21, 2014, 19:20:43 PM
Sorry, i forgot. It is VM 2.9.6 on Joomla 3.3.1

Now I have one another problem, as I created and saved new payment method, the homepage is blank, without any text or pictures. Stays blank even if I delete the payment methods...
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: depika on June 30, 2014, 14:58:18 PM
I did a clear install of Joomla 3.3.1 and VM 2.2.9

I got the following errors immediately after the installation:

Exception in loadConfig for unserialize __utmz s:70:"116595091.1400755282.1.1.utmcsr

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmccn (direct)

To avoid this message, enter your virtuemart config and just save it one time

Exception in loadConfig for unserialize utmcmd (none)";

To avoid this message, enter your virtuemart config and just save it one time


I also get the error after I install the aio component and I try to view it from the Components menu

An error has occurred.    404 Component not found
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Milbo on June 30, 2014, 14:59:42 PM
This is fixed in the svn. Thank you
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: depika on June 30, 2014, 15:03:06 PM
Where can I download the updated version? I cannot seem to find it at http://dev.virtuemart.net/projects/virtuemart/files
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: Milbo on July 01, 2014, 11:18:28 AM
I dont want to make a new release, when I know there are bugs. Atm I am fighting with this http://stackoverflow.com/questions/2144506/what-is-object-cloning-in-php

If a product is shown twice the chosen js needs different ids, therefore I change the ids for the display, but the reference changes it also for the other product, grmbl.
Title: Re: VirtueMart 2.9.3 - Bugs and problems
Post by: kaybee57 on September 25, 2014, 05:27:24 AM
Was having all these problems myself, found the Virtuemart 2.9.9c upgrade, installed it and all is now good!