Quote:
Originally Posted by fortforum.org
An unexpected error was returned: 'count(): Argument #1 ($value) must be of type Countable|array, null given',
Appart from that is fine.
|
When you add in .htacces or php.ini the following it is gone!
php_value max_input_vars
to 10000
Also, for the people who having trouble with editing a schout a fix:
Look for the file core/packages/dbtechvbshout/datamanager/shout.php and open it.
Scroll down to:
'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO, 'if (!in_array($data, array(\'\', \'thread\', \'reply\'))) { return false; } return true;'),
Change it to:
'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO),
Problem solved and you can edit shouts again!