<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I don’t think this will be an easy one to fix via the forum. (Just a guess).</div><div class=""><br class=""></div><div class="">That error is in the CCE class that was designed as an alternative to using cce.so when Michael was first building 5209R. That code will only be used if cce.so is not working. That would normally only happen if there is a problem with the bundled CCE libraries that are complied against PHP.</div><div class=""><br class=""></div><div class="">Two common reasons for that - Have you recently either:</div><div class=""><br class=""></div><div class="">1. Tried to build and/or compile and/or install a PHP package other than the factory supplied PHP or one purchased via the store, or</div><div class="">2. Have you added a custom yum repository to your server.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Lets look at the specific error. This line of code reads:</div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>$this->socketPath = $system->getConfig("ccedSocketPath”);</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; line-height: normal;" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">That method is included in </span>/usr/sausalito/ui/chorizo/ci/application/libraries/System.php</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">The method is designed to open /usr/sausalito/ui/conf/ui.cfg to get some basic system parameters for the UI. One observation. The error says it cannot find getConfig, so something is really screwed if it cannot find a standard library which gets loaded in CceClient and all sorts of other places.</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">So. Tell us. What happened before it broke? What was changed?</div><div style="margin: 0px; line-height: normal;" class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">GK</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div><blockquote type="cite" class=""><div class="">On 1 Jul 2016, at 7:20 PM, fastreplies <<a href="mailto:fastreplies@shaw.ca" class="">fastreplies@shaw.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello<br class=""><br class="">I'm getting this error while trying to login to server via GUI<br class="">--------------<br class="">Fatal error: Call to undefined method System::getConfig() in <br class="">/usr/sausalito/ui/chorizo/ci/application/libraries/CCE.php on line 124<br class="">-------------------------<br class=""><br class="">In mean while I have no mail, DNS, sites are down.<br class=""><br class="">Any help please<br class=""><br class="">Cheers<br class="">Bart <br class=""><br class=""><br class="">_______________________________________________<br class="">Blueonyx mailing list<br class=""><a href="mailto:Blueonyx@mail.blueonyx.it" class="">Blueonyx@mail.blueonyx.it</a><br class="">http://mail.blueonyx.it/mailman/listinfo/blueonyx<br class=""></div></div></blockquote></div><br class=""></div></body></html>