Archive for March, 2009

Our Bookmarks: Mar 23 – Mar 29

Monday, March 30th, 2009 by The BCM Team

The Week That Was In Links

Development & Production

Promotion & Distribution

Monetisation

Technology & Infrastructure

Miscellaneous

Tips & Tutorials

Our Bookmarks: Mar 16 – Mar 22

Monday, March 23rd, 2009 by The BCM Team

The Week That Was In Links

Development & Production

Promotion & Distribution

Monetisation

Technology & Infrastructure

Tips & Tutorials

FTP error 500 OOPS: vsf_sysutil_recv_peek

Wednesday, March 18th, 2009 by The BCM Team

If your vsftpd server running CentOS 5 (on a small ec2 instance) is giving you a “ftp error 500 OOPS: vsf_sysutil_recv_peek” error, try loading capability mode woth the following command:


modprobe capability

Our Bookmarks: Mar 09 – Mar 15

Monday, March 16th, 2009 by The BCM Team

The Week That Was In Links

Development & Production

Promotion & Distribution

Monetisation

Technology & Infrastructure

Tips & Tutorials

Our Bookmarks: Mar 02 – Mar 08

Monday, March 9th, 2009 by The BCM Team

The Week That Was In Links

Development & Production

Promotion & Distribution

Monetisation

Technology & Infrastructure

Tips & Tutorials

Class ‘Array’ not found error when using sfCombineFilterPlugin in Symfony 1.0.x

Wednesday, March 4th, 2009 by The BCM Team

If you are getting a “Class ‘Array’ not found” error when using sfCombineFilterPlugin then a quick fix would be to make the “filters.yml” file look like the following:


rendering: ~
web_debug: ~
security:  ~
# generally, you will want to insert your own filters here
cache:     ~
common:    ~
sfCombineFilter:
  class:   sfCombineFilter
    #param:
    #condition:
flash:     ~
execution: ~

What I did was comment out the param: and condition: lines.

PHP 5.2 in CentOS 5 and “Could not find update match for php” error

Tuesday, March 3rd, 2009 by The BCM Team

If you are here then you probably already know how to install PHP 5.2 on your CentOS 5.2. One of the ways would be to use a third-party repository like Remi. Here is a good article about how to use it.

If after trying to use a third-party repository to install PHP 5.2 you get a “Could not find update match for php” error then there is a big chance you have a priorities package installed in your CentOS distribution and some repos are not properly configured priorities wise: basically your third-party repo does not have a chance to look for PHP 5.2 binaries because other (default CentOS) repositories get priority.

The easiest way to fix the problem is to temporarily disable the priorities package.

Edit the priorities file:

sudo vi /etc/yum/pluginconf.d/priorities.conf

and set “enabled” equal to 0

To check if the priorities package is installed on your system run:

rpm -q yum-priorities

Our Bookmarks: Feb 23 – Mar 01

Monday, March 2nd, 2009 by The BCM Team

The Week That Was In Links

Development & Production

Promotion & Distribution

Monetisation

Technology & Infrastructure

Tips & Tutorials