Archive for January, 2010

WordPress 2.9 - Problems with scheduling

At the release of WordPress version 2.9, an error occurred, so that the scheduling of items no longer works.

This is eliminated in the WordPress 2.9.1, currently available as Beta 1 is available.

As a workaround, just the line can be replaced in 1301 http.php in the file. The correct line is:
$ Timeout_ms = (int) ceil (1000 * max ($ r ['timeout'], 1) );

No Comments

Exit the program via script - Taskkill.exe

Currently, I craft a script that can perform an update. However, as I would like to use intrinsic tools to stay irrespectively, I was looking for an alternative of the known PSKILL.exe from Sysinternals.

And I came across the command Taskkill.exe, which I just completed the necessary things and in the operating system Windows 7 is already available.

This allows me to stop now do the necessary tasks.

No Comments