Notes |
|
(0004542)
|
tanvir
|
04-25-10 14:25
|
|
This is the resin.conf fragment for the project:
<web-app id="/ci_sample" document-directory="${resinHome}/../ci_sample" character-encoding="utf-8">
<servlet-mapping url-pattern="*.php" servlet-class="com.caucho.quercus.servlet.QuercusServlet">
<init>
<ini-file>php.ini</ini-file>
</init>
</servlet-mapping>
</web-app> |
|
|
(0004543)
|
tanvir
|
04-25-10 14:27
|
|
I have uploaded the PHP.INI that worked in standard setup but failed in Quercus. |
|
|
(0004544)
|
tanvir
|
04-25-10 14:29
|
|
We are using CodeIgniter version 1.7.2 for our project, but the sample is using 1.4.0 and is also failing in the exact same way. |
|