vincent101
Forum Replies Created
-
By using an FTP or SFTP client:
1. Navigate to the “wp-content” folder within your WordPress installation
2. Simply rename or delete the “object-cache.php” file located in wp-content folder.*This file is usually created by caching plugins
wp-config.php is in the root of your folder of your domain.
You need to access it via a FTP client or possibly online via your Web Hosting Control Panel.
Hi, I had the same issue, and I solved it adding:
define('CONCATENATE_SCRIPTS', false );
in my wp-config.php file just before:
require_once(ABSPATH . 'wp-settings.php');
BTW the latest version is 3.5, not 3.4.2.
Alternatively deactivate all plugins to see if this resolves the problem? Lots of people have said this works, then re-activate the plugins one by one until you find the problematic plugin(s).
Forum: Fixing WordPress
In reply to: unable to insert images in WP Version 3.5Hi, I had the same issue, and I solved it adding: define(‘CONCATENATE_SCRIPTS’, false ); in my wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’);
JoseVega’s tip did it for me by adding:
define('CONCATENATE_SCRIPTS', false );
To wp-config.php file
I have the same problem! This sucks I can’t do anything without that feature and I need to get work done on my site !!!
Forum: Fixing WordPress
In reply to: Files being added to one of my sitesThanks!
I’ll keep an eye if anything pops back in after this clean up
Forum: Fixing WordPress
In reply to: Files being added to one of my sitesI just noticed I had overlooked a file uploaded 05/06/11 called
options-foot.php in /wp-admin/network/
Could this be enough for re-entry?
Regards,
Vince
Forum: Fixing WordPress
In reply to: Files being added to one of my sitesI Have fallen victim to the same hack…
Though I have added the rewrite rules to .htaccess:
But the same files made their way back to my folders:
Timestamp: Mon, 26 Mar 2012 01:49:00 +0000
Added:
Tried to follow all the suggestions but never found any rogue entries in the dababase.
Any ideas anyone?
Vince
Forum: Fixing WordPress
In reply to: Show more than 15 posts in admin’s Manage -> Posts?Erick_paper,
To Change the amount of posts that can be edited at a time in WordPress 2.8.x
-
Click on SCREEN OPTIONS
Change Options Posts per page from 1 to 999.