Mystagogue
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Graphene] Home Page Stuck on PostsFound the problem. I was looking under Graphene “Home Page Panes”, when in fact it was an entirely separate config option called “Slider.” I now have it off.
I do wish I could specify a different page for the slider other than the home page, but I don’t think that is an option.
Forum: Fixing WordPress
In reply to: Comments Options "Gone"Ok, that was it. I don’t know what version introduced that capability, but it was not present in 3.1.3.
Thanks!
Forum: Fixing WordPress
In reply to: All relative (permanent) paths are brokenThanks (for the bad news). I’m rebuilding my site now from scratch, with version 3.3.1.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Logo Feature Not WorkingOk, yes now it is working fully – I’ve selected ‘activate’ at the top. I still need to understand that some plugins must be activated twice to work.
Still, I now have a funny problem where there is a giant gap between the logo I provided, and the ‘username’ label. I’m now sure what is causing that. My domain:
ariasamp.net
Take a look if you like. 🙂
I did not specify any other html or css of my own. I’ve only specified a logo and a label color.
p.s. In my case, my computer and my server are often the same because I test on my own box before uploading. 🙂
Forum: Fixing WordPress
In reply to: Hooking 3.x OutputI think I found most of my answer. Evidentally, at least by WP 3.x versions, there is a
<?php comment_form(); ?>that appears at the bottom of the comments.php file. That is the “hook” point the Janrain plugin is using.I had to replace almost exactly half of the comments.php file, in the theme I’m using, with the
<?php comment_form(); ?>one-liner…and then it worked just fine. 🙂However, I’m still curious about the other hook points implied by the other Janrain plugin options I listed in my earlier post.
Forum: Plugins
In reply to: Fixing Layout the "Proper" WaySwitching the plugin attributes, as suggested, did not work. It was as if I hadn’t changed anything.
Also, I tried replacing sidebar.php with the linked material, and that also did not fix the formatting. However, the new sidebar.php did cause my “planned books” and “recent books” to show images, which they did not before. That can be a good or bad thing, depending on what is intended. I will certainly keep that if I need it.
So I’m still left wondering if there is a way to fix this by adjusting the theme instead of the plugin. So far I think the answer is no. Thoughts?
I have downgraded to 1.0.0 on my wordpress 3.0.3 site, and now it is working for me too! Unlike you, I’ve never had delegated authentication before – working or not. So I’m thrilled to see this come to life!
Thanks for your input!
I noticed a comment on that same core SSL error message. That was from June 2009, so its relevance is iffy but I thought I’d post it anyways.
I successfully updated to 1.0.1 from 1.0.1b. I still receive what appears to be the identical error message:
WP_Error::__set_state(array( ‘errors’ => array ( ‘http_request_failed’ => array ( 0 => ‘SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed’, ), ), ‘error_data’ => array ( ), ))
Not being a PHP developer, I don’t know how to ‘verify that PHP/SSL’ is installed. All I know is phpinfo() says only the following about SSL:
Registered Stream Socket Transports: tcp, udp, ssl, sslv3, sslv2, tls
OpenSSL support: enabled
OpenSSL Version: OpenSSL 0.9.8o 01 Jun 2010cURL support: enabled
cURL Information: libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3I should have mentioned, my local box where I run this is Windows 7 x64.
Forum: Fixing WordPress
In reply to: BackWPUp Has Warnings and E-mail ErrorI have an update on this item. I don’t know why, but the 2nd time I attempted a backup, it worked. Or at least it performed the database backup and gave much less warning messages. Unfortunately, no files were backed up, even though they were supposed to be included. Here is a link to the log output:
http://www.ariasamp.net/wp-content/backwpup-f00aa-logs/backwpup_log_2010-12-11_23-53-07.html
There are only a few warnings, and one error about using the e-mail function. Can someone explain what might be causing the warnings and the error?
The link to the original log file I had from November, which had many warnings and I pasted in my first post, is found here:
http://www.ariasamp.net/wp-content/backwpup-f00aa-logs/backwpup_log_2010-11-23_07-33-22.html
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Won't Start CachingI’ve activated debug messaging to e-mail. However, no e-mails have arrived. The built-in tester gives me this output:
Fetching http://www.ariasamp.net/ to prime cache: OK
Fetching first copy of http://www.ariasamp.net/: OK
Fetching second copy of http://www.ariasamp.net/: OK
The pages do not match! Timestamps differ or were not found!Is there another way to extract debug information? I don’t seem to be receiving any.
Forum: Everything else WordPress
In reply to: WordPress Forums BugAkismet thought a registered user, posting on plugins, was a spammer? I’m curious of what I did that was so suspicious.
Anyway, I’m making this reply in part to see if I can indeed make replies (I’ve previously been barred from doing so) and to test and see if I’m still wrongly listed as ‘anonymous’ if the reply does go through.