rweiss
November 11, 2010, 8:27pm
#1
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
Embre
November 12, 2010, 2:46pm
#2
Please provide more details about errors (PHP Errors/Notices). Also - what database engine do you use?
rweiss
November 12, 2010, 4:27pm
#3
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
rweiss
November 15, 2010, 4:22pm
#5
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.