Title: askapache's Replies - page 5 | WordPress.org

---

# askapache

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/askapache/replies/?output_format=md) [2](https://wordpress.org/support/users/askapache/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/askapache/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/askapache/replies/page/6/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/6/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: AskApache Google 404] Plugin is not working](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/#post-1157532)
 * First you should turn off displaying errors (for security) by adding this to 
   your wp-config.php file.
 * `@ini_set('display_errors','Off');`
 * —
 * Uh oh, I wonder why my code didn’t get executed when you activated the plugin,
   which fixed this issue by first dropping the post_related index and then creating
   a new one upon plugin activation. So somehow that didn’t happen. Try deactivating
   and then reactivating the plugin.
 * I wonder if someone could take a look at the create_function code and see if 
   I’m doing something wrong.
 * here’s the SQL that is supposed to have been executed…
 * `ALTER TABLE $wpdb->posts DROP INDEX post_related, ADD FULLTEXT post_related (
   post_name,post_content);`
 * to change the apostrophe issue just edit the javascript from the plugin options
   page.
 * `gSearchGoogleGuess.setUserDefinedLabel("Googles Best Guess");`
 * Replace with whatever you want..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] 404 errors for homepage and published articles](https://wordpress.org/support/topic/plugin-wp-super-cache-404-errors-for-homepage-and-published-articles/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-404-errors-for-homepage-and-published-articles/#post-1159641)
 * It may have been caused because upon handling an error the old version exited
   php, and wp-super-cache likes to be the master loop.
 * The new version 4.7+ fixes this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011268)
 * onkelandy- Eventually it will be all customizable.. google is still developing
   the ajax api so it can only get better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011267)
 * The new version 4.7.1 works. *fingers crosseD*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] 404.php template detection](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/#post-1155033)
 * Great feedback desean, I added the ability to select your own 404.php file, but
   I’m not sure if this fixes what you mention. Could you check 4.7.1 and let me
   know.
 * It sounds almost like you want to use the `aa_google_404();` function not on 
   404 error pages?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: AskApache Google 404] Plugin is not working](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/#post-1157530)
 * sorinu~ the latest version 4.7.1 includes a 404.php file by default.. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] plugin giving errors on the 404 page](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-giving-errors-on-the-404-page/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-giving-errors-on-the-404-page/#post-851850)
 * Hey I finally fixed that for the 4.6.1 release, thanks for the heads up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011236)
 * The new version is killer BTW, it gives you full control over the aa_google_404
   function, basically the same functionality as your own template file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011235)
 * Ahh. I noticed the jQuery stuff was broken in that version too so I fixed it 
   so the “Load default” code works.
 * I also noticed that for the related posts feature I had neglected to add the 
   fulltext index that the search depends on, so I added that.
 * I went a little (tad) bit overboard to try and fix this mystery problem that 
   I still have no clue as to the cause, so all I can do now is
 * A: Try to get some real work done for my boss.
    B: Wait for feedback.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Doesn’t work :/](https://wordpress.org/support/topic/plugin-askapache-google-404-doesnt-work/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-doesnt-work/#post-772464)
 * Oh it will work now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011234)
 * Hmm.. I installed 2.7.1 on my test server, a separate server, a totally clean
   install… And it works just fine.
 * Now I’m wondering if its a php version issue.. I compile my own php, every time
   theres an update, so I’m almost definately running a newer version.
 * Let me try a few things, update a new version, and then tell me whats going on.
 * Any help finding what the issue is would be great, the code is pretty clean so
   for someone more advanced than me it should be pretty easy to locate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011233)
 * Geez I thought I already fixed that.. I guess I am using 2.8 so maybe I’m attaching
   the POST handler to an action that doesn’t exist yet in 2.7 — ahh I thought I
   was [done with wordpress for a sec](http://www.askapache.com/wordpress/debug-viewer-pluginhtml.html),
   I have to do some actual work sometime tonite!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] Options not saved](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-options-not-saved/#post-1011232)
 * WHAT!?!?! Ahh hold on guys sorry..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Password Protect] Plugin can’t/won’t create/write to .htpasswd(a3) file …](https://wordpress.org/support/topic/plugin-askapache-password-protect-plugin-cantwont-createwrite-to-htpasswda3-file/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-askapache-password-protect-plugin-cantwont-createwrite-to-htpasswda3-file/#post-879573)
 * wnotowidagdo, _wow that’s a fun name to type_
 * I’ve been working on it since then and am getting ready to roll out the [new version](http://www.askapache.com/htaccess/password-protection-plugin-status.html)..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Firewall Scripts – To Stop Hackers](https://wordpress.org/support/topic/firewall-scripts-to-stop-hackers/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/firewall-scripts-to-stop-hackers/#post-828462)
 * Yes Gangleri the issue is from file permissions. The new update (coming soon)
   should fix it.. I wrote about the hold up in [detail here](http://www.askapache.com/htaccess/password-protection-plugin-status.html)
   if your interested.

Viewing 15 replies - 61 through 75 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/askapache/replies/?output_format=md) [2](https://wordpress.org/support/users/askapache/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/askapache/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/askapache/replies/page/6/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/6/?output_format=md)