Mantis - Quercus
Viewing Issue Advanced Details
1745 minor always 05-21-07 10:16 05-01-07 09:44
sam  
sam  
normal  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001745: MediaWiki file upload parent directory does not exist
(rep by A Sharaz)

I'm running mediawiki 1.9.3 and resin pro 3.1.1.

Just about everything I need works just fine .... except for image file
uploading. I *think* I've got it configured correctly but get the
following error message. I'm sure it shouldn't be asking for
.....index.php/WEB-INF/upload .......

java.io.IOException:
'/usr/web/webapps/wiki/index.php/WEB-INF/upload/php877240297tm
p' parent directory does not exist

        at com.caucho.vfs.JniFilePathImpl.nativeOpenWrite(Native Method)

        at
com.caucho.vfs.JniFilePathImpl.openWriteImpl(JniFilePathImpl.java:341)

        at com.caucho.vfs.Path.openWrite(Path.java:988)

        at com.caucho.vfs.Path.createNewFile(Path.java:1051)

        at com.caucho.vfs.Path.createTempFile(Path.java:1080)

        at
com.caucho.quercus.env.Post.readMultipartStream(Post.java:150)

        at com.caucho.quercus.env.Post.fillPost(Post.java:96)

        at com.caucho.quercus.env.Env.<init>(Env.java:315)

        at com.caucho.quercus.env.ProEnv.<init>(ProEnv.java:45)

        at com.caucho.quercus.ProQuercus.createEnv(ProQuercus.java:49)

        at
com.caucho.quercus.servlet.ResinQuercusServlet.service(ResinQuercusServl
et.java:112)

There are no notes attached to this issue.