Title: Error With Latest Version
Last modified: August 30, 2016

---

# Error With Latest Version

 *  Resolved [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/)
 * Having updated WordPress to the latest version and CDBT latest version I am getting
   the error:
    Parse error: syntax error, unexpected T_STRING in C:\Inetpub\vhosts\
   ccrc.co.uk\httpdocs\wp-content\plugins\custom-database-tables\cdbt.php on line
   39
 * This is across my site including the dashboard.
    I have temporarily removed the
   plugin and the site is now working in those respects which do not use CDBT.
 * [https://wordpress.org/plugins/custom-database-tables/](https://wordpress.org/plugins/custom-database-tables/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [ka2](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595443)
 * 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](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595451)
 * 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.
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595452)
 * Thanks for the prompt response but having changed this I still get the error.
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595453)
 * 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](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595556)
 * You can get past all the version from the following link.
 * [https://wordpress.org/plugins/custom-database-tables/developers/](https://wordpress.org/plugins/custom-database-tables/developers/)
 * Thank you,
 *  [Seluan](https://wordpress.org/support/users/seluan/)
 * (@seluan)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595725)
 * still not working in WordPress 4.3.1
    ————————————– define(‘CDBT_PLUGIN_VERSION’,‘
   2.0.3’); define(‘CDBT_DB_VERSION’, ‘2.0’);
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595747)
 * 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](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595748)
 * 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](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595749)
 * Hi,
 * The version 2.0.9 which fixes a bug has been released.
 * Please check and update.
 *  Thread Starter [bobjgarrett](https://wordpress.org/support/users/bobjgarrett/)
 * (@bobjgarrett)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595750)
 * That has fixed it. Thank you.
 *  Plugin Author [ka2](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595751)
 * This ticket was closed to have resolved.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Error With Latest Version’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-database-tables_e4e2e2.svg)
 * [Custom DataBase Tables](https://wordpress.org/plugins/custom-database-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-database-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-database-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-database-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-database-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-database-tables/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [ka2](https://wordpress.org/support/users/ka2/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/error-with-latest-version-3/#post-6595751)
 * Status: resolved