Hello everyone,
I have a woking installation of Wordpress 3.5.1. I hired a PSD 2 WP service to slice a theme. It works like a charm in their Wordpress installation, but when I upload it to my instalation, I get the error "Parse error: syntax error, unexpected $end in index.php" in the last line of the file. I believe it's not a code error in the theme itself, since as I say it works in their Wordpress.
To install this theme I've uploaded the theme into /themes directory, their plugins in /plugins directory and their XML database export was successfuly imported into my database.
If I switch themes, it works fine.
There is another error I get as well: Notice: add_custom_background está obsoleto desde la versión 3.4. Utiliza add_theme_support( 'custom-background', $args ) en su lugar. in ......\Blog\wp-includes\functions.php on line 2839
Any suggestions on where to start debugging?
Thanks a lot for your time!