Rename the theme folder in your server via FTP or cpanel. The layout will automatically go back to the WordPress default theme. Then contact theme author to check what’s going on.
Do you have any other plugin installed? This is only a newly installed site ?
Have you tried to remove the theme, go back to default and to reinstall it ?
No plugins installed… It’s a new site. Installed wordpress, upgraded to 2.9.1 and installed chameleon… Even with reinstall, I get the blank page.
(I also tried version 2.1 in another site with version 1.5. After the upgrade, same thing… only blank screen)
I forgot to say that the same thing happens with wordpress 2.8.5
Is your server running PHP 5 or higher? (The theme requires PHP 5 and it is recommended not to use and PHP version below 5.2).
If yes, set this on your wp-config.php file to see the errors, as WordPress disables the errors output:
define ('WP_DEBUG', true);
Upgraded the site’s PHP version to 5.2.12 and everything works OK.
Thanks again!