phpfunk.com


Archive for November, 2011

capture fatal php errors for logging

Wednesday, November 9th, 2011

When code runs without a user interface, for example a script invoked by cron, there often is not an easy way to see what errors are occuring. Another example would be php invoking another php script using exec(), for example. Here are some common fatal errors: unknown class referenced, unknown method called and parse error. [...]

download selenium 1.4.0 for firefox 8.0

Wednesday, November 9th, 2011

Firefox just updated itself and in the process made Selenium IDE plugin unusable. Apparently the Selenium IDE 1.3 plugin is not compatible with the latest version of Firefox, which I only upgraded to as it was described as a “security update”. Have no fear, there is a new release of Selenium IDE out that is [...]