mr_swede
Forum Replies Created
-
We use WP v.4.6.1 and PHP v5.4.16.
I now get this error when clearing the plugin’s cache:
Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/wp-includes/formatting.php:5011) in /home/public_html/wp-includes/pluggable.php on line 1174
Thanks Niels,
I’ve updated the plugin to 2.1.1 and set
define('WP_DEBUG_DISPLAY', true);
and found this error:Notice: Undefined index: page in /home/public_html/wp-content/plugins/uptime-robot-monitor/uptime-robot-nh.php on line 86
Still no Uptime Robot logs, either on the pages with the shortcode or in the settings page of the plugin.
Thanks for info.
I’ve followed your instructions but no log file is written to the wp-content directory.
Also tried another debug plugin (WP Log Viewer) but still no log file. Probably a permission issue..
Thanks again.
I’ve now disabled all other plugins, updated the Uptime Robot plugin to 2.1 and also installed the plugin “Debug Bar”, which obviously does not work with wp 4.6.1.. ??
Can you recommend a debug plugin?
Hello Niels,
Thanks for your superfast response. It is much appreciated ??
We are using Amazon as host and we’ve not touched the server at all lately. We don’t have a clue to what could have caused the issue.
The issue with v 2.1 of the plugin is that the page where the shortcode [uptime-robot] is used results in an HTTP 500 error.
Forum: Plugins
In reply to: [Uptime Robot Plugin for Wordpress] Finally an awesome uptime robot plugin!Hi Niels,
It was a while ago I posted here but I’ve noticed that you’ve recently rolled out updates for this great plugin. That is great!
Would you mind considering any of my suggestions for future updates?
Best regards, H
Forum: Plugins
In reply to: [Uptime Robot Plugin for Wordpress] Finally an awesome uptime robot plugin!and …3) to be able to set the uptime levels myself and pick which colors to correspond to them. For instance, I’d like to set it to red when the uptime is <98.5%
Forum: Plugins
In reply to: [Simple Login Log] no content visible in admin interfaceI’m having the excact same problem as phellmon.
WordPress, plugins and themes are all updated to latest versions as of the date when posting this. The site is on PHP Version 5.3.3-1ubuntu9.3 with a hosting provider.
Simple Login Log show WSOD when clicking users->login log
(https://[mysite].com/wp-admin/users.php?page=login_log)Sometimes I get this error in Google Chrome instead of WSOD:
Unable to load the webpage because the server sent no data.
Error code: ERR_EMPTY_RESPONSEI’ve disabled Simple Login Log and re-enabled it. No change.
I’ve also disabled all plugins except for SLL. Also no change.Any help would be appreciated.
Forum: Plugins
In reply to: [Contact Form 7] watermark makes field widerI solved it by inserting this around the cf shortcode:
<div style="width:inherit;"> <div style="width:300px; float:left;"> [contact-form-7 id="xxx" title="Title"] </div> </div>
Forum: Plugins
In reply to: [Contact Form 7] watermark makes field widerSeems to be a theme issue.
I switched to default theme, twenty-eleven, and the fields are now displayed with their correct sizes.
Any help would still be appreciated, so I know how to be able to use my theme and get the correct field sizes…
Just to possibly rule out any Google Apps/Gmail mail problems, I installed Contact Form 7 on a WP site that was not previously using it.
I didn’t disable any plugins/themes or applied any of the ‘hacks’ described above.
I created a form and submitted some data.
The wheel kept spinning for a few seconds (maybe 3 or so) and the “OK” msg was displayed. Both mails were instantly received to two different Google accounts.
Anyone with similar problems or that could hint in which direction I should look to solve the problem described in my first post?
Thanks for your quick reply.
We use Google Apps/Gmail and have had no trouble until recently with sending mail through CF7. We have not experienced any other mail related delays recently in their service.
What you could do is to check your wp-config.php file.
I’ve experienced that BWPS altered the file by adding a blank space at the end of the file. Check that, fix it if it’s there and try again.
Forum: Plugins
In reply to: Better WP SecurityYour error indicates something with an upgrade of WP, by looking at line 32 in admin.php (see https://core.svn.www.ads-software.com/branches/3.3/wp-admin/admin.php)
if ( get_option('db_upgraded') ) { $wp_rewrite->flush_rules(); update_option( 'db_upgraded', false );
I’m not too good in PHP so I don’t know what’s causing it but it I suggest you to first remove the .htaccess file and see if the problem remains. If it does, re-install wordpress. You have to do it using an FTP client since you cant login (?).