VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: Milbo on October 01, 2013, 12:54:27 PM

Title: Virtuemart 2.1 on joomla 3
Post by: Milbo on October 01, 2013, 12:54:27 PM
Good news,

Just remember our versioning system. VM2.1 is the new developer series and will be released as vm2.2 which should indicate that their are some API changes.

The goal is that templates work as before and that this update only includes to update also the extensions. Or in short, the big difference of vm2.2 is for the developers not users. For the users we implemented already the most featueres in the vm2.0.x series. The main change for users is the customfiels structure and handling. Of course the update should migrate all of this automatically. The handling should be more intuitive and easier to understand.

Furthermore we remove all the compatibility switches for joomla 1.5 and make it ready for joomla 3.x. I work since some days to get the new VirtueMart 2.1 running on joomla 3. I invested not a lot time and got the backend running. Be aware, there is a lot more work todo. There will be an installer soon, but we could already need help by encouraged testers and developers which use the svn https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart. You may read here http://dev.virtuemart.net/projects/virtuemart/wiki/Setting_up_a_Development_Environment. Of course this is not for a productive environment.

The tasks left so far
- language tables are not correctly installed yet
- the new vmRequest needs a method to get the whole post for some forms
- change JElement against JFormfield (would be nice if someone with experience here takes over)
- loadResultArray got removed by joomla, the replacement loadColumn is not verified. Therefore it is not done everywhere already. (someone interested?)

An xml for a working discover is already there. Maybe it would even work already as installer, but I think it is too early. Maybe at the end of the week.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: PATSXM971 on October 01, 2013, 13:26:59 PM
Really great !
Thank you very much for all the job done !
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 02, 2013, 11:32:36 AM
where can i find vm 2.1..?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jenkinhill on October 02, 2013, 12:12:02 PM
http://dev.virtuemart.net/projects/virtuemart/files
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 02, 2013, 13:37:22 PM
Sorry i didn't get that..There is no such file there.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jenkinhill on October 02, 2013, 13:43:45 PM
Sorry, I misread which version you are after. Currently 2.1 is available from svn  - link in Milbo's announcement above.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 02, 2013, 13:52:50 PM
But this not a zip extension.how i can get that.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jjk on October 02, 2013, 17:13:31 PM
The link to the VirtueMart wiki in the first post describes how to get it. You would first have to install and familiarize with TortoiseSVN for example. There are probably lots of video tutorials on YouTube describing how to do a 'checkout' (pull the project's files from the SVN to your PC).
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Stonedfury on October 02, 2013, 19:06:27 PM
Sweet!
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 03, 2013, 07:52:50 AM
yeah Thanks jjk for helpfull information.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 03, 2013, 11:08:26 AM
i think there must be a change in administrator\components\com_virtuemart\virtuemart.xml file on line 51 i.e "<filename>virtuemart.php</filename>". beause there is no such file in virtuemart. It should replace with <filename>admin.virtuemart.php</filename>.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 03, 2013, 11:17:10 AM
and you haven't created any table named with '#__virtuemart_categories_XLANG'. But how you can install sample data into it. Means there no such create command for '__XLANG' but in 'install_sample_data' there are four commands with insert commands..Think over it.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on October 03, 2013, 11:33:13 AM
no, please update again. The admin.virtuemart.php must be now virtuemart.php

There is still a lot missing, I dont get the Sampel products installed, so I was maybe a bit too early. I also fixed the problem with the lang tables yesterday. I will soon committ more.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: _dj on October 04, 2013, 05:57:33 AM
Then please rename admin.virtuemart.php in "administrator/components/com_virtuemart" folder. Because you have define it in virtuemart.xml as <filename>virtuemart.php</filename>
Title: Re: Virtuemart 2.1 on joomla 3
Post by: gnumax on October 07, 2013, 01:49:15 AM
Hi,

I am currently evaluating the "beta" version of VirtueMart 2.1 ;)

My question, as always, is more twisted  8)

Is there a roadmap for VirtueMart 2.1?

Regards

Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on October 07, 2013, 21:00:49 PM
Please update again. Did a lot work today. I wont write, while I am in Israel, but atm we must gather what is still left for joomla 3.

The features itself are mainly done. We may change a bit more the customfields, add some or so. We need more opinions about it. The roadmap is here http://dev.virtuemart.net/projects/virtuemart/wiki
Title: Re: Virtuemart 2.1 on joomla 3
Post by: T.A. Garrison, LLC on October 07, 2013, 22:36:40 PM
In this latest version, is the rel="vm-additional-images" addressed?
It's the only error on the page and I'd like to remove the errors. I'm willing to do some digging if I can get a bit of help to know all the places this must be changed.

I don't know if rel="contents" will work, but that's my thought - start with that reference and see if vm like that. I know W3C lists that as a reference in rel that can be used.

Thanks.
Thomas
Title: Re: Virtuemart 2.1 on joomla 3
Post by: gnumax on October 07, 2013, 23:28:21 PM
Hi,

Subversion: https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart/

(http://www.gnumax.org/subversion_error_https.png)

Certificate??

Any idea?

Regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: gnumax on October 07, 2013, 23:31:54 PM
Hi Milbo,

Quote from: Milbo on October 07, 2013, 21:00:49 PMThe roadmap is here http://dev.virtuemart.net/projects/virtuemart/wiki

Thank you very much for the link!!

Regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on October 08, 2013, 13:57:34 PM
Quote from: LTCreations on October 07, 2013, 22:36:40 PM
In this latest version, is the rel="vm-additional-images" addressed?

This is a minor and not a question for talknig about Beta. Atm we have errors like Fatals, not stored models and so on.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lalit on October 09, 2013, 07:44:03 AM
what is the difference between virtuemart 2.0 and 2.1?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: RedJohn on October 18, 2013, 10:21:08 AM
Quote from: lalit on October 09, 2013, 07:44:03 AM
what is the difference between virtuemart 2.0 and 2.1?

Good question. From time to time come out patches and new versions, it is very time consuming to adjust it for my mods. It would be useful changelog? It is not known what changes important to us.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on October 23, 2013, 11:46:53 AM
There is always a changelog. But there are different places.
As long we are in the RC mode, the changes are posted in the forum. The threads saying "here is a new version, please test" for example http://forum.virtuemart.net/index.php?topic=115877.0.

If there is an official release, we write a news and add their the changes again. But a bit cleaned up and we try only to mention the more important ones.

and finally we have a changelog here http://virtuemart.net/component/content/article/162-uncategorised/416-vm2liveupdateinformation
There we gather only the updates which are needed to keep the store running.

But I try to explain better.

The main difference of vm2.0 and vm2.1 is
- the customfields system. It is simplified and a lot more flexible for users and developers. It has also a better performance. It allows to override, disable or inherit each customfield. It also works now to use more than one customprototype on one page (that means we will add the add to cart button to the category browse views).
- the cart is working different. It stores a less data and creates the products on the fly. This means also that customfields can change every attribute of a product, for example the weight.
- vm2.1 runs on joomla 3 !
Title: Re: Virtuemart 2.1 on joomla 3
Post by: stepler654 on October 31, 2013, 02:48:15 AM
Hi all,
I'm going to install virtuemart 2.1 on Joomla 3.1.5.
I've downloaded files from svn and have built the packet.
Now I'm trying to upload com_virtuemart.2.1.0.zip file from
C:\VIRTUEMART\Packages\VirtueMart\com_virtuemart.2.1.0_extract_first\     folder
through Joomla Extention manager.
File uploads to my temp folder and new folder with name like "install_5271b2349a6f0" appears, but I get the message
"JInstaller: :Install: Cannot find Joomla XML setup file".
When I specify catalog to install from I get the same message + "Unable to find correct packet in this path" (or similar).
Any ideas?

Title: Re: Virtuemart 2.1 on joomla 3
Post by: IceBird on November 06, 2013, 15:40:11 PM
I have installed and tried save "Safe path"
Fatal error: Class 'JFolder' not found in /site/administrator/components/com_virtuemart/helpers/shopfunctions.php on line 1456

Joomla! 3.1.5 Stable, Virtuemart svn load today

Also can't off messages on site and admin panel
vmdebug My selected language by JFactory::getLanguage()->getTag() ru-RU
vmdebug self::$_jpConfig->lang ru_ru
vmdebug vmTime: loadConfig db no: 0.004050970077514648

"Enable debugging messages" set - no debug
Title: Re: Virtuemart 2.1 on joomla 3
Post by: IceBird on November 06, 2013, 16:39:22 PM
Solved fatal error
Insert
jimport('joomla.filesystem.folder');
in shopfunctions.php

About vmdebug - error in administrator/components / com_virtuemart / helpers / config.php on line 437
         $debug = 'all';    VmConfig::get('debug_enable','none');
Title: Re: Virtuemart 2.1 on joomla 3
Post by: roman5527 on November 13, 2013, 21:34:54 PM
Hi , I install virtuemart 2.1 to joomla 3.2 .


Instalation is OK but I select Components -> Virtuemart I see error : SQL=SELECT `virtuemart_permgroup_id`,`group_name`,`group_level` FROM `jos_virtuemart_permgroups` ORDER BY `group_level`

How I fix it ? thnaks
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on November 14, 2013, 09:55:56 AM
Hello roman,

I think that is a new error coming due joomla 3.2. We are releasing now vm2.0.24a and then I will return to the vm2.1 development
Title: Re: Virtuemart 2.1 on joomla 3
Post by: roman5527 on November 14, 2013, 10:38:22 AM
Thanks , I give it try on Joomla 3.1 .

Offtopic : What will new version 2.0.24a?
Thanks
Title: Re: Virtuemart 2.1 on joomla 3
Post by: zava78 on December 02, 2013, 18:00:25 PM
Hi!

i use VM from v 1.0 ;), i am happy to test v 2.1 on joomla 3.1 as catalog mode

i am following this info : https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart/vm_build/HOWTO.txt

i have the update svn, but i am here : "2. From your IDE, run the build file build_virtuemart2.xml"

??? how "run the build file" ?

or cany anyone send a pre-build 2.1svn  ;D ;D ;D
Title: Re: Virtuemart 2.1 on joomla 3
Post by: zava78 on December 02, 2013, 18:57:30 PM
not bad, i quote my self, just  run "phing build.xml"

ok, i changed build to 2.1.0 and i get 6 archivies (3 .zip, and 3 .tar.gz)

i tried to install uploading but i get a blank page ...
any suggestion ?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: roman5527 on December 09, 2013, 17:12:00 PM
What is new respect for Joomla VirtueMart 2.1 3?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: paranella on December 27, 2013, 12:16:19 PM
can anyone share an installable zip of current trunk?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: burnout_it on December 30, 2013, 22:28:55 PM
I'm start to build my shop on stable VM2.04 version on J2.5 but I'm like to test this trunk at same time.

I'm build both zip via Eclipse without problem but I'm not able to install on pure J3.03, J3.15, J3.2.1

Log
Buildfile: C:\xampp\htdocs\Eclipse_Indigo\VM2\build_virtuemart2.xml
[property] Loading C:\xampp\htdocs\Eclipse_Indigo\VM2\build.properties

VIRTUEMART2 > title:

     [echo] BUILD VirtueMart 2 package FROM C:\\xampp\\htdocs\\Eclipse_Indigo\\VM2  TO C:\\Users\\CACA\\Desktop\\PAck\\VM2\\ABSPATH

VIRTUEMART2 > delete_package_folder:


VIRTUEMART2 > delete_export_to_folder:

     [echo] Don't delete files from C:\\xampp\\htdocs\\Eclipse_Indigo\\VM2 folder

VIRTUEMART2 > create_package_folder:

     [echo] Create Package destination directory
    [mkdir] Created dir: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first

VIRTUEMART2 > clean:

     [echo] Cleaning Package directory OK!

VIRTUEMART2 > svn.export:

     [echo] Don't Export from svn repository

VIRTUEMART2 > main_files:

     [echo] Copying ADMIN COMPONENT files to directory...
     [copy] Created 101 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\administrator\components\com_virtuemart
     [copy] Copying 532 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\administrator\components\com_virtuemart
     [echo] Copying SITE COMPONENT files to directory..
     [copy] Created 43 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\components\com_virtuemart
     [copy] Copying 357 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\components\com_virtuemart
     [echo] Copying INSTALL files to directory...
     [copy] Created 1 empty directory in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\install
     [copy] Copying 10 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\install
     [echo] Copying SITE LANGUAGE files to directory...
     [copy] Copying 5 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\language\en-GB
     [echo] Copying ADMIN LANGUAGE files to directory...
     [copy] Copying 7 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0\administrator\language\en-GB
     [echo] UPDATE AND COPY VERSION.PHP  to directory...
     [echo] Copying INSTALL XML to directory...
     [copy] Copying 1 file to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0
     [echo] Copying README file to directory...
     [copy] Copying 1 file to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.2.1.0

VIRTUEMART2 > Main:

     [echo] Creating MAIN PACKAGE  ...
      [tar] Building tar: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first\com_virtuemart.2.1.0.tar.gz
      [zip] Building zip: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first\com_virtuemart.2.1.0.zip
     [echo] MAIN Component compressed OK!

VIRTUEMART2 > aio_files:

     [echo] Copying AIO COMPONENT files to directory...
     [copy] Created 21 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin
     [copy] Copying 46 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin
     [echo] copy file script vmallinone script from the admin C:\\Users\\CACA\\Desktop\\PAck\\VM2\\ABSPATH/com_virtuemart.2.1.0/com_virtuemart.aio.2.1.0/admin...to root C:\\Users\\CACA\\Desktop\\PAck\\VM2\\ABSPATH/com_virtuemart.2.1.0/com_virtuemart.aio.2.1.0
     [copy] Copying 3 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0
     [echo] Copying AIO: modules files to directory..
     [copy] Created 13 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\modules
     [copy] Copying 36 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\modules
     [echo] Copying AIO: plugins files to directory..
     [copy] Created 97 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\plugins
     [copy] Copying 445 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\plugins
     [echo] Copying AIO: libraries files to directory..
     [copy] Created 10 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\libraries
     [copy] Copying 103 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\libraries
     [echo] Copying AIO: languageBE files to directory...
     [copy] Created 35 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\languageBE
     [copy] Copying 1234 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\languageBE
     [echo] Copying AIO: languageFE files to directory...
     [copy] Created 35 empty directories in C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\languageFE
     [copy] Copying 520 files to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0\admin\languageFE
     [echo] Copying AIO: SCRIPT from the admin C:\\Users\\CACA\\Desktop\\PAck\\VM2\\ABSPATH/com_virtuemart.2.1.0/com_virtuemart.aio.2.1.0/admin to the root folder C:\\Users\\CACA\\Desktop\\PAck\\VM2\\ABSPATH/com_virtuemart.2.1.0/com_virtuemart.aio.2.1.0/admin...
     [copy] Copying 1 file to C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0\com_virtuemart.aio.2.1.0

VIRTUEMART2 > build.language.loop:


VIRTUEMART2 > LANGUAGE:


VIRTUEMART2 > delete.language.loop:


VIRTUEMART2 > AIO:

     [echo] Creating AIO PACKAGE  ...
      [tar] Building tar: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first\com_virtuemart.2.1.0_ext_aio.tar.gz
      [zip] Building zip: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first\com_virtuemart.2.1.0_ext_aio.zip
     [echo] AIO Component compressed OK!

VIRTUEMART2 > VIRTUEMART2:

     [echo] LATEST REVISION is 7235
     [echo] DATE December 30 2013, TIME 2205
      [zip] Nothing to do: C:\Users\CACA\Desktop\PAck\VM2\ABSPATH\com_virtuemart.2.1.0_extract_first\com_virtuemart.2.1.0_extract_first.zip is up to date.
     [echo] EXTRACT FIRST compressed in directory OK!

BUILD FINISHED

Total time: 3 minutes  47.60 seconds




This is the error
Warning: require(/mnt/1TB/apache/www/J303/administrator/components/com_virtuemart/helpers/vmmodel.php): failed to open stream: No such file or directory in /mnt/1TB/apache/www/J303/tmp/install_52c1e0db7fa28/install/script.virtuemart.php on line 24 Fatal error: require(): Failed opening required '/mnt/1TB/apache/www/J303/administrator/components/com_virtuemart/helpers/vmmodel.php' (include_path='.:/usr/share/php:/usr/share/pear') in /mnt/1TB/apache/www/J303/tmp/install_52c1e0db7fa28/install/script.virtuemart.php on line 24


Enviroment:
Ubuntu Server 12.04
Apache 2.2.22
MySqli 5.5.24
PHP 5.3.10-1ubuntu3.4

What's wrong?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 14, 2014, 22:37:17 PM
I am sorry guys, we had todo the 2.0.26D, which had priority, we proudly announce the first installable version of vm2.1

http://dev.virtuemart.net/attachments/download/674/com_virtuemart.2.1.0_extract_first.zip

This version "works" already on j3.2, but the jquery is not adjusted. Therefore the add to cart does not work correctly. But you can discover it and use the tableupdater and play a bit around with it. Atm the views open without error, and the stuff I tried to store so fare worked.
Of course, only the standard plugins work and the customfield plugins need to be adjusted. I think only the textinput plugin works atm.

The version should work on a j2.5 almost like the latest vm2.0.26, but I wont use it productive yet, though.

Main changes
- You can disable, override and better configure inherited customfields. This gives a lot bigger flexibility, a lot feature requests are directly solved that way.
- we use vmRequest, vmText
- we removed all JParameter and use now JFormfields stored in the directory "fields"
- you can now use theoretically products with customfields in category browse views.
- products have now a fallback to the mainlanguage, if the language is missing.
- The product cart data is a lot smaller in the session for easier storing of the cart in the db and less problems with a lot products.
- the js of the add to cart and the cart module is seperated and works with trigger technic.
- new SampleData
- enhanced OPC, the form is now from begin to end. The function for updating/removing a product does NOT need an own form anylonger

For full j3.2 compatibility we need an adjusted jquery for version 1.9
For j2.5, we wanna stick with the latest jquery 1.8.x.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: r_ekkie on January 15, 2014, 06:30:54 AM
Milbo,

just tried to install the 2.0.1 version on a J3.2.1 site.
it gives me a 500 error and in the server logs I find the following:

PHP Warning:  require(/website.nl/public_html/administrator/components/com_virtuemart/helpers/vmmodel.php): failed to open stream: No such file or directory in /website.nl/public_html/tmp/install_52d61810065a3/install/script.virtuemart.php on line 24, referer: http://www.website.nl/administrator/index.php?option=com_installer

PHP Fatal error:  require(): Failed opening required /website.nl/public_html/administrator/components/com_virtuemart/helpers/vmmodel.php' (include_path='.:/usr/local/lib/php') in /website.nl/public_html/tmp/install_52d61810065a3/install/script.virtuemart.php on line 24, referer: http://www.website.nl/administrator/index.php?option=com_installer


did I do something wrong?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: paranella on January 15, 2014, 06:35:05 AM
Same error for me on Joomla 3.2.1
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 15, 2014, 15:31:56 PM
As I said before, please use for j3.2 the discovery feature. But I think I found the problem with it and created a new package. Our focus is atm mainly on j2.5. But I tried to create a version which gives an impression for j3.2. We hope that we can solve within next week the problem with the fancybox, which wont run on jquery1.9 without extra license. So we must replace the fancybox.

[attachment cleanup by admin]
Title: Re: Virtuemart 2.1 on joomla 3
Post by: rabid_nerd on January 17, 2014, 00:27:08 AM
Following thread and going to begin testing here as well.
Title: Virtuemart 2.1 on joomla 3
Post by: dmware on January 19, 2014, 16:16:38 PM
Hello Everyone and thanks for your great product and for all the support that is freely given to all of whom is getting benefits from Virtuemart. Davide here, a web designer, not developer. I am about to start quite e few projects in these first two months of beginning 2014 and unfortunately I can't wait the Virtuemart 2.1 release in March 2014.

I have used Joomla 3.2 for about 10 sites already and I see it is already a pretty good product. Stable and secure.

As far as e-commerce, because VM isn't ready yet, I have evaluated Mijoshop and Hikashop (Red Shop isn't ready too) but both of them do not convince me as much as VM, honestly.

To cut it short I have see there is a dev package of the 2.1 version of VM (com_virtuemart.2.1.0_extract_first.zip) and I have downloaded and extracted it. It contained com_virtuemart.2.1.0_ext_aio.zip and com_virtuemart.2.1.0.zip. I have tryed to upload and install the com_virtuemart.2.1.0.zip file on a Joomla 3.2 version and I got this message:

Fatal error: require() [function.require]: Failed opening required '/home/vqmbdwrl/public_html/new2014/administrator/components/com_virtuemart/helpers/vmmodel.php' (include_path='.:/usr/local/php53/pear') in /home/vqmbdwrl/public_html/new2014/tmp/install_52dbebf1d21bd/install/script.virtuemart.php on line 24

I would like to ask then, is this dev package kind of ok to start with and if so how or I should just wait till I have the actual release file in March?

Thanks
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jjk on January 19, 2014, 19:59:05 PM
Quote from: dmware on January 19, 2014, 16:16:38 PM
I would like to ask then, is this dev package kind of ok to start with and if so how or I should just wait till I have the actual release file in March?

Depends on what you need to do. If you want a shop to be ready for going live in a few weeks, I would still use Joomla 2.5.17/VM 20.26d and update to the newer versions when they are stable.

Next best option imho would be Joomla 2.5.17 and VM 2.1, which I would expect to run pretty stable by the end of this month.

The combination Joomla 3.2.1 and VM 2.1 still has a number of unsolved problems and once it works, it will have a very short live cycle, because Joomla 3.5, which is scheduled for March, will change a lot of things again.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lindapowers on January 19, 2014, 20:00:46 PM
Quote from: dmware on January 19, 2014, 16:16:38 PM
Hello Everyone and thanks for your great product and for all the support that is freely given to all of whom is getting benefits from Virtuemart. Davide here, a web designer, not developer. I am about to start quite e few projects in these first two months of beginning 2014 and unfortunately I can't wait the Virtuemart 2.1 release in March 2014.

I have used Joomla 3.2 for about 10 sites already and I see it is already a pretty good product. Stable and secure.

As far as e-commerce, because VM isn't ready yet, I have evaluated Mijoshop and Hikashop (Red Shop isn't ready too) but both of them do not convince me as much as VM, honestly.

To cut it short I have see there is a dev package of the 2.1 version of VM (com_virtuemart.2.1.0_extract_first.zip) and I have downloaded and extracted it. It contained com_virtuemart.2.1.0_ext_aio.zip and com_virtuemart.2.1.0.zip. I have tryed to upload and install the com_virtuemart.2.1.0.zip file on a Joomla 3.2 version and I got this message:

Fatal error: require() [function.require]: Failed opening required '/home/vqmbdwrl/public_html/new2014/administrator/components/com_virtuemart/helpers/vmmodel.php' (include_path='.:/usr/local/php53/pear') in /home/vqmbdwrl/public_html/new2014/tmp/install_52dbebf1d21bd/install/script.virtuemart.php on line 24

I would like to ask then, is this dev package kind of ok to start with and if so how or I should just wait till I have the actual release file in March?

Thanks

I think the actual package is more meant for testing purposes than for a live shop. At least I won't install it there yet until they mark it as stable.

You could perfectly start your projects in VM 2.026D which is pretty stable or even previous series 2.024C and Joomla 2.5, after a few months you will be able to upgrade safely or even remain in 2.5 if everything is fine and also update VM easily.

Joomla 3.2 may be stable and secure but in theory there will be a one click update from Joomla 2.5 to 3.5 and that is the version I'll wait for.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 22, 2014, 17:43:10 PM
Please try this version

now tested that it installs on j3. Storing in j3 works also. Cart works in j2.5

[attachment cleanup by admin]
Title: Re: Virtuemart 2.1 on joomla 3
Post by: anca on January 22, 2014, 18:20:16 PM
Fatal error: Call to undefined method com_virtuemartInstallerScript::fixConfigValues() in /var/www/web/html/myweb.ch/joomla32/tmp/install_52dffd6b85b00/install/script.virtuemart.php on line 277
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 22, 2014, 19:54:26 PM
ah damn.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 23, 2014, 22:27:18 PM
- Removed the old vm permission.php, pure joomla ACL now!
- The cart logic needs close testing... removed the logic giving views per task and similar. Now the views check teh state of the cart to decide what they do (proceed in checkout, or redirect to cart)

[attachment cleanup by admin]
Title: Re: Virtuemart 2.1 on joomla 3
Post by: servlet on January 24, 2014, 13:29:22 PM
Missing language string after install

Warning
Sorry, was not able to create directory for invoices in the COM_VIRTUEMART_ADMIN_CFG_MEDIA_FORSALE_PATH, please create there manually the folder 'invoices'

Warning, the Safe Path is empty, for safety reasons it is very important to create a folder in a path not accessible by an URL, create also a folder invoices in it to store your sensitive data secure. Our suggested path is for your system /home/x/public_html/vmfiles, use this link to the config
Title: Re: Virtuemart 2.1 on joomla 3
Post by: servlet on January 24, 2014, 13:31:21 PM
Error after trying to install sample data:


SQL=UPDATE `pkjzq_virtuemart_vmusers` SET `user_is_vendor`='1',`virtuemart_vendor_id`='1',`customer_number`='AD200ceb268',`perms`='0',`virtuemart_paymentmethod_id`='0',`virtuemart_shipmentmethod_id`='0',`agreed`='0',`created_on`='2014-01-24 12:29:46',`created_by`='68',`modified_on`='2014-01-24 12:29:46',`modified_by`='68' WHERE `virtuemart_user_id`='68'


And after that I dont have access to VM
1000 lines of errors:


Strict Standards: Non-static method SimplePie_Misc::fix_protocol() should not be called statically, assuming $this from incompatible context in /home/work/public_html/30/libraries/simplepie/simplepie.php on line 837

Strict Standards: Non-static method SimplePie_Misc::normalize_url() should not be called statically, assuming $this from incompatible context in /home/work/public_html/30/libraries/simplepie/simplepie.php on line 9291

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/work/public_html/30/libraries/simplepie/simplepie.php on line 9292
Title: Re: Virtuemart 2.1 on joomla 3
Post by: servlet on January 24, 2014, 13:33:33 PM
Error after trying to install AIO

Warning: require(.../plugins/vmpayment/klarna/api/klarna.php) [function.require]: failed to open stream: No such file or directory in ..../plugins/vmpayment/klarna/klarna.php on line 28

Fatal error: require() [function.require]: Failed opening required '..../plugins/vmpayment/klarna/api/klarna.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in ..../plugins/vmpayment/klarna/klarna.php on line 28


AIO is displayed in Extensions dropdown menu but I dont know is everything OK.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 24, 2014, 14:54:51 PM
yehh we already created internally here 5 versions over the day. My work last 2 days hitted around 500 places in the code. Mainly copy replace with a bit thinking, but tiring.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: tobias_conrad on January 24, 2014, 14:58:50 PM
go ON, take a cup of coffee.
Thank you for your work.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: servlet on January 25, 2014, 11:39:48 AM
Cheers.
Keel wallking...

I found errors after last version form today.

Message after uninstall

Warning: include(.../administrator/components/com_virtuemart/install/uninstall.virtuemart.html.php) [function.include]: failed to open stream: No such file or directory in .../30/administrator/components/com_virtuemart/install/script.virtuemart.php on line 659

Warning: include() [function.include]: Failed opening '.../administrator/components/com_virtuemart/install/uninstall.virtuemart.html.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in .../administrator/components/com_virtuemart/install/script.virtuemart.php on line 659



Title: Re: Virtuemart 2.1 on joomla 3
Post by: MarioP on January 27, 2014, 12:39:35 PM
Quote from: jjk on January 19, 2014, 19:59:05 PM
Next best option imho would be Joomla 2.5.17 and VM 2.1, which I would expect to run pretty stable by the end of this month.
Does the file '2.1 for development and testing' available on http://dev.virtuemart.net/projects/virtuemart/files is suitable for J!2.5.17? I updated my test site from VM.2.0.26d but I don't know if I did well :) Maybe it's designed only for J!3...
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jenkinhill on January 27, 2014, 13:32:19 PM
2.1 is in early testing stages only, but does install in both J2.5 and J3.2 now, and will be used on both Joomla versions depending on preferences.  It needs testing on both Joomla versions.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: MarioP on January 27, 2014, 19:36:27 PM
Quotedoes install in both J2.5 and J3.2 now
VM 2.1 should be install from the scratch or can be install as an update?
Can we discuss bugs concerning this version here (Development & Testing) or there's other place on the forum designated for this purpose?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 28, 2014, 00:04:17 AM
It should work from scratch and as update.

Known problem with updates are the customfields of old orders. But the rest should work. SEF for j3 is not working yet. Else play around with it.

[attachment cleanup by admin]
Title: Re: Virtuemart 2.1 on joomla 3
Post by: virus74 on January 28, 2014, 10:01:24 AM
1. prolems in modules
Example
/modules/mod_virtuemart_search/mod_virtuemart_search.php on line 17
/modules/mod_virtuemart_product/mod_virtuemart_product.php on line 20
/modules/mod_virtuemart_currencies/mod_virtuemart_currencies.php on line 27
/modules/mod_virtuemart_manufacturer/helper.php on line 16
/modules/mod_virtuemart_category/helper.php on line 16
/mod_virtuemart_cart/mod_virtuemart_cart.php

PHP Warning:  require(blablabla/administratorDScomponentsDScom_virtuemartDShelpersDSconfig.php): failed to open stream: No such file or directory in

not defined DS separator
2. Can't create Menu Item - ViertMart Category. List Categories is Empty
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CE WebDesign München on January 28, 2014, 23:36:01 PM
local test: can't access VM-BE after update vm 2.0.26D to vm 2.1 (j2.5.17)
message:

Strict Standards: Non-static method SimplePie_Misc::fix_protocol() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\cms\libraries\simplepie\simplepie.php on line 833

Strict Standards: Non-static method SimplePie_Misc::normalize_url() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\cms\libraries\simplepie\simplepie.php on line 9287

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\cms\libraries\simplepie\simplepie.php on line 9288

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\cms\libraries\simplepie\simplepie.php on line 1542

Fatal error: Call to a member function get_item_quantity() on a non-object in C:\xampp\htdocs\cms\administrator\components\com_virtuemart\helpers\shopfunctions.php on line 683
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 29, 2014, 19:23:55 PM
The strict standards notices are in simplepie, we cannot change it.

Strange is indeed your second error. But we found some other and adjusted the modules, here is the new version

[attachment cleanup by admin]
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CE WebDesign München on January 29, 2014, 21:31:07 PM
thanks, seems like this only moved the issue to line 670:

Fatal error: Call to a member function get_item_quantity() on a non-object in C:\xampp\htdocs\cms\administrator\components\com_virtuemart\helpers\shopfunctions.php on line 670

if i delete the line 670: $count = $rssFeed->get_item_quantity();
i can access BE and it looks fine after using tools "config from file" + "tableupdate"


in FE i get these Warnings (i deleted Warnings with identical line-numbers):


Warning: Missing argument 2 for plgVmCustomTextinput::plgVmDeclarePluginParamsCustom() in C:\xampp\htdocs\cms\plugins\vmcustom\textinput\textinput.php on line 141

Warning: Missing argument 2 for plgVmCustomSpecification::plgVmDeclarePluginParamsCustom() in C:\xampp\htdocs\cms\plugins\vmcustom\specification\specification.php on line 170

Warning: Missing argument 2 for plgVmCustomStockable::plgVmDeclarePluginParamsCustom() in C:\xampp\htdocs\cms\plugins\vmcustom\stockable\stockable.php on line 601

Warning: Missing argument 2 for plgVmCustomNbyoutube::plgVmDeclarePluginParamsCustom() in C:\xampp\htdocs\cms\plugins\vmcustom\nbyoutube\nbyoutube.php on line 105

Warning: Missing argument 3 for plgVmCustomSpecification::plgVmOnDisplayProductFE() in C:\xampp\htdocs\cms\plugins\vmcustom\specification\specification.php on line 137

Warning: Missing argument 3 for plgVmCustomStockable::plgVmOnDisplayProductFE() in C:\xampp\htdocs\cms\plugins\vmcustom\stockable\stockable.php on line 473


found old (2011) joomla tracker for simplepie strict standards notices,
looks like it is not important, just in case someone cares:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27457


best regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Snake 60 on January 31, 2014, 17:48:09 PM
Hi! I am try to install last version of VM2.1 posted by Milbo and during installation AIO recive 2 this errors
Quote
( ! ) SCREAM: Error suppression ignored for
( ! ) Warning: require(C:\wamp\www\1st-site/administrator\components\com_virtuemart\helpers\config.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in C:\wamp\www\1st-site\tmp\install_52ebd0dc38334\script.vmallinone.php on line 396
Call Stack
#   Time   Memory   Function   Location
1   0.0006   657928   {main}( )   ..\index.php:0
2   0.1736   9545688   JAdministrator->dispatch( )   ..\index.php:46
3   0.1737   9547360   JComponentHelper::renderComponent( )   ..\application.php:153
4   0.1800   9605000   JComponentHelper::executeComponent( )   ..\helper.php:351
5   0.1804   9652728   require_once( 'C:\wamp\www\1st-site\administrator\components\com_installer\installer.php' )   ..\helper.php:383
6   0.1843   10002528   JController->execute( )   ..\installer.php:18
7   0.1843   10002608   InstallerControllerInstall->install( )   ..\controller.php:761
8   0.1889   10489328   InstallerModelInstall->install( )   ..\install.php:29
9   1.3805   11365336   JInstaller->install( )   ..\install.php:105
10   1.3912   11975296   JInstallerComponent->install( )   ..\installer.php:472
11   1.3916   11976744   JInstallerComponent->update( )   ..\component.php:219
12   21.3337   13520576   com_virtuemart_allinoneInstallerScript->postflight( )   ..\component.php:1076
13   21.3337   13520576   com_virtuemart_allinoneInstallerScript->vmInstall( )   ..\script.vmallinone.php:45
14   21.3364   13521728   com_virtuemart_allinoneInstallerScript->installPlugin( )   ..\script.vmallinone.php:61
15   21.3440   13527472   com_virtuemart_allinoneInstallerScript->updatePluginTable( )   ..\script.vmallinone.php:345

( ! ) SCREAM: Error suppression ignored for
( ! ) Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'C:\wamp\www\1st-site/administrator\components\com_virtuemart\helpers\config.php' (include_path='.;C:\php\pear') in C:\wamp\www\1st-site\tmp\install_52ebd0dc38334\script.vmallinone.php on line 396
Call Stack
#   Time   Memory   Function   Location
1   0.0006   657928   {main}( )   ..\index.php:0
2   0.1736   9545688   JAdministrator->dispatch( )   ..\index.php:46
3   0.1737   9547360   JComponentHelper::renderComponent( )   ..\application.php:153
4   0.1800   9605000   JComponentHelper::executeComponent( )   ..\helper.php:351
5   0.1804   9652728   require_once( 'C:\wamp\www\1st-site\administrator\components\com_installer\installer.php' )   ..\helper.php:383
6   0.1843   10002528   JController->execute( )   ..\installer.php:18
7   0.1843   10002608   InstallerControllerInstall->install( )   ..\controller.php:761
8   0.1889   10489328   InstallerModelInstall->install( )   ..\install.php:29
9   1.3805   11365336   JInstaller->install( )   ..\install.php:105
10   1.3912   11975296   JInstallerComponent->install( )   ..\installer.php:472
11   1.3916   11976744   JInstallerComponent->update( )   ..\component.php:219
12   21.3337   13520576   com_virtuemart_allinoneInstallerScript->postflight( )   ..\component.php:1076
13   21.3337   13520576   com_virtuemart_allinoneInstallerScript->vmInstall( )   ..\script.vmallinone.php:45
14   21.3364   13521728   com_virtuemart_allinoneInstallerScript->installPlugin( )   ..\script.vmallinone.php:61
15   21.3440   13527472   com_virtuemart_allinoneInstallerScript->updatePluginTable( )   ..\script.vmallinone.php:345
How to fix this?
I am try install on my test server on Joomla! 2.5.17. 1st package(distributive of Virtuemart) installed correctly...
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on January 31, 2014, 20:29:27 PM
Quote from: gogo123 on January 29, 2014, 21:31:07 PM

Warning: Missing argument 2 for plgVmCustomTextinput::plgVmDeclarePluginParamsCustom() in C:\xampp\htdocs\cms\plugins\vmcustom\textinput\textinput.php on line 141

.....


You did not install the latest AIO. Just ignore the simplepie error. It is just the rss feed on the first page.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CE WebDesign München on February 01, 2014, 09:36:57 AM
thanks, installed latest AIO, now only one message in FE:

Fatal error: Class 'JElement' not found in C:\xampp\htdocs\cms\plugins\vmpayment\klarna\klarna\elements\klarnamultilist.php on line 24

i will disable klarna plugin then,

best regards and sorry for forgetting AIO
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CE WebDesign München on February 01, 2014, 10:53:38 AM
ok, after disable klarna plugin, FE looks fine. (disabled extention VM-Youtube-Plugin)

in BE, can't switch language, when editing product : message "invalid Token"

Title: Re: Virtuemart 2.1 on joomla 3
Post by: stAn99 on February 18, 2014, 16:36:00 PM
Dear Friends, for testing purposes we had release an FTP Virtuemart 3 on Joomla 3.2 installation package and VM3 installation package that you can check here:

http://www.rupostel.com/joomla/hacks/virtuemart-for-joomla-3

It has a modified Live Update funtionality that points to our build service that creates live update packages daily from the latest VM SVN (trunk 2.1)

For support of the installer, please contact us direct at our forums here:
http://www.rupostel.com/phpBB3/viewforum.php?f=4&sid=528b31c58e26207f38edf1cfe0c138a8

For Virtuemart related issues (other then installation or live update) please use this forum.

Best Regards,
Stan, RuposTel.com
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CE WebDesign München on February 22, 2014, 11:30:21 AM
hi, testet update vm2.0.26d to 2.5.0 + aio! (j2.5.18)

everything fine, great! all my issues (here in this thread) are solved, thank you very much!!!


just this warning (maybe just due to my local xampp1.7.3, php5.3.1 ?):

Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: Der angegebene Host ist unbekannt. in C:\xampp\htdocs\cms\administrator\components\com_virtuemart\helpers\connection.php on line 173

Warning: fopen(http://www.ecb.europa.eu:80/stats/eurofxref/eurofxref-daily.xml) [function.fopen]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Der angegebene Host ist unbekannt. in C:\xampp\htdocs\cms\administrator\components\com_virtuemart\helpers\connection.php on line 173


for whishlist:
- cloning of products including translated describtions
- sorting of related products per drag'n'drop

best regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: colmagoo on March 05, 2014, 01:14:26 AM
sorry to digress from the thread a little bit. I have built a site in Joomla 3.1.5 and now the customer wants ecommerce. I'm not aware of a 3 to 2.5 downgrade procedure, so - with this in mind - I'd be interested to voice your opinions on whether it is worth me taking the risk with this latest test version of Virtuemart. I do know a little php and what the customer wants is very simple in terms of vm functionality (as long as products can be added to cart & checkout ok) but I dont want to be spending days debugging. I dont use many plugins but those I do, I'm guessing thats where the problems may show up?

Any advice much appreciated. Thanks
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on March 05, 2014, 22:58:57 PM
Yepp, I would try it. Try next version in a week, the svn is atm a bit buggy (more than the releases at dev.virtuemart.net). If you find problems, then write them in an extra post here (do not use this thread to report bugs).
Title: Re: Virtuemart 2.1 on joomla 3
Post by: colmagoo on March 06, 2014, 02:02:35 AM
thanks Milbo
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lipes on March 08, 2014, 22:03:01 PM
VM 2.1 (test) file will works on Joomla 3.x ?  Does someone got a calendar prevision date to realease the stable file of VM 2.x to Joomla 3.x ?
I love the Joomla 3 admin dashboard seems like wordpress

Request to Dev Team: It's posible to have a nice feature in VM (please?)
I would like to have one fieldset (in Product area) to write the EAN code of the product. (Just a new column in sql dB...)
For example, in my father website i use Sku to write the product model name and product name (brand name + model name)
So it misses the search data of the product EAN and users could also use that field to others like ISBN or UPC if they dont use or need the EAN ...
is just increment one simple fieldset and it make all the difference to get a better stronger faster ecommerce system...

thanks,
best regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jenkinhill on March 08, 2014, 23:24:07 PM
EAN is included in the next version - try 2.5.2 on J2.5.x   

Joomla release of J3.5 has been delayed, possibly up to 6 months.  For some info see http://forum.virtuemart.net/index.php?topic=122641.msg418595#msg418595
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lipes on March 09, 2014, 00:37:31 AM
That's the kind of message with good and bad news (choose the first) ... eheheh :D
lets wait for J3.5 release..

Thanks jenkinhill
Best regards
Title: Re: Virtuemart 2.1 on joomla 3
Post by: kissmypwetyyy on March 09, 2014, 08:28:35 AM
hi is it possible to notify admin inside joomla when someone orders products (not using emails)
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lipes on March 09, 2014, 21:08:29 PM
kissmypwetyyy, is that question related with this topic? :)
(next time choose the correct area to insert a question, please!)

You could see when someone buy/request a product inside Joomla/Virtuemart Admin, you dont need email to check it.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Frank Beier on April 06, 2014, 15:55:57 PM
I have found the same strict standards errors on a Joomla 2.5.14 test installation.  I have VM 2.1.1 installed and testing.  Here are the first few of hundreds of lines of errors:


Strict Standards: Non-static method SimplePie_Misc::fix_protocol() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 833

Strict Standards: Non-static method SimplePie_Misc::normalize_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9287

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9288

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1542
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Frank Beier on April 06, 2014, 16:45:01 PM
I have found the same strict standards errors on a Joomla 2.5.14 test installation.  I have VM 2.1.1 installed and testing.  Here are the first few of hundreds of lines of errors:


Strict Standards: Non-static method SimplePie_Misc::fix_protocol() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 833

Strict Standards: Non-static method SimplePie_Misc::normalize_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9287

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9288

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1542
Title: Re: Virtuemart 2.1 on joomla 3
Post by: jjk on April 06, 2014, 17:33:18 PM
The simplepie error is just the rss feed. If you clear the Joomla cache, the strict standards error should disappear.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Frank Beier on April 06, 2014, 20:22:00 PM
Cleared Cache and purged, no change in errors.   This is test site Joomla 2.5.14 and VM 2.1.1. 

These occur when launch Virtuemart Control Panel from the administrator.

First few lines of errors reported:

Strict Standards: Non-static method SimplePie_Misc::fix_protocol() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 833

Strict Standards: Non-static method SimplePie_Misc::normalize_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9287

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 9288

Strict Standards: Non-static method SimplePie_Misc::parse_url() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1542

Strict Standards: Non-static method SimplePie_Misc::get_curl_version() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 7675

Strict Standards: Non-static method SimplePie_Misc::get_curl_version() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 7687

Strict Standards: Non-static method SimplePie_Misc::xml_encoding() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1721

Strict Standards: Non-static method SimplePie_Misc::xml_encoding() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1740

Strict Standards: Non-static method SimplePie_Misc::change_encoding() should not be called statically, assuming $this from incompatible context in /home/joomlado/public_html/libraries/simplepie/simplepie.php on line 1759
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 06, 2014, 20:33:53 PM
As already said before, we cannot remove this notice, it is part of the joomla library. It was "always" there.
The reason you see this is a wrong error reporting configuration.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Frank Beier on April 06, 2014, 20:41:53 PM
I read another post that said if I upgrade to SimplePie1.3 this would eliminate these errors which are related to php version incompatibility.  Does VM 2.1.1 have SimplePie1.3 installed by default?  Let me know if I'm not understanding this correctly.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 07, 2014, 10:52:13 AM
No, we just use the simplepie of joomla. You see the error due the changed error handling in joomla 3.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Frank Beier on April 08, 2014, 03:05:53 AM
Ok - Sorry, I didn't see this was for Joomla 3. installation.  I'm running into the conflict in Joomla 2.5.14 and VM 2.1.1
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 08, 2014, 12:45:23 PM
Then you use php5.4, same here, changed error reporting. I am going to release the vm2.9 soon. Actually the vm2.1 is quite outdated.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: fmvm on April 15, 2014, 11:07:26 AM
Quote from: Milbo on April 08, 2014, 12:45:23 PMI am going to release the vm2.9 soon.

When exactly?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 15, 2014, 13:06:34 PM
today, tomorrow. You can see here a live test store http://vm2.rupostel.com/vm3test/component/virtuemart/
Title: Re: Virtuemart 2.1 on joomla 3
Post by: lipes on April 17, 2014, 03:05:41 AM
 :D
Title: Re: Virtuemart 2.1 on joomla 3
Post by: fmvm on April 17, 2014, 11:07:37 AM
Quote from: Milbo on April 15, 2014, 13:06:34 PMtoday, tomorrow.

today is "after tomorrow" but vm2.9 is still missing, I mean dev.virtuemart.net ...

if I'm now adding categories and products with vm2.9.7659 from rupostel.com and later would install (or update to) stable vm2.9 will my products be stored anyway, yes? your new release won't touch database?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Anirudh on April 19, 2014, 03:59:02 AM
Quote from: Milbo on April 15, 2014, 13:06:34 PM
today, tomorrow. You can see here a live test store http://vm2.rupostel.com/vm3test/component/virtuemart/

Unfortunately! I simply can't start a new project using Joomla 2.5 as migration is so painful and now that Joomla 3.3 is LTS(whatever) please try to aim the release by 23rd.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 23, 2014, 22:58:05 PM
Quote from: fmvm on April 17, 2014, 11:07:37 AM
Quote from: Milbo on April 15, 2014, 13:06:34 PMtoday, tomorrow.

today is "after tomorrow" but vm2.9 is still missing, I mean dev.virtuemart.net ...

if I'm now adding categories and products with vm2.9.7659 from rupostel.com and later would install (or update to) stable vm2.9 will my products be stored anyway, yes? your new release won't touch database?

Yes, there are no changes for the tables. We are atm just hunting the bugs left, the installer, a simple update and more bootstrap
Title: Re: Virtuemart 2.1 on joomla 3
Post by: AH on April 23, 2014, 23:49:10 PM
Will there be the ability to NOT use bootstrap and reduce site load times?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: John M on April 26, 2014, 18:21:58 PM
Has any progress been made on the virtuemart 2.1 version for 3.0 joomla?
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on April 26, 2014, 19:19:36 PM
Try this version http://dev.virtuemart.net/attachments/download/701/com_virtuemart.2.9.0_extract_first.targz.zip
Title: Re: Virtuemart 2.1 on joomla 3
Post by: fmvm on April 28, 2014, 09:44:52 AM
Milbo thanks! Finally! Unfortunately the problem with creating of menu item with type "Category layout" is still leaving. If I try to create such menu item, Joomla displays the warning "Extension attribute is empty in the category field" and I can't select any category in dropdown list (for there is no any category). What's wrong?

In addition, the registration of a new user is not working - just saving a data in user fields
Title: Re: Virtuemart 2.1 on joomla 3
Post by: samatt on April 29, 2014, 08:32:03 AM
Quote from: fmvm on April 28, 2014, 09:44:52 AM
Milbo thanks! Finally! Unfortunately the problem with creating of menu item with type "Category layout" is still leaving. If I try to create such menu item, Joomla displays the warning "Extension attribute is empty in the category field" and I can't select any category in dropdown list (for there is no any category). What's wrong?

In addition, the registration of a new user is not working - just saving a data in user fields

Getting the same category layout menu item error here also, select a category option is blank.

Looking great overall though, thanks.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: CasperH on April 30, 2014, 20:01:53 PM
Nice! I'd like to give this a try also in a development environment.

As Joomla 3.3 just came out (today), but the VM 2.6 / 2.9 blog posts refers to Joomla 3.2, should I go with 3.2? Or is 3.3 an option already?

Great work guys!  8)
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on May 07, 2014, 21:49:12 PM
The problem with the category layout is fixed btw, for bug reports please join http://forum.virtuemart.net/index.php?topic=123645.0 and please read the bugs already reported, before you post a new one. Thank you, the more reports, the faster we can release.
Title: Re: Virtuemart 2.1 on joomla 3
Post by: dbvieira on July 03, 2014, 16:10:03 PM
HI
I tested it and is working for me. I wonder if I install it on production side will I be able to upgrade te beta to Final?

Regards

David
Title: Re: Virtuemart 2.1 on joomla 3
Post by: fmvm on July 29, 2014, 21:39:46 PM
In Joomla 3.3.3 + VM 2.9.8 as well as 2.9.8a order from cart page is not being sent - the page reloads only. Shipment and payment methods are created and everything else is ready
Title: Re: Virtuemart 2.1 on joomla 3
Post by: GuidoS on August 05, 2014, 17:17:08 PM
Is the stockable variants plugin comming back in VM3, I am not seeing it right now in version 2.9.8a
Title: Re: Virtuemart 2.1 on joomla 3
Post by: roman5527 on August 06, 2014, 09:25:44 AM
Hi, what is it new in VM 3 ? Thanks
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on August 06, 2014, 16:54:50 PM
The stockable plugin is actually obsolete since a year. Please read here http://docs.virtuemart.net/tutorials/product-creation/186-derived-products-product-pattern-child-products.html
Title: Re: Virtuemart 2.1 on joomla 3
Post by: Milbo on August 06, 2014, 20:04:08 PM
Please read again. All of that is clear and that the stockable did not create a new url is exactly one of the many problems with it.
The stockable plugin is the generic child, on an abstract level badly implement, just the ajax was an advantage.