Title: dryanwp's Replies | WordPress.org

---

# dryanwp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [fatal error](https://wordpress.org/support/topic/fatal-error-4935/)
 *  Thread Starter [dryanwp](https://wordpress.org/support/users/dryanwp/)
 * (@dryanwp)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-4935/#post-18710942)
 * here are lines 320-329 from **/usr/home/csforum/public_html/cri/nacr/wordpress/
   wp-includes/class-wp-hook.php**
 *     ```wp-block-code
       // Avoid the array_slice() if possible.
                   if ( 0 === $the_['accepted_args'] ) {
                       $value = call_user_func( $the_['function'] );
                   } elseif ( $the_['accepted_args'] >= $num_args ) {
                       $value = call_user_func_array( $the_['function'], $args );
                   } else {
                       $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
                   }
               }
           } while ( false !== next( $this->iterations[ $nesting_level ] ) );
       ```
   
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cat-Pass] Error in wordpress 3.5](https://wordpress.org/support/topic/error-in-wordpress-35/)
 *  [dryanwp](https://wordpress.org/support/users/dryanwp/)
 * (@dryanwp)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-in-wordpress-35/#post-3277149)
 * After activation I get:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /xxxxxxx/wordpress/wp-content/plugins/cat-pass/cat-pass.php:1) in /xxxxxxxx/
   wordpress/wp-content/plugins/cat-pass/cat-pass.php on line 17
 * Using:
 * PHP Version: 5.2.17
    WordPress Version: 3.5 Theme Version: Catalyst 1.5.3 Child
   Theme Version: Dynamik 1.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: pb-embedFlash] widget](https://wordpress.org/support/topic/plugin-pb-embedflash-widget/)
 *  Thread Starter [dryanwp](https://wordpress.org/support/users/dryanwp/)
 * (@dryanwp)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-pb-embedflash-widget/#post-939484)
 * My mistake. In pb_embedFlash-widets you find an array whose elements look like
   this:
 * s:5:”title”;
 * The “5” refers to the number of characters in “title”. If you change “title” 
   to “my_title” you must also change 5 to 8 or the plugin breaks.

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