Title: Error on error log&#8230;
Last modified: December 18, 2019

---

# Error on error log…

 *  [crzyhrse](https://wordpress.org/support/users/crzyhrse/)
 * (@crzyhrse)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/error-on-error-log/)
 * I am getting this error repeating over and over in the error log for Advanced
   Post Types Order… I have contacted you on your website about this, but am also
   posting it here in case the free version maybe has a similar issue…? Though I
   am just noticing it has been updated recently…
 * PHP Warning: Declaration of Post_Types_Order_Walker::walk($elements, $max_depth)
   should be compatible with Walker::walk($elements, $max_depth, …$args) in /home/
   awakenedheart/public_html/wp-content/plugins/advanced-post-types-order/include/
   walkers/post-types-order-walker-class.php on line 410
 * The Custom Menu Wizard plugin has what I believe may be the same issue… Here 
   next is the fix for that, incase it is helpful…
 * Both Custom_Menu_Wizard_Sorter in include/class.sorter.php and Custom_Menu_Wizard_Walker
   in include/class.walker.php need to have their walk() signature updated to include
   the …$args paramter.
 * So line 55 in class.walker.php becomes -
    public function walk( $elements, $max_depth,…
   $args ){ And line 60 in class.sorter.php becomes-  public function walk( $elements,
   $max_depth = 0, …$args ) {

Viewing 1 replies (of 1 total)

 *  Plugin Author [Maya](https://wordpress.org/support/users/tdgu/)
 * (@tdgu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/error-on-error-log/#post-12253074)
 * It appear you use an old plugin version, ensure you’re up to date.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Error on error log…’ is closed to new replies.

 * ![](https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428)
 * [Post Types Order](https://wordpress.org/plugins/post-types-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-order/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-order/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maya](https://wordpress.org/support/users/tdgu/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/error-on-error-log/#post-12253074)
 * Status: not resolved