Markus Frenzel
Forum Replies Created
-
Forum: Plugins
In reply to: [RunPress] Non-Admin User AccessHi!
Thanks for the suggested improvement. I’ll implement it in V1.5 of RunPress.
Scheduled release date: 1 March 2017.
I really appreciate your requests of getting RunPress better and much more userfriendly.
Thanks!
Forum: Plugins
In reply to: [RunPress] Account Credentials Don’t Save and Can’t SyncHi! I can confirm your problem. It’s caused by some wrong code which I’ve haven’t corrected in the last build of RunPress. I’ll release a bug fix soon. Until that you’ll be able to correct it by yourself if you change line 718 from
$runtastic = new RunPress_Runtastic();to
$runtastic = new RunPress_Runtastic\RunPress_Runtastic();After that change everything should run as expected.
I’m sorry about this unnecessarily error.
Forum: Plugins
In reply to: [RunPress] Account Credentials Don’t Save and Can’t SyncI’ll have a look at it! Are there any error messages shown in the backend or in your server/php logs?
Forum: Themes and Templates
In reply to: [Flat] Menu and sidebar button doesn't work on mobilesThere are many changes in the file called functions.php in the flat directory. The template-tags.php (located in the inc folder) was included in the functions.php in V1.5.2. In V1.5.3 the functions.php is completely redesigned an I couldn’t find an entry which points to the template-tags.php which setups paginated links in V1.5.2. The inc folder also contains no longer the template-tags.php.
Is this a bug or a feature?
Forum: Themes and Templates
In reply to: [Flat] Menu and sidebar button doesn't work on mobilesThe cool submenu slide effect is also gone at my website. I’ve tried to troubleshoot this and I’ve found out that it is working in V1.5.2 but since V1.5.3 it is gone.
I will try to find out what has changed to get this slide effect working again.
Forum: Plugins
In reply to: [Contact Form DB] Select data for the current dayHi gvaslin,
I think the easiest way to do that is setting the filter for the field submit_time to “today”.
filter="submit_time=today"Just add this to your shortcode and the plugin will show only the data from today.
-Markus
Forum: Plugins
In reply to: [Contact Form DB] problem with french caracterHi!
If your DB uses MySQLi and you put the parameter “unbuffered=true” in your shortcode it won’t display anything on the frontend (your website). After deleting this parameter in my shortcode everything works fine and the data from the database is shown in the frontend.
Maybe others are stumbling with this after upgrading your plugin to the latest version.
– Markus
Forum: Plugins
In reply to: [Contact Form DB] problem with french caracterGood morning Michael,
finally I’ve been able to test your plugin again.
The new version runs perfect. Thank you very much. I appreciate your work and support!
Just a little note for myself (and maybe others): If you use MySQLi please check your shortcode to NOT USE the “unbuffered=true” parameter. It won’t work.
-Markus
Forum: Plugins
In reply to: [Contact Form DB] problem with french caracterHi Michael,
sorry for my late response. This week I’m on a seminar to prepare for a Citrix certification and I’ve got only time late in the evening.
I’ve tested RC5 … same error message while activating the plugin.
I’m sorry.
Forum: Plugins
In reply to: [Contact Form DB] problem with french caracterHi Michael,
thanks for your work!
I’ve downloaded the development version (RC3) and deinstalled the actual used version of your plugin. After that I’ve installed the RC3 Version and activated it. After activation it states:
The plugin generated 744 characters of unexpected output during activation. If you notice βheaders already sentβ messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
The plugin stays activated. But it didn’t shows any entries out of my database. I’ve checked my database and the table is still there. Also my data is still in the table.
Forum: Plugins
In reply to: [Contact Form DB] Short code not showing data, only short codesHi Graaf,
I think its only a little bug inside of CFDBViewShortCodeBuilder.php on line 412. It states:
scElements.push("limit=" + limitOption + '"');Uncomment this line and add another:
// scElements.push("limit=" + limitOption + '"'); scElements.push('limit="' + limitOption + '"');And everthing is fine. π
I think that Michael could add this “bug-fix” in a future release.
Regards
– Markus
Forum: Localhost Installs
In reply to: Problem with german umlauts after upgrade to 3.9.1And just a few moments ago I think I find the cause of the problem: please have a look at wp-db.php in the wp-includes folder. Around line 590 there is a check on the php-version which then sets use_mysqli to true. If I change this value (the value of the checked php-version) from 5.5 to 7.0 my problem is solved. All german umlauts are then properly displayed.
I’ve found that by comparing the wp-db.php from version 3.8.3 with the new one in 3.9.1.
Is this a bug or a feature that german umlauts aren’t properly displayed if the wp-db.php script uses mysqli???
Forum: Plugins
In reply to: [Contact Form DB] problem with french caracterGood morning, Michael,
no problem. π
Just trying to find a solution for this problem without bothering you with support requests.
And just a few moments ago I think I find the cause of the problem: please have a look at wp-db.php in the wp-includes folder. Around line 590 there is a check on the php-version which then sets use_mysqli to true. If I change this value (the value of the checked php-version) from 5.5 to 7.0 my problem is solved. All german umlauts are then properly displayed.
I’ve found that by comparing the wp-db.php from version 3.8.3 with the new one in 3.9.1.
Is this something which could be corrected by you by changing something in the plugin?
Forum: Localhost Installs
In reply to: Problem with german umlauts after upgrade to 3.9.1I’ll do that if I someone can confirm that the problem is caused by the plugin itself and not by changes in the wordpress core.
Please don’t understand me wrong. I try to find the cause of my problem.
And I think I have to improve my slightly rusty english. Sorry for that.
Many thanks for your support, esmi!
Forum: Localhost Installs
In reply to: Problem with german umlauts after upgrade to 3.9.1This issue is driving me nuts. And I do not really know if its a problem caused by a routine in the plugin or by a change in the core of wordpress. I will post this text hier also in the wordpress support forums of the cfdb plugin. But maybe you can find the solution faster?! I really appreciate your help!
Please have a look at these JPGs I’ve uploaded to my webspace.
1. With Version 3.8.3 my PhpMyAdmin shows this about collation of the cfdb table: latin1_swedish_ci.
2. I query my example data with Version 3.8.3 and the result looks like that.
3. I’ve added some code on line 234 of the file CFDBQueryResultIterator.php to show the data of the mysql query which gets the data out of my mysql-database into the shortcode I use to display the data:
echo '<pre>'; echo print_r($this->row); //debug CFDBQueryResultIterator.php Zeile 235 echo '</pre>';The results are shown in this image.
4. I then use the
[cfdb-datatable]shortcode to show the data on my page. The Table looks like that.5. I’ve made a separate page to show the details of the entry. A part of this page also shows the correct german umlauts. Have a look her.
6. After the submit of the data I’ve shown above I’ve received a email from my system which I show here.
7. The admin page of the cfdb plugin looks like that.
As you can see … in WordPress Version 3.8.3 everything looks nice and german umlauts are properly displayed.
Now the weird part takes place. I’ve upgraded to WordPress 3.9.1 via the WordPress Dashboard auto update function. After that I’ve upgraded nothing else.
1. Database Collation shown by PhpMyAdmin.
2. Detail of the database entry shown by PhpMyAdmin.
3. Array echoed by print_r. There the issue occurs!.
4. Output of the shortcode on my page.
6. Same email like before with Version 3.8.3.. The issue occurs with old and new entries!
7. Output of the admin page of the cfdb plugin.
After upgrade to WordPress 3.9.1. the german umlauts are shown with those questionmarks. Regardless if I use the unbuffered or the buffered output (a feature of the cfdb plugin to display a big amount of data and preventing the plugin from getting a timeout).