[pmapper-users] problems with relative path in mapfile

2010-12-13 Thread Fco . Javier García Ricca
Hello, In my application all work fine with relative path in mapfile but when I try to export the map to geotiff I get the next error: [13-Dec-2010 10:37:20] PHP Warning: readfile(../../../ms_tmp/18c6hpup5imb6vqlva3f950585.tif) [a href='function.readfile'function.readfile/a]: failed to open

Re: [pmapper-users] problems with relative path in mapfile

2010-12-13 Thread Armin Burger
just use an absolute path and you're done. otherwise change core code to use file name resolution with PHP function realpath(). armin On 13/12/2010 10:43, Fco. Javier García Ricca wrote: Hello, In my application all work fine with relative path in mapfile but when I try to export the map to

Re: [pmapper-users] problems with relative path in mapfile

2010-12-13 Thread Fco . Javier García Ricca
Hello Armin, It is clear that using the absolute path the problem is solve but i meant to do with relative path. I look at what you said and I'll tried to change it. Thanks 2010/12/13 Armin Burger armin.bur...@gmail.com just use an absolute path and you're done. otherwise change core code to