Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
viewModel->getTplData(ViewModel::FLD_ICON); $activeVer = $this->viewModel->getTplData(ViewModel::FLD_ACTIVE_VER); $verList = $this->viewModel->getTplData(ViewModel::FLD_VERSION_LIST); $allowedList = $this->viewModel->getTplData(ViewModel::FLD_ALLOWED_VER_LIST); $state = $this->viewModel->getTplData(ViewModel::FLD_STATE); $errMsgs = $this->viewModel->getTplData(ViewModel::FLD_ERR_MSGS); $d = array( 'title' => 'LiteSpeed Cache Plugin Version Manager', 'icon' => $icon ); $this->loadTplBlock('Title.tpl', $d); if ( !empty($errMsgs) ) { $d = array( 'msgs' => $errMsgs, 'class' => 'msg-error scrollable', ); $this->loadTplBlock('DivMsgBox.tpl', $d); } $d = array( 'title' => 'Set Active Version', 'bold' => true ); $this->loadTplBlock('SectionTitle.tpl', $d); ?>

[Feature Disabled] Unable to find/retrieve valid LSCWP version list.

Sets the LiteSpeed Cache plugin version to be used in all future "Enable" operations. (To ensure stability, there may be a delay before new LiteSpeed Cache plugin versions appear in this list)

Current Active Version:

'Force Version Change For All Existing Installations', 'bold' => true ); $this->loadTplBlock('SectionTitle.tpl', $d); if ( $state == ViewModel::ST_SCAN_NEEDED ): ?>

Cache Management list could not be read. Please go to Manage Cache Installations and Scan/Re-scan to discover active WordPress installations.

No WordPress installations with a non-error status discovered in the previous scan (Installations with a Cache Status of "Error" are not counted). If you have any newly installed WordPress installations, please go to Manage Cache Installations and Re-scan/Discover New.

[Feature Disabled] Unable to find/retrieve valid LSCWP version list.

Upgrades active LiteSpeed Cache plugins matching the selection in the "From Version" list to the version chosen under "Upgrade To".
Flagged installations will be skipped. (To ensure stability, there may be a delay before new LiteSpeed Cache plugin versions appear in this list)


From Version(s):
'Back', ); $this->loadTplBlock('ButtonPanelBackNext.tpl', $d);