Mantis - Quercus
Viewing Issue Advanced Details
1427 minor always 10-29-06 05:22 12-14-06 06:54
demianr Intel  
nam Linux Debian  
normal 3.0  
closed 3.0.21  
fixed  
none    
none 3.1.0  
0001427: session_start in phpMyAdmin stops execution
phpMyAdmin 2.8.1 dies when calling session_start(); in libraries/session.inc.php (which is included from libraries/common.lib.php).

I could not find any clues in the logs.
just follow all instructions in the INSTALL-file and put the following in web.xml:
<servlet>
                <servlet-name>PHPServlet</servlet-name>
                <servlet-class>com.caucho.quercus.servlet.QuercusServlet</servlet-class>
        </servlet>
        <servlet-mapping>
                <servlet-name>PHPServlet</servlet-name>
                <url-pattern>*.php</url-pattern>
        </servlet-mapping>
This is with resin open source using the default resin.conf.

phpMyAdmin was installed in a subdirectory called phpMyAdmin-2.8.1 in a webapp.

Notes
(0001652)
nam   
12-14-06 06:54   
php/1k46