[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Dhandapani Sattanathan
Yes Shaharia Azam, It is working fine now. Thanks for your valuable reply. It solved the problem. On Friday, February 2, 2018 at 5:03:57 PM UTC+5:30, Shaharia Azam wrote: > > So it's working good now? -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working good now? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email

Re: [google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working now? On Feb 2, 2018 11:49 AM, "Dhandapani Sattanathan" < dhandapani.sattanat...@ssomens.com> wrote: > Thanks, Kenworth & Shaharia Azam for your reply. > > > I tried with sys_get_temp_dir() function in GAE Flexible Environment, > > I changed like index.php and Cache.php in Mpdf.

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-01 Thread Dhandapani Sattanathan
Thanks, Kenworth & Shaharia Azam for your reply. I tried with sys_get_temp_dir() function in GAE Flexible Environment, I changed like index.php and Cache.php in Mpdf. Now /tmp writable in GAE FE. index.php I did modification in mpdf Cache.php public function __construct($basePath,

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-01 Thread Shaharia Azam
Did you try changing the temporary path with "/tmp"? This "/tmp" should be writable or use php sys_get_temp_dir() function in your GAE flexible environment so you will get a temporary directory file location that is writable. On Thursday, February 1, 2018 at 12:09:10 PM UTC+6, Dhandapani

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-01 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Directories for temporary files are documented on this mPDF Manual . Note that this library is not a Google product and we therefore can not support it due to our limited visibility. It is recommended to continue