Upgrade Notes

-- changeset:787 --

Fixes this error:

The specified object, ImageConvert, was not found in module, ZWarehouse.zwarehouse.

-- changeset:779 --

It is required to browse to ZWarehouseDB/skins_tool/upgrade and run 2 scripts: '20060309' and '20060309_1' scripts and it will fix the problem

Otherwise you see this error (and some others):

Error Type: OperationalError
Error Value: (1054, "Unknown column 'it.thumbnail_width' in 'field list'")

-- changeset:764 --

Since changes in ZWarehouse base classes, it is adviced to use following method of upgrade:

  • rename both ZWarehouse, ZWarehouseAdmin directories to *.old;
  • add new;
  • move changed content (pages, custom).

Please also note that in 'pages' content is internationalized now, so files should be named as:

file_<LANG> where <LANG> is 2 letters ISO code;

-- changeset:645 --

Format of shipment modules call has been changed, new parameter "more_options" has been added. If you get error like:

  Site Error
  An error was encountered while publishing this resource. 
  Error Type: TypeError
  Error Value: count() got an unexpected keyword argument 'more_options'

Then probably you need to reinstall ZWarehouse instance or add this optional argument to all your shipment modules 'parameters' of method count.

-- changeset:629 --

- Since this release all box_InformationPages files are internationalized and named as

<file>_language. If you make plain upgrade of ZWarehouse object and do not plan to reinstall it, please manually rename at least logo->logo_en, copyright->copyright_en

-- changeset:580 --

  • Since SVN version 580 you will have to checkout additional Zope product HTMLTableZWAK.
  • Since SVN version 580 you should add directory 'main' to layers of ZWarehouseAdmin (OR

alternatively you can delete & install ZWarehouseAdmin object.

-- changeset:564 --

MySQL has changed internal implementation of PASSWORD() function. ZWarehouse nicely fixes this, automatically upgrading to new function, but this takes place only if you are being careful and run 2005102701.zsql upgrade method. If you forget to run it then on every new login your password will be reset, and you will not be able to login. Attempts to ask for 'forgot password' will not also succeed until you run 2005102701.zsql upgrade method.