@otto42 Thanks for the hint, i’ve already contacted the author of the theme, but will also check if i can found the “false” code.
Regards, comA
I’ve definitely deactivated all plugins before the upgrade procedure. But still get a sql error in my sidebar.
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROM
No Plugins from above were installed…
How can i check that the DB upgrade was done?
PHP Version: 4.4.4
mySQL: 5.0.27
That worked for me with… (thought my explanation isn’t hard to understand)
<?php } if ( !(in_category(‘4’)) || !is_home() ) { ?>
@childrenfitness The parse error maybe occurs of a missing ‘}’ after your ‘<?php if’