Readbelow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media library doesn't loadHi Nur,
I have found this post: https://www.ads-software.com/support/topic/media-library-not-loading-after-upgrading-to-43/page/2?replies=37
And within that I have found that if you change the view in the media library to list view all my images appear.
Let me know if that works for you too?
Thx.
Forum: Fixing WordPress
In reply to: Media library doesn't loadHi Nur,
I am also having the exact same issue as you. The media library never completes loading when trying to view.
I am running WordPress 4.4.2 with Amici theme.
I have tried with all plugins deactivated.Did you solve your issue yet?
I will post back here if I find a fix.
Thx
Forum: Fixing WordPress
In reply to: 2 million records in wp_optionsUnfortunately we rely on wp all import for a couple of xml feeds coming in via cron jobs.
However I have been playing around with the dev database and it looks like I am getting somewhere as the rows I am deleted are staying deleted. I don’t think the issue was with the WP All import I believe it was one of the jobs set up to work with and a custom built widget. I have deleted this widget and no more records are being added!
Fingers crossed.
Glad you got somewhere with yours.
Forum: Fixing WordPress
In reply to: 2 million records in wp_optionsHi Moneytones, it looks to me like it is was WP All import. And unfortunately deleting the tables proved fruitless as they returned pretty sharpish upon refreshing the site!
Still looking in to this one.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Change text on subscribe buttonHi Tracy,
Thanks for the response, I managed to fins it amongst the files and changed it.
But will keep an eye on your to-do list.
Thx.
Forum: Fixing WordPress
In reply to: 2 million records in wp_optionsThanks both,
I have found the culprit and it was a widget linked to a plugin. I will go ahead and delete the unwanted records, backing up first of course!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] initial value in form fieldHi,
Sorry I can’t help you with this but +1 on your idea it would be a great addition to a very useful plugin!
Thx,
S.
Forum: Fixing WordPress
In reply to: Upload HTTP Error on uploadThanks Tadobi, let me know if it breaks again. Might then discover the culprit!
Forum: Fixing WordPress
In reply to: Upload HTTP Error on uploadHi Tadobi,
Glad one of them worked for you. I am wondering whether I have not edited my htaccess file correct, is this what you have got?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</IfModule>
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Upload HTTP Error on uploadI am having the same issue, and if you have spent the last two days trawling Google as I have, you will see that this issue has been intermiten for quite some years!
Below is a list of things I have tried and hasn’t worked for me, but might work for you:
1. Make sure you are running the latest version of flash for your browser.
2. Turn off the flash uploader: https://www.chewie.co.uk/general/wordpress-image-upload-http-error/
3. Edit you htaccess file to amend mod_security access: </IfModule>
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>4. Changing permissions on the image upload folders to 777 (A security risk in it’s own right!)
My quest continues… I will post back here if I find a permanent fix.
Would mind telling me what set up you are running, for example; what version of WP and what host you are using and what server – linux/windows, dedicated/shared/vps/
Forum: Fixing WordPress
In reply to: Http error when uploading photos.Has anyone found a better solution than removing the flash uploader??
Doug-O The method you found may have worked for you but not for me, none of the tables on my database are locked or in use and still I suffer from the the dreaded HTTP error!
Giving the world read, write and execute access to my image folder by allowing 777 privileges is not the way I am going to go as this was all working perfectly until recently.
Anyone else have any suggestions??