Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1427 | minor | always | 10-29-06 05:22 | 12-14-06 06:54 | |
|
|||||
Reporter: | demianr | Platform: | Intel | ||
Assigned To: | nam | OS: | Linux Debian | ||
Priority: | normal | OS Version: | 3.0 | ||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|||||
Summary: | 0001427: session_start in phpMyAdmin stops execution | ||||
Description: |
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. |
||||
Steps To Reproduce: |
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> |
||||
Additional Information: |
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. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|