Undefined Index Undefined Variable
-
I am trying to evaluate this plugin, so I loaded a fresh copy of WordPress to my local with the 2016 theme, and then installed the plugin.
I added a Sign-up Sheet and got a series of errors when I completed the task.
- PHP Notice: Undefined index: sheet_id in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 604
- PHP Notice: Undefined variable: count in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 615
- PHP Notice: Undefined index: task_position in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 645
- PHP Notice: Undefined variable: return in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 149
- PHP Strict Standards: Non-static method DLS_SUS_List_Table::get_bulk_actions() should not be called statically, assuming $this from incompatible context in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 837
- PHP Notice: Undefined index: dls_sus_detailed_errors in C:\Users\xxxx\Documents\My Web Sites\wordpress4\wp-content\plugins\sign-up-sheets\sign-up-sheets.php on line 356
When I went to sign-up for a slot(View & sign-up), I’m getting the following:
Looking at my debug.log, I see these additional messages. (Besides the ones listed above.)
Note: I did try deactivating and reactivating the plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined Index Undefined Variable’ is closed to new replies.