Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in /home/public_html/lib/fn_core.php:230\nStack trace:\n#0 /home/public_html/lib/fn_core.php(991): core_call_hook()\n#1 /home/public_html/init.php(307): core_themes_get()\n#2 /home/public_html/index.php(19): include(’…’)\n#3 {main}\n thrown in /home/public_html/lib/fn_core.php on line 230’
i have just install playsms 1.4.3 on ubuntu 18, first it was Uncaught Error: Call to undefined function get_magic_quotes_gpc() after fixing that. Please assist
I have just finished installing the beta version you have shared and it was success but am getting blank page on browser and the logs do not show much of details
playsmsd has been started
starterd at pid 28862
schedule at pid 28872
ratesmsd at pid 28882
dlrssmsd at pid 28892
sendsmsd at pid 28902
recvsmsd at pid 28912
Checking playSMS daemon status…
playsmsd is running
starterd at pid 28862
schedule at pid 28872
ratesmsd at pid 28882
dlrssmsd at pid 28892
sendsmsd at pid 28902
recvsmsd at pid 28912
HTTP 500 means theres fatal error somewhere in PHP execution
enable display_errors and error_reporting on php.ini to see actual error
you need to restart your web server and try again
error should be displayed in browser, and in http log
Still unable to run playsms on my ubuntu server,i follow the tutorial one instruction to the next but i keep getting below error any idea
==> httpd-error.log <==
[Sat Apr 10 08:06:04.242129 2021] [proxy_fcgi:error] [pid 2474] [client :6259] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in ==> httpd-error.log <==
[Sat Apr 10 08:06:04.242129 2021] [proxy_fcgi:error] [pid 2474] [client :6259] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in /home/komodo/public_html/lib/fn_core.php:230\nStack trace:\n#0 /home/komodo/public_html/lib/fn_core.php(991): core_call_hook()\n#1 /home/komodo/public_html/init.php(307): core_themes_get()\n#2 /home/komodo/public_html/index.php(19): include(’…’)\n#3 {main}\n thrown in /home/komodo/public_html/lib/fn_core.php on line 230’
/public_html/lib/fn_core.php:230\nStack trace:\n#0 /home/komodo/public_html/lib/fn_core.php(991): core_call_hook()\n#1 /home/komodo/public_html/init.php(307): core_themes_get()\n#2 /home/komodo/public_html/index.php(19): include(’…’)\n#3 {main}\n thrown in /home/komodo/public_html/lib/fn_core.php on line 230’
Seems the error on below function on the for loop line
for ($c = 0; $c < count($core_config[‘plugins’][‘list’][‘feature’]); $c++)
function core_call_hook($function_name = ‘’, $arguments = array()) {
global $core_config;
$ret = NULL;
if (!$function_name) {
if (PHP_VER >= 50400) {
$f = debug_backtrace(0, 2);
i try to put random number on the count() just out of curiosity and i end up hitting another error
==> httpd-error.log <==
[Sat Apr 10 08:36:35.986094 2021] [proxy_fcgi:error] [pid 3686] [client:6331] AH01071: Got error ‘PHP message: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/komodo/public_html/lib/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php on line 78’