Archives for May 2006

Migrating from Cyrus IMAP to Dovecot on Fedora Core

This is our second attempt to migrate from Cyrus IMAP to Dovecot and now it is easy with a nice tool called imapsync
In order to compile it, you will probably have to install additional Perl packages both from Fedora native repositories and from Dries RPM Repository. The workstation where imapsync compiled successfully has the [...]

Zen Cart and MySQL 5.x

One important feature of new Zen Cart 1.3.x is out of the box support of MySQL 5.x However, for some reason, it is not explicitly mentioned in release notes.
If you choose to have Zen Cart 1.2.* with MySQL 5.*, you sentence yourself to fixing many pieces of badly written SQL queries as described in this [...]

1054 Unknown column ‘p.products_id’ in ‘on clause

If you have Zen Cart 1.2.x with Ultimate SEO contribution running on MySQL 5.0.x, you will probably very soon run into the following error:
1054 Unknown column ‘p.products_id’ in ‘on clause’
preventing even your front page from opening.
This is a bug of Ultimate SEO contribution and to fix it you will need to replace two occurrences of [...]

(13)Permission denied: httpd: could not open error log file

Those who have later versions of Fedora Core installed and trying to set up virtual hosts in Apache may encounter the following error:
(13)Permission denied: httpd: could not open error log file
As a result Apache refuses to start.
This problem should be easy to fix if it has to do with SELinux. Check what kind of [...]

yum problem upgrading to Fedora Core 5 (FC5)

To prevent yum from breaking when upgrading Fedora Core 4 (or possibly earlier version of Fedora) to Fedora Core 5, it is necessary to install sqlite-3.3.3-1.2.i386.rpm and python-sqlite-1.1.7-1.2.i386.rpm or later versions of these packages.

SugarCRM 4.2.0 with Cyrillic support

If you need SugarCRM 4.2.0 to correctly support Cyrillic without installing Russian language pack, change:
‘LBL_CHARSET’ => ‘ISO-8859-1′
to
‘LBL_CHARSET’ => ‘Windows-1251′
in include/language/en_us.lang.php