webaware
Forum Replies Created
-
G’day kaoe09,
Not necessarily; on Ubuntu, you need to install it as a package, e.g.
apt-get install php5-jsonPlease install this plugin and check in Settings > WordPress phpinfo()
https://wordpress.org/plugins/wordpress-php-info/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still showing unsecure itemsAs I say on the page about cleaning up insecure content:
NB: there is an argument that using protocol-relative links to load resources over the same channel as the page itself can be faster on non-HTTPS pages. However, those resources won’t be cached when the visitor goes to an HTTPS page from an HTTP page, so they’ll need to be loaded again. I’d recommend changing http: to https:, but you should assess what is best on your website.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] error forbidden when running testG’day geckogirl,
Your website seems to be working OK, it is loading everything with HTTPS. However, it’s loading this image from a website with an invalid certificate:
https://hotguidebelize.com/pay/wp-content/uploads/2017/04/background-web-image.png
Either that site needs to fix its certificate problem, or you should load that image onto your site and serve it from there.
cheers,
RossNo worries, glad to hear your host helped you get that db under control. With this plugin running, it should keep a lid on those transients and stop it from happening again!
cheers,
RossForum: Plugins
In reply to: [Log Emails] export featureG’day organikdhl,
This plugin uses WordPress posts to store the email logs, so you can use a post export plugin to get them as a CSV. Here’s a few; I haven’t tested which ones will work best with this plugin.
https://wordpress.org/search/export%20posts%20csv
cheers,
RossG’day @sojasoja,
First: you should confirm that the size of your options table is the problem. Have you looked at your server logs to see what error messages are logged? They should tell you something about why you are having these problems.
It sounds like your wp_options table uses the MYISAM engine. Having deleted a bunch of rows, it’s still holding the space for them, so you need to run an
optimize tableon that table. You can do that from phpMyAdmin or from the mysql command line tool.https://dev.mysql.com/doc/refman/5.7/en/optimize-table.html
Here’s a plugin that lets you do that from within WordPress:
https://wordpress.org/plugins/wp-dbmanager/
Long term, you’re better off converting your database tables to the InnoDB engine, which doesn’t suffer the same problem. Speak to your host about that.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Capture on admin pagesG’day @wartraxx93,
Version 2.4.0 does not capture the whole page in the admin any more. This was causing problems with some page builders, and also with some admin pages. I’ve never actually encountered any reason to capture the whole page in the admin; it was basically an oversight that previous versions did this.
Can you please detail what resources are giving you insecure content warnings, and on what admin pages? If you prefer to not do this publicly, please email to my help desk:
support (at) webaware.com.au
Once you’ve done that, you might want to replace the current version with version 2.3.0 which still captures admin pages. You can download it from the bottom of this page:
https://wordpress.org/plugins/ssl-insecure-content-fixer/advanced/
NB: it’s 8:20pm here in Australia, so I’m unlikely to answer you again for at least 12 hours. Time to go do something about food and cider and a nice little murder mystery or something.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Error on form’s not using DPSpayG’day @pcfnz,
Thanks for the bug report. Please try this version:
https://www.dropbox.com/s/6jbumh42n8rw4eu/gravity-forms-dps-pxpay-2.0.1-dev.zip?dl=1
I’ll probably release it sometime early next week.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Shows update but cannot complete it@acekin the plugins page was probably still using cached info from the plugin directory. The updates page must have refreshed it.
Glad to hear it’s all working again!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Shows update but cannot complete itIt seems to be all synchronised now, so please try to update via the regular WordPress automatic method (if you didn’t install the .zip from the post above).
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Shows update but cannot complete itGood idea. Here it is:
https://www.dropbox.com/s/k9mytjc7dvke6tk/ssl-insecure-content-fixer-2.4.0.zip?dl=1
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Shows update but cannot complete itG’day all,
The wordpress.org plugin repository is currently having problems building the .zip packages and synching the pages and translations. I don’t know why it’s managed to show that there’s an update, but it’s definitely in there somewhere and hopefully will show up soon!
More details:
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still showing unsecure itemsLooks like you’re using a tool to lazy load your images. It seems to not know about your switch to https. Check its settings.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Mixed content issue with insecure imageG’day @sillyme727,
Your popup form from mailmunch.co is loading from an AJAX request, after the page loads. It’s pulling that image as a banner for the popup. Check your design for the popup form.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Still showing unsecure itemsG’day @brightdesignsnm,
Have you tried changing the fixer settings to Capture?
https://ssl.webaware.net.au/settings/
Have you done a search and replace on the content using Better Search Replace? e.g. after taking a backup:
Search: http://almeriaanalytics.com
Replace: https://almeriaanalytics.comAlso be sure to clear your caches if you have any.
cheers,
Ross