izzaboo
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3everything on that site is slowed to a crawl.
I’ll deactivate for now.
Let me know if I can help or test for anything. I’ll be afk for a while.
g
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3and now I get this error:
[Tue Sep 10 13:35:40 2013] [error] [client 65.131.34.136] Premature end of script headers: options.php, referer: http://www.[myclientsdomain].org/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3ack. had to use sftp to find the logs.
[Tue Sep 10 13:30:17 2013] [error] [client 65.131.34.136] Premature end of script headers: plugins.php, referer: http://www.[myclientsdomain].org/wp-admin/plugins.php
That’s what I got when trying to activate slimstat 3.3.3.
(I had previously disabled it by changing directory name.)
edit to say: eventually the activate script sent me to a 404 not found error page. But then, this time, i return to the Plugins page and slimstat is shown as Activated. As I type this I’m waiting for the Right Now page to load…
-g
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3I wish I could answer that. I’m still trying to figure out why dreamhost only has a symbolic link to a file that doesn’t exist in my log directory.
🙁
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3Camu, James,
I’m not using Jetpack. Having similar trouble as James describes.
I am, however, using a (only slightly, css) modified child-theme of the same theme James is using.
I am using SlimStat 3.3.3 on another WP instance using TwentyThirteen without the troubles I’m seeing on the site(s) with Responsive.
Edit: I also wanted to add that I was having problems, simultaneously, with another plugin updated 2x today that is conflicting with something, causes world-ending errors, etc. Boy did that make conflict finding fun.
HTH,
GregForum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3Hi James,
Wondering if you could share what theme you’re using?
all best,
GregForum: Plugins
In reply to: [Stealth Login Page] Feature suggestion (reserved words)I see what you mean, I think. Two (or more) plugins competing for the login.php URL query space. Am I getting that right?
If that’s the problem, whew. Tricky. Unless somehow you could make SLP load last and append Q&A at the end. Well that then coul easily still have conflicts, I guess.
Or what if the secret Answer *is* what’s passed as the action variable to wp-login.php. Are other plugins trying to use the action variable name? Sorry if it’s a dumb redundant question. I don’t know wp-login.php well at all.
For my purpose, I’m wondering if I might look to see if I could check for ?action=lostpassword before checking against the Q&A stored in options table.
anyway, I really appreciate the efforts to hide the login page altogether. But for those who do get an account, password reset is pretty important. The few account holders log in so infrequently they usually forget their password.
Keep on truckin’!
all best,
Gedited to fix worst smartphone typos.
Forum: Plugins
In reply to: [Stealth Login Page] Feature suggestion (reserved words)wonder if there’s some way to hook into the “?action=” query part of the wp-login.php.
best of both worlds? only have to remember one secret word (or bookmark the URL) in addition to the password? then any call to wp-login.php w/o “?action=<secret answer>” would be be redirected?
just a quick thought on my way to twelve other things.
I need to learn more about wp-login and heartbeat API, me thinks.
all best,
GregI have not. I switched to a solution external to WordPress.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] character escaping?Meg,
I tried the development version you shared and the problem is fixed.
Thank you.
Greg
edit p.s. should this be marked as resolved if the fix is only in a development version?
Forum: Plugins
In reply to: [Contact Form Clean and Simple] character escaping?Thanks!
I’ll give it a try tonight or tomorrow and let you know what I find out.
g
Forum: Plugins
In reply to: [Stealth Login Page] New WP install, default logins not hiddenGreat!
I commented out everything after “wp-login.php” when setting $custom_url_ending in plugin.php
$custom_url_ending = "wp-login.php";//?" . $slp_options['question'] . '=' . $slp_options['answer'];And it seemed to work better for me. Not sure why.
-Greg
p.s. I guess I don’t know how to get my code to display here in a nice scrollable box. huh.
Forum: Plugins
In reply to: [Stealth Login Page] New WP install, default logins not hiddenPersonally, I like the redirect on logout because I just use the site’s homepage as redirect URL.
But I can see how if somebody wanted to redirect to good ol’ rick you might not want to rick roll a valid user logging out…
heheheh.
G
Forum: Plugins
In reply to: [Stealth Login Page] New WP install, default logins not hiddenTally-ho! Redirection is working well!
But hey. In the options page, I checked the box to send URL to admin’s email. In the email it came through with this convention:
http://www.clientdomain.com/wp-login.php?Q=A?Q=A
Where “Q” is my secret Question and “A” is my secret Answer.
thanks for the quick work!
all best,
GForum: Plugins
In reply to: [Stealth Login Page] New WP install, default logins not hiddenHi Jesse,
Thanks for your replies. Looks like you’re “on it” as they say. And I thought I should give you a response anyway.
No, it used my secret question and answer, I just used “question” and “answer” as placeholders in my post here. Also, looking back at the email sent with the custom URL in it, the custom URL followed this form:
http://www.myclientsdomain.com/wp-login.php/?question=answer?question=answer
I didn’t notice the duplicated Q/A paring and the slash between .php and ? until this morning.
I loaded the most recent version from the WP repository at the time (2.1.0, which you indicate has a conditional logic issue).
btw, while you’re in there, i just noticed a typo on the /options-general.php?page=stealth-login-page. The word customizable is missing an “a”.