Not all installations of PHP have ctype_lower available, which will crash your theme in the function pixture_reloaded_id_safe($string).

Comments

Jeff Burnz’s picture

OK, thank-you for pointing that out, its borrowed directly from the Drupal 6 Zen theme, whereas D5 Zen did it a bit different and does not use cytpe_lower (I am wondering why it changed given the issue you raise).

starbow’s picture

Status: Active » Closed (won't fix)

I did some more research, and it looks like the ctype functions are supposed to be enabled by default on all versions of php after 4.2. I don't know why my instillation is goofy, but you should be able to ignore this issue.