If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
When I try to export the orders, the Miva4 code works, and then I have to remove the <Provision> and <Store> because the import says you should not have them.
But when I try to import the XML in Miva 5, I just get
Code:
07/22/2010 20:49:22 2114 Order_Add Unknown tag
07/22/2010 20:49:22 2209 Order_Add Unknown tag
07/22/2010 20:49:22 2282 Order_Add Unknown tag
I just updated the .zip to include v4.2406 of export-openui-layout5.mvc.
These are the known issues we're seeing regarding the OpenUI export module:
1) Engine versions before 5.03 will always fail, since they do not implement the "tar_create" function, which is required to generate the framework package file (no workaround other than an engine upgrade).
2) Engine versions before 5.07 will intermittently send corrupted email attachments due to an engine bug, however, the valid package file can still be retrieved from the data directory on the server.
3) Module versions 4.2404 and 4.2405 have a bug related to how "../" relative images are parsed out of some page templates, which causes any of these images to fail to be copied and their references are reduced to <img src="">. These versions also suffer from a susceptibility to crash when parsing certain types of broken HTML for image and CSS tags.
The 4.2406 module has been working for most stores, but having trouble with it today on a store, similar issue to the last one that was fixed in 4.2405.
If a CSS file is set in the OpenUI "CSS Styles" settings, when applying the framework it lists the following:
No matter which combination of checking or not checking the Overwrite boxes is done, it returns the error: "Failed to apply framework: Failed to copy site.css to /Merchant2/site.css
Hostasaurus.Com
Miva Merchant Premier Hosting Partner
877.DINO.POWER
813.217.4570 [email protected]
OUI-MMUI Exporter Beta now includes v4.2407 for the export-openui-layout5.mvc.
Bug Fixes: -Fixed an incorrect file exists check for the OpenUI "CSS Styles" input field so that a non-existent CSS file cannot be included in the control file's included external file list.
The 4.2406 module has been working for most stores, but having trouble with it today on a store, similar issue to the last one that was fixed in 4.2405.
If a CSS file is set in the OpenUI "CSS Styles" settings, when applying the framework it lists the following:
No matter which combination of checking or not checking the Overwrite boxes is done, it returns the error: "Failed to apply framework: Failed to copy site.css to /Merchant2/site.css
OUI-MMUI Exporter Beta now includes v4.2408 for the export-openui-layout5.mvc.
4.2408
- Corrected false positive in some cases when checking for a file with zero
length
- Removed code that was pulling JavaScript src files, because of tracking code
eval errors
- Corrected an issue where images could sometimes be displayed in the list of
CSS files
Thank you,
Comment