Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Forum: Fixing WordPress
    In reply to: HTTP Error
    Thread Starter Paul Tocknell

    (@globalflyer)

    Hi Jan,

    I have the phpinfo file set up and the information is there but what exactly are you wanting? Is there one line I can copy and paste or do you need me to list each module?

    bcmath
    calendar
    cgi-fcgi
    ctype
    curl
    date
    dom
    eAccelerator
    exif
    filter
    ftp
    gd
    gettext
    hash
    iconv
    imap
    json
    libxml
    mbstring
    mcrypt
    mhash
    mime_magic
    mysql
    mysqli
    openssl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    posix
    pspell
    Reflection
    session
    SimpleXML
    soap
    sockets
    SPL
    SQLite
    standard
    tidy
    timezonedb
    tokenizer
    wddx
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    Zend Optimizer
    zip
    zlib
    ionCube Loader

    I hope that is the list you wanted (?)

    Thanks again.

    Forum: Fixing WordPress
    In reply to: HTTP Error
    Thread Starter Paul Tocknell

    (@globalflyer)

    PHP Version:              5.2.17
    MySQL Version:            5.1.73-cll
    Web Server Info:          Apache
    
    WordPress Memory Limit:   40MB
    PHP Safe Mode:            No
    PHP Memory Limit:         256M
    PHP Upload Max Size:      128M
    PHP Post Max Size:        64M
    PHP Upload Max Filesize:  128M
    PHP Time Limit:           360
    PHP Max Input Vars:
    PHP Arg Separator:        &
    PHP Allow URL File Open:  Yes
    WP_DEBUG:                 Disabled

    I am still looking through my access logs to find some matching time stamps. Nothing yet…

    Forum: Fixing WordPress
    In reply to: HTTP Error
    Thread Starter Paul Tocknell

    (@globalflyer)

    There is no message in my error log associated with the “HTTP ERROR” message.

    There are only two error logs noted for today:

    [Tue May 06 12:52:48 2014] [error] [client 173.22.211.85] client denied by server configuration: /home/sitename/public_html/wp-content/uploads/edd/2014/01/
    [Tue May 06 12:52:46 2014] [error] [client 173.22.211.85] client denied by server configuration: /home/sitename/public_html/wp-content/uploads/edd/2014/01/

    I have tried dozens of times to upload today and would expect to see many more error messages related.

    I appreciate your support and apologize for my demanding tone. I understand you are volunteers but it is frustrating to see sales and customers go somewhere else.

    Forum: Fixing WordPress
    In reply to: HTTP Error
    Thread Starter Paul Tocknell

    (@globalflyer)

    I have a dedicated server and have disabled mod_security in my httacess.

    I have contact my server and there are no issues that they can find.

    I have disabled ALL plugins and used the twenty fourteen theme.

    I cannot upload any images over 100kb or I receive an HTTP error message.

    I am out of options and this issue is the cause of loss sales and customers using other vendors.

    This needs to be addressed ASAP.

    This does need addressed. I too am having this issue since upgrading to 3.9.

    Thanks! I just was going through one of my sites tonight and I noticed that the sliders weren’t working. Thanks for posting this.

    Never mind. I figured it out:

    <img alt="" src="<?php if ( p75HasThumbnail($post->ID) ) { echo p75GetThumbnail($post->ID, 150, 150); } ; ?>" style="float:left;margin:0 5px 0 0;" border="0" />

    This will return an image only if there is one and resizes the thumbnail to 150×150. I also took out the alt because it looked weird when there wasn’t a thumbnail having the title below the title.

    That’s great. Now, how do I add the

    if ( p75HasThumbnail($post->ID) ) {
    		p75GetOriginalImage($post->ID);
    	}

    Variable to that?

    I tried all the fixes above with Ie7 and I am still having the issure as described. Any ideas?

    Edited:

    I am in the process of moving to a new server and all the DNS has not completely propogated yet. I had to upload the patch to both my new AND old server for it to work properly in IE7. Whew!

    I am having this problem as well…any solutions?

    I have been having the same problem with a few of the blogs I a running. The “posts” pages are fine but the homepage, all the adsense ads are about blogging. Weird.

    How do you turn the autoplay off? I can’t seem to find that information?

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