New Quick tables release

I seem to have problems installing the package.
There are numerous PHP Errors/Notices.
The system works but with these errors.
Undefined Indexes (db_table,use_all_fields)
Undefined variables(dbg, error_content, error_msg)

Has anyone else experienced these issues?

Thank you in advance.

RJW

Please provide more details about errors (PHP Errors/Notices). Also - what database engine do you use?

I am using WAMP/MYSQL 5.1.36

Here is the errors/messages when first entering the Administration page…

Notice: Constant LOC_BTN_ADD already defined in C:\wamp\www\dhx_quick_tables\langs\english.php on line 85

Notice: Constant LOC_BTN_CONTINUE already defined in C:\wamp\www\dhx_quick_tables\langs\english.php on line 93

Notice: Constant LOC_BTN_CLEAR already defined in C:\wamp\www\dhx_quick_tables\langs\english.php on line 96

PagesGuest mode
Notice: Undefined variable: error_content in C:\wamp\www\dhx_quick_tables\index.php on line 418

As quick solution, you can change the error output in the php.ini as

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

That corrected that Problem, thank you.
I did a fresh install and now I get an error when creating a new grid.

null is null or not an object!
dhtmlxtoolbar.js Line 10
/quick_tables/codebase/dhtmlxToolbar/dhtmlxtoolbar.js

Any suggestions ?

Rob.