Title: afrizell's Replies | WordPress.org

---

# afrizell

  [  ](https://wordpress.org/support/users/afrizell/)

 *   [Profile](https://wordpress.org/support/users/afrizell/)
 *   [Topics Started](https://wordpress.org/support/users/afrizell/topics/)
 *   [Replies Created](https://wordpress.org/support/users/afrizell/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/afrizell/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/afrizell/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/afrizell/engagements/)
 *   [Favorites](https://wordpress.org/support/users/afrizell/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugins not Activating](https://wordpress.org/support/topic/plugins-not-activating-3/)
 *  [afrizell](https://wordpress.org/support/users/afrizell/)
 * (@afrizell)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugins-not-activating-3/#post-866052)
 * Same problem here, with 2.8 – anyone come up with any solutions in the last four
   months?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot activate my plugins](https://wordpress.org/support/topic/i-cannot-activate-my-plugins/)
 *  [afrizell](https://wordpress.org/support/users/afrizell/)
 * (@afrizell)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/i-cannot-activate-my-plugins/#post-1005551)
 * 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)