daiko
Forum Replies Created
-
Forum: Plugins
In reply to: Category ID vanished in 2.5 – Finding ID based on slug or titleSorry!
I found the answer. It does work with Category name from WP 2.5 in addition to ID. This is not updated in the documentation found here: https://codex.www.ads-software.com/Template_Tags/in_categoryIt is described in the wordpress svn trunk:
/* * in_category() - Checks whether the current post is within a particular category * * This function checks to see if the post is within the supplied category. The category * can be specified by number or name and will be checked as a name first to allow for categories with numeric names. * Note: Prior to v2.5 of WordPress category names where not supported. * * @since 1.2.0 * * @param int|string $category * @return bool true if the post is in the supplied category */
This is good news of course and saves me from coding it myself.
Forum: Fixing WordPress
In reply to: Import Blogger: Unable to loginWell that is the question…. What restrictions might it be? I have a firewall with iptables, but turning that off doesn’t help. I have otherwise searched the web for hours to find possible explanations. As I have full access and SSH/root to my server it should be possible to find …
PHP info reports curl installed and enabled.
The test.php above fails…. with the CURLERR7 message.
The suggestion above that the host might not allow remote socket connedtions was a hint, but I haven’t found any apache or php settings that would do that… At least that is in effect on my installation.
Forum: Fixing WordPress
In reply to: Import Blogger: Unable to loginAny ideas on the CURLERR7 ?
I have my own LAMP installation with PHP 5.1.4 and CURL 7.15.5 Apache/2.2.2 on Fedora Core 5.
How can I fix this in my own server environment?
Forum: Fixing WordPress
In reply to: *sighs* PermalinksI had the same problem with a fresh installation of LAMP on Fedora Core 5, but the sollution was in the link above from HandySolo:
AllowOverride Not Enabled
Your server may not have the AllowOverride directive enabled. If the AllowOverride directive is set to None in your Apache httpd.config file, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem. When this directive is set to All, then any directive which has the .htaccess Context is allowed in .htaccess files. Example of enabled AllowOverride directive in httpd.config:<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>Thank’s to you!
Forum: Plugins
In reply to: Sidebar VideoI’m ready to assist if there are anything that doesn’t work. So Kelly please elaborate and I’ll see what I can do.
Daiko https://www.daikos.net
Forum: Fixing WordPress
In reply to: Authimage Plugin Help?My host says that they have GD installed and that I’m free to use/install Freetype on my account, but the problem is that I don’t know how….?
I do not have shell access, and basically it seems that it’s down to putting some files in a directory!?
I only have access to one directory below www and they use a proprietary customer interface with mainly ftp access. They do support Perl/CGI scripts as long as they have the .pl or .cgi extentions. Any ideas?
Help!!
Forum: Fixing WordPress
In reply to: 1.5 Help: Logout gives me blank pageI’m also unable to logout in Firefox. It works in IE 6.0. I had the problem both in WP 1.2 and now 1.5 w/no extras installed.