Title: [Plugin: AskApache Google 404] Broken Reference to Code Press
Last modified: August 19, 2016

---

# [Plugin: AskApache Google 404] Broken Reference to Code Press

 *  Resolved [wjwood64](https://wordpress.org/support/users/wjwood64/)
 * (@wjwood64)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-broken-reference-to-code-press/)
 * Overall I have LOVED this plugin, it is an EXCELLENT addition to my site and 
   I can’t live without it! So, I have to report the error I am getting and hope
   you can resolve it quickly.
 * I can NOT save any of the options. I have had to manually change one of the options
   inside the database directly to activiate it. I have deleted and reinstalled (
   including eliminating the wp-options entries). I recreated the entries with the
   new installed version. Etc., etc., etc. Lots of troubleshooting.
 * ————————
 * The error I am getting is related to the codepress plugin. However it appears
   that it has trouble loading anything very far after the codepress failure. No
   ability to save ANY setting from the interface.
 * ————————
 * Webpage error details
 * Message: ‘postboxes’ is undefined
    Line: 465 Char: 106 Code: 0 URI: [http://WEBSITE_NAME.com/wp-admin/options-general.php?page=askapache-google-404.php](http://WEBSITE_NAME.com/wp-admin/options-general.php?page=askapache-google-404.php)
 * ————————
 * That error references this code:
 * var codepress_path = “[http://WEBSITE_NAME.com/wp-includes/js/codepress/&#8221](http://WEBSITE_NAME.com/wp-includes/js/codepress/&#8221);;
   jQuery(document).ready(function($){postboxes.add_postbox_toggles(“askapachegoogle”);});
 * ————————
 * The specific item that it is having trouble with is this
 * {postboxes.add_postbox_toggles(“askapachegoogle”);}
 * ————————
 * [http://wordpress.org/extend/plugins/askapache-google-404/](http://wordpress.org/extend/plugins/askapache-google-404/)

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

 *  Thread Starter [wjwood64](https://wordpress.org/support/users/wjwood64/)
 * (@wjwood64)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-broken-reference-to-code-press/#post-1573755)
 * I **believe** this may be related to a couple of changes made in the way posting
   data changes are handled in WP 3.0.
 * In **wp-admin\js\post.dev.js **this post boxes section is MISSING (replaced) 
   in the new version of WP (around line 240 in the NEW file IF it were included):
 *  // postboxes
    if ( post ) postboxes.add_postbox_toggles(‘post’); else if ( page)
   postboxes.add_postbox_toggles(‘page’);
 * Previously appeared just before this heading:
 *  // multi-taxonomies
 * ———————————-
 * IN **wp-admin\js\post.js **the references to POST and PAGE have been replaced
   by “pagenow.” You can see this in the post
    NEW version around character position
   4242:
 * {var b,a,f=””;postboxes.add_postbox_toggles(pagenow)
 * PREVIOUSLY the reference showed these options (pagenow, post, AND page were all
   referenced with variables).
 * {var d,a,b,h=””,i=”post”==pagenow||”post-new”==pagenow,g=”page”==pagenow||”page-
   new”==pagenow;if(i){postboxes.add_postbox_toggles(“post”)}else{if(g){postboxes.
   add_postbox_toggles(“page”)}}
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-broken-reference-to-code-press/#post-1574067)
 * Ok I just uploaded a new version, pretty drastic code differences (for the admin
   side of the plugin) but I wasn’t able to fix the main postbox issue, just haven’t
   had time and it is confusing.
 * Instead I made all the boxes visible by force of css. If you can figure how to
   fix this new version 4.8.0, please let me know!

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

The topic ‘[Plugin: AskApache Google 404] Broken Reference to Code Press’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/askapache-google-404_ffffff.svg)
 * [AskApache Google 404](https://wordpress.org/plugins/askapache-google-404/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/askapache-google-404/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/askapache-google-404/)
 * [Active Topics](https://wordpress.org/support/plugin/askapache-google-404/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/askapache-google-404/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/askapache-google-404/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [askapache](https://wordpress.org/support/users/askapache/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-broken-reference-to-code-press/#post-1574067)
 * Status: resolved