clickbait / lock

Lock is a MyBB plugin for hiding content and selling it for your Newpoints currency.
GNU General Public License v3.0
2 stars 6 forks source link

I got Those error when I active plugin. #7

Open h2kyaw opened 6 years ago

h2kyaw commented 6 years ago

Warning [2] Illegal string offset 'cost' - Line: 39 - File: C:\xampp\forum\inc\plugins\lock\core\shortcode.php PHP 7.1.7 (WINNT)

Warning [2] Cannot assign an empty string to a string offset - Line: 39 - File: C:\xampp\htdocs\forum\inc\plugins\lock\core\shortcode.php PHP 7.1.7 (WINNT)

Warning [2] Illegal string offset 'cost' - Line: 44 - File: C:\xampp\htdocs\forum\inc\plugins\lock\core\shortcode.php PHP 7.1.7 (WINNT)

Warning [2] Illegal string offset 'title' - Line: 78 - File: C:\xampp\htdocs\forum\inc\plugins\lock\core\shortcode.php PHP 7.1.7 (WINNT)

Warning [2] Illegal string offset 'title' - Line: 3 - File: C:\xampp\htdocs\forum\inc\plugins\lock\core\shortcode.php(152) : eval()'d code PHP 7.1.7 (WINNT)

I got those error in showthread page :(

firefox_2018-04-19_21-12-47

h2kyaw commented 4 years ago

Fixed by adding "$params = array('cost', 'tittle');" at lock/core/shortcode.php line number 22.