Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-09-04 Thread Dave S
On Wednesday, September 4, 2019 at 11:09:06 AM UTC-7, Rahul wrote: > > Hi Dave, > >Sorry for the delay - I got busy but - Thanks for pushing me I > worked on it today and now it is finally *RESOLVED!! Yay!! * > > There were two errors - > > 1] (cannot open resource) > 2] NameError:

Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-09-04 Thread Rahul
Hi Dave, Sorry for the delay - I got busy but - Thanks for pushing me I worked on it today and now it is finally *RESOLVED!! Yay!! * There were two errors - 1] (cannot open resource) 2] NameError: global name 'watermark_font' is not defined These were because the system could not

Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-09-03 Thread Dave S
On Saturday, August 31, 2019 at 6:54:21 PM UTC-7, Rahul wrote: > > To Add - > > [Sat Aug 31 18:02:10.901023 2019] [wsgi:error] [pid 3810] [client >> 95.163.255.151:41074 >> ] >>

Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-08-31 Thread Rahul Dhakate
To Add - [Sat Aug 31 18:02:10.901023 2019] [wsgi:error] [pid 3810] [client > 95.163.255.151:41074 > ] > WARNING:root:Unable to write to file > /home/www-data/web2py/applications/artp

Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-08-31 Thread Rahul Dhakate
Yes the thumbs directory exists and I have given all the rights to it. Strange enough it did write a few files to this directory before. As I mentioned before, the previous problem was that thumbnail file name was not properly named, now it does not write to it at all. Also after the patch I did ye