XF 1.4 Minify CSS

Gopala Subramanium

Active member
Hello,

I tried to enable Minify CSS under AdminCP >> Options >> Performance but everytime i do anything, i get the error below; I have made the requisite additions in config.php: Please help.

Server Error:

The forum.fixmystuff.org page isn’t working
forum.fixmystuff.org
is currently unable to handle this request.

HTTP ERROR 500

Error Log:

Server Error Log
Error Info
ErrorException: Fatal Error: Call to undefined function opcache_reset() -library/AddOnInstaller/XenForo/Model/AddOn.php:194
Generated By: sgopala, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(62) "http://forum.fixmystuff.org/admin.php?options/save/performance"
["_GET"] => array(1) {
["options/save/performance"] => string(0) ""
}
["_POST"] => array(3) {
["options"] => array(10) {
["enableSearch"] => string(1) "1"
["enableNewsFeed"] => string(1) "1"
["newsFeedCache"] => string(1) "1"
["enableNotices"] => string(1) "1"
["updateContentOnUsernameChange"] => string(1) "1"
["enableInsertDelayed"] => string(1) "1"
["bbCodeCacheTrimDays"] => string(2) "30"
["floodCheckLength"] => string(2) "30"
["lostPasswordTimeLimit"] => string(3) "180"
["jQuerySource"] => string(5) "local"
}
["options_listed"] => array(13) {
[0] => string(12) "enableSearch"
[1] => string(14) "enableNewsFeed"
[2] => string(13) "newsFeedCache"
[3] => string(13) "enableNotices"
[4] => string(29) "updateContentOnUsernameChange"
[5] => string(19) "enableInsertDelayed"
[6] => string(9) "minifyCss"
[7] => string(13) "templateFiles"
[8] => string(15) "cacheBbCodeTree"
[9] => string(19) "bbCodeCacheTrimDays"
[10] => string(16) "floodCheckLength"
[11] => string(21) "lostPasswordTimeLimit"
[12] => string(12) "jQuerySource"
}
["_xfToken"] => string(8) "********"
}
}
 
Top Bottom