Austen Blokker
Forum Replies Created
-
Forum: Plugins
In reply to: [Analyticator] Conflict with Widgets Admin PageUpdate: solved by upgrading from PHP 7.0 to 7.1
Forum: Plugins
In reply to: [Analyticator] Conflict with Widgets Admin PageI’m having the same problem. It started when I updated my server to PHP 7.0.27. Clearly the plugin doesn’t like PHP7. Please update the plugin to support the new version of PHP.
Ok great. Thanks for finding that out for me.
Same error message came back today. Flushing the cache this time doesn’t make the message go away. Note that the message says the error occurred “recently”, so I think it’s just letting me know that this happened sometime in the past, since the last time I cleared the cache.
I clicked “hide message” and now the message is gone. Don’t know how to get it back. Emptied all caches and the message is still gone. I guess maybe its ok now.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] 1.6.2 upgrade breaks WP themeJust make sure there is no extra space character after the ?> on line 48. I also found there is a space character on the very first line, very first character, that should be removed as well.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] 1.6.2 upgrade breaks WP themeSame here. Breaks both Admin and the front-end. The plugin is apparently adding an non-breaking space inside the body tag right at the beginning.
Developer: html-editor-syntax-highlighter.php has an empty line on line 49 at the end of the file after the closing ?> php tag. It’s better to omit the closing PHP tag at the end of the file to avoid problems like this.
Wow, thanks for this! This is awesome!
Oh I see, I didn’t know what the infinity symbol meant there, it seemed like it meant other processors in addition to the basic paypal and check.
Plugin is looking awesome so far! Really looking forward to the upcoming hourly rate and timing functions.
Update:
Looks like a backup was created about every 5-10 minutes for about the past week. All the .zip files are 0 B. Looks like maybe the ZIP process failed and then tried again over and over again.Same issue here. I just checked how many backups I have in my backups folder and it is hundreds. I have it set to:
Save locally only
Backups to retain 10
Compress Backup Files yes
Schedule Database Backups yes
Backup interval 7 daysMy backups folder contains both .sql files and .zip files. Pretty sure it should only contain .zips.
Forum: Plugins
In reply to: [Posts 2 Posts] Limit number of connections displayedPretty sure it’s not possible to do with the current version, but thats a good feature suggestion.
You might be able to do it with some custom admin CSS. Change that meta box’s CSS to max-height: 500px or whatever and make it overflow-y: scroll so you can scroll through the list.
Otherwise if you’ve got that many connections between things you might want to reconsider the architecture of your website.
Forum: Alpha/Beta/RC
In reply to: Replace image modal edit image button edits wrong imageYes, working correctly now. Thanks.
Forum: Alpha/Beta/RC
In reply to: TinyMCE style dropdown shows "header" instead of "heading"I see, it’s in TinyMCE. If they fix it is there any chance WordPress could update the TinyMCE version again before release? Because this is very clearly wrong. Not a bug per se, but a mistake nonetheless. The correct terminology is heading.
Wikipedia article on HTML tags for reference
I will submit bug to TinyMCE
Forum: Plugins
In reply to: [Reed Write] Breaks WordPress 3.7WordPress 3.7.1 seems to fix this fatal error in Reed Write.
?Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.
Looks like it was affecting some other plugins too. This fixes my original issue with Reed Write so I will mark this as resolved.