Open h2kyaw opened 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 :(
Fixed by adding "$params = array('cost', 'tittle');" at lock/core/shortcode.php line number 22.
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 :(