Error! Could not find an XML setup file in the package.

Error! Could not find an XML setup file in the package.

Postby admin » Thu Apr 21, 2011 8:12 pm

Since version 1.2.233 we removed phpExcel files from our installer to make it lighther as it causes errors on some shared hosting servers. If you are interested in feature of exporting virtuemart orders to excell including userdata, you can install php excell in the following way:

1. Dowload phpExcel from here: http://phpexcel.codeplex.com/
2. Create directory in joomla root /includes/PHPExcel (please keep capitalization correctly)
3. Unpack classes directory from the zip file of PHPExcel to your joomla root/includes/PHPExcel so you have a structure like this:

/includes/PHPExcel unpack classes directory of the zip here such as... :
/includes/PHPExcel/PHPExcel.php
/includes/PHPExcel/PHPExcel/IOFactory.php
... and all the other

When phpExcel is detected, you will have Excell link at right upper corner of orders management section of One Page Checkout.
Components -> One Page Checkout -> Orders

Please note, that for about 1000 orders, you will need about 300mb of RAM to sucessfully create an XLS file. Not all hosts support so much ram per php process. OPC will try to allocate 512Mb by setting:
@ini_set("memory_limit","512M");
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Error! Could not find an XML setup file in the package.

Postby admin » Thu Apr 28, 2011 12:23 pm

Please check your tmp folder path in configurator.php, this is 90 percent the problem for any new site.
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 1.1.x

cron