Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here, with 2.8 – anyone come up with any solutions in the last four months?

    I’m having the same problem – in 2.8, the error is on line 310 in plugin.php, but it’s the same line as 268 in 2.7.1.

    The FAQ mentioned doesn’t help in the slightest. Line 310 is ” if ( !in_array($plugin, $current) ) {” – not the beginning/ending lines of the file, and the first error is a datatype error – the headers error lead off from this.

    Changing the line to “if ( !in_array($plugin, (array)$current) ) {” stops the errors, and gives a “Plugin activated” success message but the plugins aren’t actually activated.

    The versions of PHP and MySQL that I’m using are more recent than the WordPress requirements.

    Does anyone have any solution for this?

Viewing 2 replies - 1 through 2 (of 2 total)