SMF Support > Install and Upgrade Help

Connection reset on Login

(1/1)

Ih8BSD:
I am currently trying to get my forum up and running. I am currently running on a FreeBSD 8.1, PHP 5.2.14, and MySQL 5.1.52. Not hosted by another party.

Everything was installed until the 2nd to final step, adding the Admin Account. I enter in the data then my page resets giving the "The connection was reset The connection to the server was reset while the page was loading." error.

I am pretty sure it added the account because when I go to the index.php it list that user in the latest users statistic. This error occurs whenever I attempt to login to any account. I attempted to add a test user and again it let me create the user but the same error pops up whenever I try to log into the account.

I put Apache on debug logging  and it showed the following:

[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_kernel.c(1866): OpenSSL: Handshake: start
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_kernel.c(1874): OpenSSL: Loop: before/accept initialization
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_io.c(1897): OpenSSL: read 11/11 bytes from BIO#297b6480 [mem: 297d4000] (BIO dump follows)
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_io.c(1830): +-------------------------------------------------------------------------+
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_io.c(1869): | *                 OPTIONS * H      |
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_io.c(1875): +-------------------------------------------------------------------------+
[Fri Sep 07 10:43:07 2012] [debug] ssl_engine_kernel.c(1903): OpenSSL: Exit: error in SSLv2/v3 read client hello A
[Fri Sep 07 10:43:07 2012] [info] [client ::1] SSL library error 1 in handshake (server 172.50.*.*:443)
[Fri Sep 07 10:43:07 2012] [info] SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!?
[Fri Sep 07 10:43:07 2012] [info] [client ::1] Connection closed to child 0 with abortive shutdown (server 172.50.*.*:443)
/libexec/ld-elf.so.1: /usr/local/lib/php/20060613/session.so: Undefined symbol "zend_parse_parameters_none"

The last line appears to happen every time I try to login. So far I have cleared the DB, and reinstalled several times, tried tweaking configs on just about everything. I can see the users on the statistics page and can visit any page that does not require a login. Ive killed all firewall, and even tried running network dumps to see if the error was network related(at least out to the gateway router). I also can connect to my website via https.

I have googled the crap out of this and searched the forums and cannot find a solution.

K@:
I'm not ignoring you, mate. I just have no idea about self-hosted stuff.

Consider this to be a free bump of your topic. ;)

Ih8BSD:
Ok, so I just finished fixing this problem. Evidently either SMF, or Apache2.2 does not like the session exentions (session.so) in PHP 5.2.14. I figured it was the session because the error-log popped this up every time I got the page reset.

/libexec/ld-elf.so.1: /usr/local/lib/php/20060613/session.so: Undefined symbol "zend_parse_parameters_none"

So long Story Short.. If you are using FreeBSD 8.1 Stable and up you should use the php5(i.e. php_5.3.3) and the associated php5-extensions ports.

K@:
Thanks, for sharing that.

It may well help others. :)

Navigation

[0] Message Index

Go to full version