Jump to content

При попытке поставить CKEditor выдаётся ошибка.

Featured Replies

TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given (0)
#0 /var/www/user834756/data/www/s834756.smrtp.ru/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\settings\_webapp->manage()
#1 /var/www/user834756/data/www/s834756.smrtp.ru/applications/core/modules/admin/settings/webapp.php(39): IPS\Dispatcher\_Controller->execute()
#2 /var/www/user834756/data/www/s834756.smrtp.ru/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\settings\_webapp->execute()
#3 /var/www/user834756/data/www/s834756.smrtp.ru/admin/index.php(13): IPS\_Dispatcher->run()
#4 {main}

ips 4.7.15 ставлю ckeditor_4.22.1_basic и такую ошибку получаю.

В чём проблема ?

 

 

Screenshot 2024-03-07 at 10-29-36 A configuration or server error has occurred.png

Link to comment
https://ipbmafia.ru/topic/26657-pri-popytke-postavit-ckeditor-vydayotsya-oshibka/
Share on other sites

Найдите в application/core/admin/settings/webapp.php строку

        $form->add( new \IPS\Helpers\Form\YesNo( 'configure_manifest', \count( $manifestDetails ) > 0, FALSE, array(

и замените ее на 

        $form->add( new \IPS\Helpers\Form\YesNo( 'configure_manifest', ( isset($manifestDetails) && \count( $manifestDetails ) > 0 ), FALSE, array(

Возможно поможет.

Увы не помогло.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.