Ken Wienecke
Forum Replies Created
-
Forum: Plugins
In reply to: [DB Toolkit] DB-Toolkit 0.3.3 and WP 3.5.2 throw a PHP error on every pageThanks so much for your reply, David. I understand completely.
Yes, I had debugging on but forgot about it. All those warnings and notices are gone now. My site is not really production, it’s just a localhost site to play with for the purpose of learning DB-Toolkit.
Forum: Plugins
In reply to: [DB Toolkit] DB-Toolkit 0.3.3 and WP 3.5.2 throw a PHP error on every pageWell, it’s a notice, but other notices are occurring in many of the DB-Toolkit screens. Here’s the one in the “Field Setup” tab: Notice: Undefined variable: Return in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_form/class.php on line 98.
I was indeed abel to save a little test interface (of the wp_users table, which has 1 entry–me!). Here are all the PHP notices on the view of that interface:
Notice:Undefined index:ID in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_login in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_pass in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_nicename in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_email in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_url in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_registered in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_activation_key in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:user_status in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Notice:Undefined index:display_name in /Applications/xampp/xamppfiles/htdocs/wp/wp-content/plugins/db-toolkit/data_report/class.php on line 2116
Moreover, the table display shows no record, so I’m guessing these notices means that MySQL requests are failing somehow.
I have lots of MySQL background and PHP programming background, but no experience whatever with DB-Toolkit.
I have deleted DB-Toolkit and reinstalled it from scratch…same problem. The rest of my WP localhost installation works fine.
Mr. Cramer, do you have any ideas for me to pursue? I would really like to use DB-Toolkit. It seems many others are having great success with it, but I don’t have time to try to debug this myself.