[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] Restoring from the CMD Line



> Its the Qube 3.  I installed the Qube3-All-Security-4.0.1-15714 update (CCE
> daemon security update) which was released over the weekend.
> 
> I got to the login GUI, I entered the admin username and password and then I
> got the following message:
> 
> Fatal error: Call to undefined function: cce_new() in
> /usr/sausalito/ui/libPhp/CceClient.php on line 28
> 
> I did try to restart as you suggested and it didn't work.
> 
> I have been using the backup facility that comes with the Qube and it places
> the backup files on a share on a fileserver which we have got.
> 
> I can telnet into the Qube without any problems.

I had exactly the same symptoms after installing Qube3-All-Security-4.0.1-15714

In /var/log/httpd/adm_error:


PHP Warning:  cce: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001222
PHP compiled with debug=0, thread-safety=0 module API=20001214
These options need to match
 in Unknown on line 0
[Sat Nov 30 23:24:54 2002] [notice] Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.4 mod_auth_pam_external/0.1 mod_perl/1.25 configured -- resuming normal operations


My problem appeared to be that when I'd installed the
Qube3-All-Security-4.0.1-14039.pkg (PHP Upgrade) package, it hadn't
actually been successful, so I was still running the old version
of PHP, which isn't compatible with this latest update...

I don't know if there's a way for force the Qube to reinstall an
package it thinks is already applied, so I took the package to bits
to force install the RPMs and now the admin interface works again.

Hope that's of some help