[Plugin: Custom Field Suite] PHP Fatal Error & Database problems
-
I get the following errors in my PHP error logs:
[13-Aug-2012 17:53:55] WordPress database error Table 'wp_GGP2012cfs_fields' already exists for query CREATE TABLE wp_GGP2012cfs_fields ( id INT unsigned not null auto_increment, name TEXT, label TEXT, type TEXT, instructions TEXT, post_id INT unsigned, parent_id INT unsigned default 0, weight INT unsigned, options TEXT, PRIMARY KEY (id), INDEX post_id_idx (post_id) ) DEFAULT CHARSET=utf8 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, Cfs->init, include, dbDelta [13-Aug-2012 17:53:55] WordPress database error Table 'rareproj_GGP2012.wp_GGP2012cfs_rules' doesn't exist for query SELECT group_id, rule, value FROM wp_GGP2012cfs_rules made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, Cfs->init, include [13-Aug-2012 18:21:43] PHP Fatal error: Call to a member function pre_save() on a non-object in /home1/rareproj/public_html/wp-content/plugins/custom-field-suite/core/api.php on line 528 [13-Aug-2012 18:21:55] PHP Fatal error: Call to a member function pre_save() on a non-object in /home1/rareproj/public_html/wp-content/plugins/custom-field-suite/core/api.php on line 528 [13-Aug-2012 18:38:45] PHP Fatal error: Call to a member function pre_save() on a non-object in /home1/rareproj/public_html/wp-content/plugins/custom-field-suite/core/api.php on line 528 [13-Aug-2012 18:38:51] PHP Fatal error: Call to a member function pre_save() on a non-object in /home1/rareproj/public_html/wp-content/plugins/custom-field-suite/core/api.php on line 528
The program seems to be “working”, but the errors are disconcerting…
Any clues?
Thanks again!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Custom Field Suite] PHP Fatal Error & Database problems’ is closed to new replies.