I have fixed the Database Table issue, now I have the following error when I enter in settings of the plugin
Deprecated: Optional parameter $filename declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 962
Deprecated: Optional parameter $pixelPerPoint declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 962
Deprecated: Optional parameter $outerFrame declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 962
Deprecated: Optional parameter $saveandprint declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 962
Deprecated: Optional parameter $filename declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 3582
Deprecated: Optional parameter $pixelPerPoint declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 3582
Deprecated: Optional parameter $outerFrame declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 3582
Deprecated: Optional parameter $saveandprint declared before required parameter $fore_color is implicitly treated as a required parameter in /wp-content/plugins/dynamic-qr-code/src/lib/phpqrcode.php on line 3582
Hi,
those messages comes from a third part library used to generate the qr code image.
I’ve fixed the deprecated optional parameter in some methods and uploaded the updated library file.
So, in a short time the WP repository should compress the file in the installation zip and you will be able to uninstall and reinstall the plugin in order to replace the external library file in your website.
Thanks, I will update the file and let you know till tomorrow.
I guess, the update has not been sent by WordPress through dashboard plugin. Should I download it manually and upload it?
Yes, if you can, download the file directly from the WP repository at the URL https://plugins.svn.ww.wp.xz.cn/dynamic-qr-code/tags/0.9.3/src/lib/phpqrcode.php
and replace the file in your /wp-content/plugins/dynamic-qr-code/src/lib server folder. I guess it’s the quickest way to fix the issue.
I updated the file and now it is working perfectly fine, those deprecated issues have been resolved for now, one more thing, the QR CODE does not expire after the date has passed, what can be the issue?
That’s an issue fixed in the new update, but since the next version is in a long way to come, I suggest to act similarly to before… so, download the file https://plugins.svn.ww.wp.xz.cn/dynamic-qr-code/tags/0.9.3/src/qrcode.php
and upload it in /wp-content/plugins/dynamic-qr-code/src