Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter daiko

    (@daiko)

    Sorry!
    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_category

    It 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.

    Well 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.

    Any 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* Permalinks

    I 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 Video

    I’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

    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!!

    daiko

    (@daiko)

    I’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.

Viewing 7 replies - 1 through 7 (of 7 total)