I was developing my theme on my localhost windows server, everything was ok, until I decided to transfer it to my hosting. I transfered it as all wordpress sites I have transfered before,changed live site and wordpress url,but just when I activate my theme, none of functions located in functions.php file are used, for every single fuction used from there I get
Fatal error: Call to undefined function
where could be the problem? Everything with the transfer is ok, cause site works like it should with twenty ten theme, also inside pages works too, because I dont use any functions from there, but in frontpage where is tim thumb used and several custom functions, it fails to use any of them, no mater what it does, it just seems functions.php file doesnt exist. Any ideas?
Error log: http://pastebin.com/hdbYUjxT
Heres whole functions.php file: http://pastebin.com/ZXFX2wV5
functions.php, a missing closing quote or something similar. – toscho♦ Mar 12 '12 at 18:26index.php? That's where the error is generated, so that's where we start debugging. I notice that there's no function callednews_size()in your functions.php - where is this function located? – SickHippie Mar 12 '12 at 22:59