Plugin Author
ka2
(@ka2)
Thank you very much for reporting.
Oh surely, there was a syntax mistake in such very first place. I’m so sorry.
“b” within the specified namespace had become to lowercase.
Current wrong code:
CustomDatabaseTables\Lib\factory( 'set_global' );
Correct code:
CustomDataBaseTables\Lib\factory( 'set_global' );
Until the next bug fix version releasing, I think to work with that.
Thank you,
Plugin Author
ka2
(@ka2)
Also, the latest version plugin do work at PHP 5.4 or more.
If you are using a version earlier than PHP 5.3 and you can not upgrade, please use a version 1.x of plugin.
Thanks for the prompt response but having changed this I still get the error.
How can I tell which PHP is in use? The previous version of CDBT was working OK. How can I load the previous version without losing my data?
Plugin Author
ka2
(@ka2)
You can get past all the version from the following link.
https://wordpress.org/plugins/custom-database-tables/developers/
Thank you,
still not working in WordPress 4.3.1
————————————–
define(‘CDBT_PLUGIN_VERSION’, ‘2.0.3’);
define(‘CDBT_DB_VERSION’, ‘2.0’);
I have now updated to PHP 5.6 and am using the latest version of CDBT.
However, the edit feature within CDBT does not appear to work as well as the previous version. In particular opening a record to edit its content, all the fields are empty so the data needs to be entered again.
Is that right?
Plugin Author
ka2
(@ka2)
Thank you very much for reporting.
I’m sorry. It has occurred the bug that can not get data at the time of editing at the table that a particular column format is defined.
I’m going to correspond at hotfix asap.
Thank you,
Plugin Author
ka2
(@ka2)
Hi,
The version 2.0.9 which fixes a bug has been released.
Please check and update.
That has fixed it. Thank you.
Plugin Author
ka2
(@ka2)
This ticket was closed to have resolved.