graeme42
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Constant ABSPATH already defined ?Thanks for that, worked a treat.
Forum: Fixing WordPress
In reply to: Constant ABSPATH already defined ?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
GraemeForum: Fixing WordPress
In reply to: Unable to upload imagesFinally 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.
Forum: Fixing WordPress
In reply to: Unable to upload imagesHow 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.
Forum: Fixing WordPress
In reply to: Unable to upload imagesI 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.
Forum: Fixing WordPress
In reply to: Unable to upload imagesAs 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.
Forum: Fixing WordPress
In reply to: Unable to upload imagesNot 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.uk “http://www.graeme-skinner.co.uk/adumbration/wp-admin/index.php” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0” “-“
Forum: Installing WordPress
In reply to: Installation issues on local host (MAMP)Cheers James, will give them a shout.