Re: can not start phpmyadmin after upgrade to 2.10.3

2007-09-25 Thread A.Rymkus
Hi, vuthecuong.

You wrote at 04.08.2007, 11:12:48:

v Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
v 2.10.3
v when I browse to phpmyadmin page, it said:


v   phpMyAdmin - Error

v Cannot start session without errors, please check errors given in your
v PHP and/or webserver log file and configure your PHP installation properly.

v What's is this error?
v How can I solve it?
v Tnx in advanced

v ___
v freebsd-questions@freebsd.org mailing list
v http://lists.freebsd.org/mailman/listinfo/freebsd-questions
v To unsubscribe, send any mail to
v [EMAIL PROTECTED]

You have to update php5-session port, it's usually installed by
php5-extensions port.
At my home FreeBSD box I'd just ran following command:
  portupgrade php*
and in the morning all the things were working... May be you will want
to run
  portupgrade php5-session
I think it would help you ;)



-- 
WBR, A.Rymkus

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-08 Thread vuthecuong



Rakhesh Sasidharan wrote:



Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
2.10.3
when I browse to phpmyadmin page, it said:


 phpMyAdmin - Error

Cannot start session without errors, please check errors given in your
PHP and/or webserver log file and configure your PHP installation 
properly.


snip

[Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down
[Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not 
configured [hint: SSLSessionCache]


Are you accessing using phpMyAdmin over an HTTPS link? The above line 
in the log file seems to indicate some problem with the HTTPS 
configuration. (Possibly not, I'm just asking to eliminate that).


I would also suggest turning ON some logging in your php.ini file. 
That way we could get more info on what's causing the error. (That's 
what I'd do if I had an error message like this).


Hope that helps.

Rakhesh


Hello
I found that every time I browsed to http://localhost/phpmyadmin
the screen became blank (while gallery2 and drupal did not).
Then in http error log file, these lines where appended:
[Mon Aug 06 19:23:12 2007] [notice] child pid 11734 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11733 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11732 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11731 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11730 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11743 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11742 exit signal 
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11741 exit signal 
Segmentation fault (11)

I searched google with no luck.

I think the cause is not phpmyadmin of apache22 themself, is this PHP bug?
That's my thought.
Anyhelp would be highly appriciated.
Pls help me :(
Tnx in advanced

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-08 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

vuthecuong wrote:
 
 
 Rakhesh Sasidharan wrote:

 Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
 2.10.3
 when I browse to phpmyadmin page, it said:


  phpMyAdmin - Error

 Cannot start session without errors, please check errors given in your
 PHP and/or webserver log file and configure your PHP installation
 properly.

 snip
 [Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down
 [Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not
 configured [hint: SSLSessionCache]

 Are you accessing using phpMyAdmin over an HTTPS link? The above line
 in the log file seems to indicate some problem with the HTTPS
 configuration. (Possibly not, I'm just asking to eliminate that).

 I would also suggest turning ON some logging in your php.ini file.
 That way we could get more info on what's causing the error. (That's
 what I'd do if I had an error message like this).

 Hope that helps.

 Rakhesh

 Hello
 I found that every time I browsed to http://localhost/phpmyadmin
 the screen became blank (while gallery2 and drupal did not).
 Then in http error log file, these lines where appended:
 [Mon Aug 06 19:23:12 2007] [notice] child pid 11734 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:12 2007] [notice] child pid 11733 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:12 2007] [notice] child pid 11732 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:12 2007] [notice] child pid 11731 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:12 2007] [notice] child pid 11730 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:14 2007] [notice] child pid 11743 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:14 2007] [notice] child pid 11742 exit signal
 Segmentation fault (11)
 [Mon Aug 06 19:23:14 2007] [notice] child pid 11741 exit signal
 Segmentation fault (11)
 I searched google with no luck.
 
 I think the cause is not phpmyadmin of apache22 themself, is this PHP bug?
 That's my thought.
 Anyhelp would be highly appriciated.
 Pls help me :(
 Tnx in advanced

There have been issues reported previously where PHP would crash because
the entries in /usr/local/etc/php/extension.ini happened to be in the
wrong order.  I wonder if that is what you are seeing?  You can also
have problems if you manage to mix up having apache linked against the
ports version of OpenSSL and PHP linked against the base system version
of OpenSSL (or vice versa)

See, for instance:

http://freebsd.rambler.ru/bsdmail/freebsd-stable_2006/msg09698.html

(plenty of other examples to be found by searching on that site)

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGubAJ3jDkPpsZ+VYRA1JYAKDBMkoRfIKw6O8J9svacZo4QDr+vQCdHWO9
oO/lIz3GEU/ume2swWkjxFw=
=AtHh
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-08 Thread vuthecuong



Henrik Lidström wrote:

Citerar vuthecuong [EMAIL PROTECTED]:




Rakhesh Sasidharan wrote:


Today when after upgrade phpmyadmin through portupgrade from 
2.10.2 to

2.10.3
when I browse to phpmyadmin page, it said:


phpMyAdmin - Error

Cannot start session without errors, please check errors given in 
your
PHP and/or webserver log file and configure your PHP  
installation properly.


snip

[Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down
[Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not  
configured [hint: SSLSessionCache]


Are you accessing using phpMyAdmin over an HTTPS link? The above  
line in the log file seems to indicate some problem with the HTTPS  
configuration. (Possibly not, I'm just asking to eliminate that).


I would also suggest turning ON some logging in your php.ini file.  
That way we could get more info on what's causing the error.  
(That's what I'd do if I had an error message like this).


Hope that helps.

Rakhesh


Hello
I found that every time I browsed to http://localhost/phpmyadmin
the screen became blank (while gallery2 and drupal did not).
Then in http error log file, these lines where appended:
[Mon Aug 06 19:23:12 2007] [notice] child pid 11734 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11733 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11732 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11731 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:12 2007] [notice] child pid 11730 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11743 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11742 exit signal
Segmentation fault (11)
[Mon Aug 06 19:23:14 2007] [notice] child pid 11741 exit signal
Segmentation fault (11)
I searched google with no luck.

I think the cause is not phpmyadmin of apache22 themself, is this PHP 
bug?

That's my thought.
Anyhelp would be highly appriciated.
Pls help me :(
Tnx in advanced



Just wanted to add a me too. Exactly the same problem.
Working - portupgrade /var/db/pkg/phpMyAdmin-xx - not working.

Haven't had time to investigate yet.
6.2, PHP 4.4.7, Apache22, Jailed.

I read somewhere about a problem running PHP with Suhosin-Patch within 
a jail (which I am), maybe thats the problem..


/Henrik


My server: 6.2 p5, apache2.2.4, php 5.2.3: latest
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-06 Thread Rakhesh Sasidharan



Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
2.10.3
when I browse to phpmyadmin page, it said:


 phpMyAdmin - Error

Cannot start session without errors, please check errors given in your
PHP and/or webserver log file and configure your PHP installation 
properly.


snip

[Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down
[Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not configured 
[hint: SSLSessionCache]


Are you accessing using phpMyAdmin over an HTTPS link? The above line in 
the log file seems to indicate some problem with the HTTPS configuration. 
(Possibly not, I'm just asking to eliminate that).


I would also suggest turning ON some logging in your php.ini file. That 
way we could get more info on what's causing the error. (That's what I'd 
do if I had an error message like this).


Hope that helps.

Rakhesh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can not start phpmyadmin after upgrade to 2.10.3

2007-08-04 Thread vuthecuong
Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to 
2.10.3

when I browse to phpmyadmin page, it said:


 phpMyAdmin - Error

Cannot start session without errors, please check errors given in your 
PHP and/or webserver log file and configure your PHP installation properly.


What's is this error?
How can I solve it?
Tnx in advanced

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-04 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

vuthecuong wrote:
 Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
 2.10.3
 when I browse to phpmyadmin page, it said:
 
 
  phpMyAdmin - Error
 
 Cannot start session without errors, please check errors given in your
 PHP and/or webserver log file and configure your PHP installation properly.

Without rather more detail than that, I'm afraid it is impossible to
say exactly what the problem is.  We'd need to see what is recorded
in the error log.

Those error messages will be logged to the apache error log --
/var/log/httpd-error.log is the default location.

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtCku8Mjk52CukIwRCIxIAJ9fqpsOj/YaIj4mkCRON3MgvD8sjACfYRqT
ME3zv6bAgJC8RwVpAAbTBcM=
=lktE
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can not start phpmyadmin after upgrade to 2.10.3

2007-08-04 Thread vuthecuong



Matthew Seaman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

vuthecuong wrote:
  

Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to
2.10.3
when I browse to phpmyadmin page, it said:


 phpMyAdmin - Error

Cannot start session without errors, please check errors given in your
PHP and/or webserver log file and configure your PHP installation properly.



Without rather more detail than that, I'm afraid it is impossible to
say exactly what the problem is.  We'd need to see what is recorded
in the error log.

Those error messages will be logged to the apache error log --
/var/log/httpd-error.log is the default location.

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGtCku8Mjk52CukIwRCIxIAJ9fqpsOj/YaIj4mkCRON3MgvD8sjACfYRqT
ME3zv6bAgJC8RwVpAAbTBcM=
=lktE
-END PGP SIGNATURE-

  
Here is my /var/log/httpd-error.log, if you need other info, pls let me 
know.

Tnx in advanced.
P/S: I have drupal and gallery2 still running without problem.

[Sat Aug 04 17:04:14 2007] [notice] SIGHUP received.  Attempting to restart
[Sat Aug 04 17:04:14 2007] [notice] Digest: generating secret for digest 
authentication ...

[Sat Aug 04 17:04:14 2007] [notice] Digest: done
[Sat Aug 04 17:04:15 2007] [notice] Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 
OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch configured -- re

suming normal operations
[Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down
[Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not configured 
[hint: SSLSessionCache]
[Sat Aug 04 17:15:39 2007] [notice] Digest: generating secret for digest 
authentication ...

[Sat Aug 04 17:15:39 2007] [notice] Digest: done
[Sat Aug 04 17:15:40 2007] [notice] Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 
OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch configured -- re

suming normal operations




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]