mixtlupus
Forum Replies Created
-
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Latest UpdateVersion 7.4 does fix my issues.
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Latest UpdateAs a temp fix I can confirm the downgrade works, though you’ll have to go to:
{yoursite.com}/wp-admin to log-in before you can do it 🙂Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Latest UpdateThis version killed my site, it would appear that there is a problem with the following file that causes an internal server error 500 and only loads the page header:
PHP Fatal error: Using $this when not in object context in /var/www/wp-content/plugins/seo-ultimate/modules/meta/meta-descriptions.php on line 97
You probably need to patch this.
Forum: Plugins
In reply to: [PLUGIN: WP-SENTINEL]WP-Sentinel banned all visitors except AdminThe issue happens when Sentinel bans a user, because the page has changed HyperCache caches the page and then delivers the cached block page to all users.
The Workaround appears to be to disable autoban in Sentinel (which means you’ll have to use something else to block hackers when detected) and to clear the cache in HyperCache’s settings, then all your webpages come back 🙂
I think I upgraded both at once, I have uninstalled and reinstalled to no avail however your idea of installing 1.3.8 worked perfectly 🙂
Thank you 🙂
I don’t have access to the error logs, the pages html code just show like this:
<table class="subpages-table"><tr class="subpages-row"><td class="subpages-cell"><a href="http://testing.planitbs.co.uk/products/area/product" ><img src="http://somesite.co.uk/wp-content/uploads/2011/04/page-image.png" alt="Page Item" width="110" height="150" class="subpages-image" /></a><p class="subpages-text"><a href="http://testing.planitbs.co.uk/products/area/product">Page Name Here</a></p></td></tr></table>These are manually added custom fields for excerpts.
Forum: Fixing WordPress
In reply to: Image editor from visual editor not workingI’m sorry to say I restored the backup copy of it without taking a copy, though to the naked eye I couldn’t see any differences, I can tell you it was after I added Bulletproof security (I think that was what damaged the .htaccess files).
@philip John – Excellent, thanks for the quick response 🙂
A quick workaround for anyone else having this a problem (you don’t get an error, just everything loads slow) is to:
Create the following folder:
/wp-content/plugins/wordpress-ecommerce/marketpress-includes/themes/modern-images/And fill it with some 1 pixel by 1pixel empty images called:
error.png
basket.png
basket_go.png
basket_delete.png
package.png
money.png
arrow_right.png
basket_add.png
lorry.pngAfter I did this everything loads faster and there are no missing files, this is odd as even though your using the “icons” theme the plugin still tries to load files from the “modern” theme.
The plugin fails to find several files on load in the following folder which doesn’t exist:
/wp-content/plugins/wordpress-ecommerce/marketpress-includes/themes/modern-images/
This slows the site right down, I even re-downloaded the plugin manually and took a look inside, the folder doesn’t exist there either?
Forum: Plugins
In reply to: [Subpages Navigation] [Plugin: Subpages Navigation] Not working w/WPMU 3.01Excellent work I was getting red file not found on those files when testing the site on http://tools.pingdom.com/ and the pages were loading slowly, thanks to you thats now fixed, you may want to let the writer of the plug-in know about this 🙂
Forum: Fixing WordPress
In reply to: Image editor from visual editor not workingI just had the same issue and it turns out this is an .htaccess issue, I had the exact same issue after adding two lined to my .htaccess, however it didn’t fix it when I removed the lines so I must have damaged something, restoreing in an old .htaccess file (I backed up) fixed the issue 🙂
Forum: Fixing WordPress
In reply to: “Schedule Missed” IssueSame happened to me but it was my own fault, I had some hacking attempts on my site and blocked an IP that loaded http://yourdomain.com/wp-cron.php
After which no scheduled posts worked, so all I needed to do was unblock the IP and it worked fine, It turned out it was the IP of my webserver, lol