petervanderdoes
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PHP7 errorIf you are not afraid to edit files:
Open /home/xxxxxx/public_html/wp-content/plugins/events-manager/classes/em-events.php
Change line 36:
$groupby_sql = ”;
to
$groupby_sql = [];And you are good to go. Not sure if there are more problems like this.
Forum: Plugins
In reply to: [AVH First Defense Against Spam] mysqli errorIs this still a problem?
I just saw another thread with that problem but I can’t reproduce. I installed 3.7.2 and the update went smoothly. The update process is controlled by WordPress core.
Forum: Plugins
In reply to: [AVH First Defense Against Spam] Update failedNot sure why that is. The update process is done by WordPress core
I just reinstalled the 3.7.2 version and it updated through the normal process.
Should be fixed per v3.7.3
Forum: Plugins
In reply to: [AVH First Defense Against Spam] mysqli errorShould be fixed per update 3.7.3
Forum: Plugins
In reply to: [AVH Extended Categories Widgets] Widget "Use description" not workingI can’t seem to duplicate the problem.
What’s your web address, I can see if I can see something.
Forum: Plugins
In reply to: [AVH Extended Categories Widgets] Error on update to WordPress 4.4Fixed in v4.0.2
Thanks for reporting
Forum: Plugins
In reply to: [AVH First Defense Against Spam] BrokenFixed per version 3.7.1
Been programming in 5.4+ for a while now, forgot people still run PHP 5.3 (end of life 14 Aug 2014) and shorthand array is not supported in 5.3
Forum: Plugins
In reply to: [AVH First Defense Against Spam] Parse error: syntax error, unexpected 'Fixed per version 3.7.1
Been programming in 5.4+ for a while now, forgot people still run PHP 5.3 (end of life 14 Aug 2014) and shorthand array is not supported in 5.3
Forum: Plugins
In reply to: [AVH First Defense Against Spam] 500 Unexpected [Fixed per version 3.7.1
Been programming in 5.4+ for a while now, forgot people still run PHP 5.3 (end of life 14 Aug 2014) and shorthand array is not supported in 5.3
Forum: Plugins
In reply to: [AVH First Defense Against Spam] Plugin throws PHP error as of WP 4.2This should eb fixed on version 3.7.0
Could be a caching problem.
If you have “Use comment nonce” enabled and you use a caching plugin that’s not supported it could lead to this message.
There was a security hole for site running WordPress 3.3 or below. Yesterday they pulled the plugin for me to fix version 4.0.0 even though I fixed it in version 4.0.1 on May 27, 2015. Anyway it should be available again at one point I hope.
In the mean time to download and install manually you download it from Github: Version 4.0.1
The URL’s should just have the category.
I have the same structure on my blog.The plugin uses a core function to display the categories names and URL.
Only thing I can think of is another plugin or your theme messes with the permalinks.
Forum: Plugins
In reply to: [AVH Extended Categories Widgets] cannot commutate to All PostsTried several times, but can’t seem to replicate the problem. Not sure what the problem might be