[BlueOnyx:18974] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Michael Stauber
Hi Dirk, > If a lot of cced processes are running the customer also gets an error and > not the login page: > > A PHP Error was encountered > Severity: Notice > Message: Undefined index: isLicenseAccepted > Filename: controllers/login.php > Line Number: 353 > > The new cache function is not

[BlueOnyx:18975] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Maurice de Laat
Michael Stauber schreef op 13-01-2016 11:12: > Yeah, I have seen this as well. My apologies that we've been rocking > the > boat this much with the recent updates. They were well intended, but it > was anything but smooth. Thanks Michael, There's more going on that started on the same time.

[BlueOnyx:18982] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Richard Morgan :: Morgan Web
> there is an side effect. > If a lot of cced processes are running the customer also gets an error and not the login page: > A PHP Error was encountered > Severity: Notice > Message: Undefined index: isLicenseAccepted > Filename: controllers/login.php > Line Number: 353 > A PHP Error was

[BlueOnyx:18992] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Ken Hohhof
I am seeing pretty much the same thing with a 5208R machine. I am having to restart cced every time I want to log in to the admin interface. I do not see a lot of cced processes running, but I either cannot get the login page, or once I enter the login credentials, I get PHP errors like in

[BlueOnyx:18983] Email issues

2016-01-13 Thread Gregg K
Hello, I don't know if this has anything to do with the issues we are having lately, but today I noticed that on one of my servers, I'm not able to get any email. The configurations seem to be all wrong. It's looking for /etc/aliases, and I know that the aliases are at /etc/mail/aliases I also

[BlueOnyx:18989] Re: no access to admserv

2016-01-13 Thread Gregg K
I did some searching and found a similar error last year. The fix was to reinstall base-adm-glue However this did not fix the php.ini which was the bad file. On both servers, the php.ini was only 3k, and most of the backups were 38k. I deleted the php.ini, and restored the last good backup

[BlueOnyx:18990] Re: no access to admserv

2016-01-13 Thread Michael Stauber
Hi Gregg, > I did some searching and found a similar error last year. The fix was to > reinstall base-adm-glue > However this did not fix the php.ini which was the bad file. I actually mentioned this in my "[BlueOnyx:18984] Re: Email issues" from today. ;-) Fix for that: yum reinstall

[BlueOnyx:18986] Re: Email issues

2016-01-13 Thread GreggK
This is great info for the next time. I decided to go ahead and upgrade to 5209. I must say the install was very user friendly. Everything looks like it's working fine. I found out what happened. There was a power outage and when the server came back up it had all these issues. Thanks for the

[BlueOnyx:18987] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Michael Stauber
Hi Dirk, > Additional I have the issue that the system monitoring have a red star but > for all services no information is available. > A manual status check only gives one line output in the /var/log/messages > file: > > Jan 13 17:46:44 server cced(smd)[3266]: client [0:3265] has admin

[BlueOnyx:18984] Re: Email issues

2016-01-13 Thread Michael Stauber
Hi Gregg, > I don't know if this has anything to do with the issues we are having > lately, but today I noticed that on one of my servers, I'm not able to get > any email. The configurations seem to be all wrong. > It's looking for /etc/aliases, and I know that the aliases are at >

[BlueOnyx:18985] Re: 5208R System Settings -> Cache: Fatal error

2016-01-13 Thread Michael Stauber
Hi, > I've found the problem, I have installed php-memcached and memcached > itself before the update (I use as cache backend for wordpress). Now I > have disabled php-memcached, restarted httpd and admserv, toggled in the > bx gui (working) cache ON, re-enabled php-memcached. I see. Yeah, that

[BlueOnyx:18991] Re: 5208R System Settings -> Cache: Fatal error

2016-01-13 Thread Michael Stauber
> I'll rename our PHP class to something else to avoid this conflict in the > future. I just published an update that renames our "memcache" class to "ccecache" instead. That should fix this problem. -- With best regards Michael Stauber ___ Blueonyx

[BlueOnyx:18988] no access to admserv

2016-01-13 Thread Gregg K
I have two servers that I cannot access the admin site. They were fine yesterday, and today I'm having this issue: Fatal error: Call to undefined method System::getConfig() in /usr/sausalito/ui/chorizo/ci/application/libraries/CCE.php on line 124 I tried to reinstall alpine-ui and it did it

[BlueOnyx:18978] Re: yum update

2016-01-13 Thread wcstaff
Hi Michael, > yum clean all > yum update > I have also been experiencing strange things happening after YUM updates. Now all cron.daily jobs won't automatically execute. So I followed your advice and manually attempted to perform "yum clean all" and "yum update". When doing "yum clean all" I get

[BlueOnyx:18977] Re: 5208R System Settings -> Cache: Fatal error

2016-01-13 Thread p . paoloni
I've found the problem, I have installed php-memcached and memcached itself before the update (I use as cache backend for wordpress). Now I have disabled php-memcached, restarted httpd and admserv, toggled in the bx gui (working) cache ON, re-enabled php-memcached.

[BlueOnyx:18979] Re: 5208R - Curious behavior of cced

2016-01-13 Thread Dirk Estenfeld
Michael, hmm, I am not sure if the issue is really fixed yet. I had this issue at a R5208R machine right now and this machine seems to be fully updated. Additional I have the issue that the system monitoring have a red star but for all services no information is available. A manual status

[BlueOnyx:18980] grep -R "class Memcache" /usr/sausalito/ui/chorizo/ci/

2016-01-13 Thread kmrichardson
/usr/sausalito/ui/chorizo/ci/application/modules/base/memcache/controllers/memcache.php:class Memcache extends MX_Controller { Click on Cache in the Admin and you get the error message Fatal error: Cannot redeclare class Memcache in