PHP Notices & Warnings
-
I’m testing this plugin for use in a new project I’m working on. Entering the shortcodes into a post presents the list of notices and warnings:
Notice: unserialize(): Error at offset 0 of 1 bytes in /plugins/speakout/includes/class.petition.php on line 390
Warning: in_array() expects parameter 2 to be array, boolean given in /plugins/speakout/includes/emailpetition.php on line 148
Warning: in_array() expects parameter 2 to be array, boolean given in /plugins/speakout/includes/emailpetition.php on line 156
Warning: in_array() expects parameter 2 to be array, boolean given in /plugins/speakout/includes/emailpetition.php on line 163
Warning: in_array() expects parameter 2 to be array, boolean given in /plugins/speakout/includes/emailpetition.php on line 171
Warning: in_array() expects parameter 2 to be array, boolean given in /plugins/speakout/includes/emailpetition.php on line 178
Notice: unserialize(): Error at offset 0 of 1 bytes in /plugins/speakout/includes/class.petition.php on line 390
Shortcodes used:
[emailpetition id=”1″]
[signaturelist id=”1″]
[signaturecount id=”1″]
- The topic ‘PHP Notices & Warnings’ is closed to new replies.