OK, i downloaded the theme Deep Silent
http://wordpress.org/extend/themes/deep-silent
It seemed like it installed currectly but when i activate it i get this error
Parse error: syntax error, unexpected $end in C:\xampplite\htdocs\wp-content\themes\deep-silent\functions.php on line 409
I have googled this error i haven't found any information on it
Thanks in advance
the theme is not compatible with 3.0.x
Well i use to run it on 3.0 so i reverted my 90left.net to 3.0 and i still get the same error
i figured it out
I had to change this starting on line 407
<?
}
?>
to this
<?php
}
?>php
ok, I thought that fix above fixed it but after further investigation it didn't and it blew chunks
I had this theme on a godaddy hosted page about 2 months ago and it worked great, it only started acting up when i decided to switch to my own host which i host here and use XAMPP to host it. I have tried 2.9, 3.0 and 3.1 with no luck but i dont think its a supported issue because it worked on godaddy, Anyone have any ideas?
Thanks