askapache
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Google 404] Plugin is not workingFirst 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
In reply to: [Plugin: WP Super Cache] 404 errors for homepage and published articlesIt 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
In reply to: [Plugin: AskApache Google 404] Options not savedonkelandy- Eventually it will be all customizable.. google is still developing the ajax api so it can only get better.
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] Options not savedThe new version 4.7.1 works. *fingers crosseD*
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionGreat 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
In reply to: [Plugin: AskApache Google 404] Plugin is not workingsorinu~ the latest version 4.7.1 includes a 404.php file by default.. 🙂
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] plugin giving errors on the 404 pageHey I finally fixed that for the 4.6.1 release, thanks for the heads up.
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] Options not savedThe 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
In reply to: [Plugin: AskApache Google 404] Options not savedAhh. 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
In reply to: [Plugin: AskApache Google 404] Doesn’t work :/Oh it will work now 🙂
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] Options not savedHmm.. 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
In reply to: [Plugin: AskApache Google 404] Options not savedGeez 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, I have to do some actual work sometime tonite!
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] Options not savedWHAT!?!?! Ahh hold on guys sorry..
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..
Forum: Fixing WordPress
In reply to: Firewall Scripts – To Stop HackersYes Gangleri the issue is from file permissions. The new update (coming soon) should fix it.. I wrote about the hold up in detail here if your interested.