• As JoseVega pointed out. I wanted to open new topic regarding a fix to ALL your 3.5 version problems.

    I had the same issue, and I solved it adding: define(‘CONCATENATE_SCRIPTS’, false ); in my wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’);

    I hope it works for you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Could you explain what this actually does? How does it fix all problems?

    This does not fix all problems. It merely stops WP from concatenating javascripts on servers on servers that can’t cope with the concatenation.

    seems to do the trick over here just fine. glad to have a solution that works instead of requiring me to turn off plugins.

    The fix work perfect for me, fix all problems 🙂

    will it fix this problem:

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/content/71/8301071/html/wp-content/plugins/wp-post-thumbnail/wppt.php on line 372 and defined in /home/content/71/8301071/html/wp-includes/wp-db.php on line 990

    No. And as per the Forum Welcome, please post your own topic. Your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘This will fix ALL your 3.5 WP version problems.’ is closed to new replies.