Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter graeme42

    (@graeme42)

    Thanks for that, worked a treat.

    Thread Starter graeme42

    (@graeme42)

    Thanks for the replies, here’s the wp-config with the database/password removed…

    <?php
    // ** MySQL settings ** //
    define('WP_CACHE', true); //Added by WP-Cache Manager
    define('DB_NAME', '******');    // The name of the database
    define('DB_USER', '******');     // Your MySQL username
    define('DB_PASSWORD', '*******'); // ...and password
    define('DB_HOST', '******');    // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');
    
    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
    
    // Change this to localize WordPress.  A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');
    
    define( 'UPLOADS', 'wp-content/'.'uploads' );
    
    
    /* That's all, stop editing! Happy blogging. */
    
    
    /* That's all, stop editing! Happy publishing. */
    
    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>
    

    Thanks
    Graeme

    Thread Starter graeme42

    (@graeme42)

    Finally resolved this. I noticed the database was looking rather larger than normal and as the database was used for two wordpress sites (one my own another for a friend) I went to check my friends site for any potential problems. Turns out they’d not cleared out their spam comments for some time and the site had been spammed big time 😉 182K spam comments being blocked by Askimet but still retained in the database, took the database 98mb over its allowance and prevented uploading anything else. A quick search on on to delete the comments from the database resolved the issue and I can now upload again.

    Thread Starter graeme42

    (@graeme42)

    How odd. I received this response from them

    Thank you for contacting us.

    Unfortunately, our Shared Hosting Packages does not have any error logs.

    Maybe they’ve stopped providing them or it’s just the package I’m on doesn’t allow it.

    Thread Starter graeme42

    (@graeme42)

    I had a response from my host 1and1 – there is no error log available with their service :-/

    I have other WordPress sites hosted there that are working fine. There must be something up with this installation.

    Thread Starter graeme42

    (@graeme42)

    As my host is sometimes slow at replying to requests I followed some instructions on adding a script to the upload page to return an error log. Not sure if the information is there that you need to pin down the problem…

    graeme-skinner/adumbration/wp-includes/script-loader.php: 883

    () is_a(): Deprecated. Please use the instanceof operator

    If not I’ll wait until I can get access to the error logs from the host.

    Thanks for the help.

    Thread Starter graeme42

    (@graeme42)

    Not sure if this is the line you’re looking for…

    [18/Dec/2013:13:48:02 +0100] “GET /adumbration/wp-admin/admin-ajax.php?action=wp-compression-test&test=1&1387370881951 HTTP/1.1” 200 1114 http://www.graeme-skinner.co.ukhttp://www.graeme-skinner.co.uk/adumbration/wp-admin/index.php&#8221; “Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0” “-“

    Thread Starter graeme42

    (@graeme42)

    Cheers James, will give them a shout.

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