Re: [web2py] New Free Appliance - Ticketing & Project Management System BugBuster Online

2013-11-29 Thread rahul dhakate
Hi Stifan, I think I mentioned in the mail. Report lab is a dependency for this project. You need to install its binary or have that on web2py folder. Rahul. On 29 Nov 2013 19:06, "黄祥" wrote: > Traceback (most recent call last): > File "/home/mdipierro/make_web2py/web2py/gluon/restricte

Re: [web2py] New Free Appliance - Ticketing & Project Management System BugBuster Online

2013-11-29 Thread rahul dhakate
Hi Antonio, Ramos, All, I hope it worked for you. Please let me know if you find any regressions. Thanks Rahul On 29 Nov 2013 19:19, "António Ramos" wrote: > [image: Imagem inline 1] > > > 2013/11/29 黄祥 > >> >> >> Traceback (most recent call last): >> File "/home/mdipierro/make_we

Re: [web2py] Re: passing variables to plugin_layout view - plugin_layouts\layouts\

2018-06-07 Thread Rahul Dhakate
Hi Anthony, I accomplished this via model - Thanks! for pointing. Below is the sample logic *All written In Model* > global user_right1 > user_right1=False # Default value provided > code written to retrieve actual values and set the user_right1= In layout.html (whatever name of the lay

Re: [web2py] Re: passing variables to plugin_layout view - plugin_layouts\layouts\

2018-06-07 Thread Rahul Dhakate
Oh I see. I'll check this out and modify the code if required. Thanks! for the tip. Thanks & Regards, Rahul On Thu, Jun 7, 2018 at 5:53 PM, Anthony wrote: > Note, you do not have to declare the variable as global in the model. All > objects defined in models are added to the web2py global envi

Re: [web2py] Re: passing variables to plugin_layout view - plugin_layouts\layouts\

2018-06-07 Thread Rahul Dhakate
Yes this works! I've modified the code accordingly. Thanks! Anthony On Fri, Jun 8, 2018 at 11:12 AM, Rahul Dhakate wrote: > Oh I see. I'll check this out and modify the code if required. Thanks! for > the tip. > > Thanks & Regards, > > Rahul > > On Thu,

Re: [web2py] Re: Getting 404 NOT FOUND error when accessing a few pages of my app.

2017-08-15 Thread Rahul Dhakate
Hi Anthony, Thanks for getting back. No changes were made that would break the system so badly. And although today I did copy the single project on the same machine but with a newly setup web2py 2.15.3. I will try using this project on another machine by configuring it from scratch. Does

Re: [web2py] Re: Getting 404 NOT FOUND error when accessing a few pages of my app.

2017-08-15 Thread Rahul Dhakate
9/09/access-control#Decorators Is there a common use pattern in the 20+ failing functions that isn't used in the functions that are still working? -Jim On Tue, Aug 15, 2017 at 6:48 AM, Rahul Dhakate wrote: > Hi Anthony, > Thanks for getting back. No changes were made that

Re: [web2py] Re: Hosting question

2019-08-01 Thread Rahul Dhakate
Hi Jose, Have you removed welcome application from web2py applications folder or it still resides there but when accessed gives 404? I am using python 2.7.13 . I will try your settings for routes and get back to you. In the meantime you may access the sites here that I referred to - 1. www.ta

Re: [web2py] Re: Hosting question

2019-08-01 Thread Rahul Dhakate
Hi Jose, I did the changes as per your suggestion. Now when I specify a default application it takes me to the same application when I access any domain. Secondly - If I specify my domain name without a www. prefix (example: artpic.in) I am navigated to welcome however the app is not show as

Re: [web2py] Re: Hosting question

2019-08-02 Thread Rahul Dhakate
Hi Jose, Thanks for getting back - I am using nano for editing routes.py in the live server, it isn't so friendly but gets the job done. Might be one of the reasons for my typo - Here are the answers to rest of the questions - 1) First of all, can you confirm this is a routes.py file in th

Re: [web2py] Re: Hosting question

2019-08-02 Thread Rahul Dhakate
Hi Jose, Thank you !! That worked ... the point #4 resolved that issue. So now no need to work with Apache and all is working well. Thanks a million!! artpic.in and targetsoft.co.in work fine now. Regards, Rahul On Fri, Aug 2, 2019 at 1:53 PM Jose C wrote: > Hi Rahul, > > ok,.. > 1) no

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

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: Whats the best way to create an Android or iOS app for web2py project

2019-09-13 Thread Rahul Dhakate
Thanks! Dave and Pbop for getting back with the answers. Sorry about posting less details *@dave* - No, I do not intend to run web2py on mobile device. Web2py would serve my application on the web as it usually does. The idea is to write another simple iOS or Android application in some tool like

Re: [web2py] Re: Whats the best way to create an Android or iOS app for web2py project

2019-09-18 Thread Rahul Dhakate
Hi All, Any clues anyone on the questions asked? Regards, *Rahul* On Fri, 13 Sep 2019 at 12:53 PM, Rahul Dhakate wrote: > Thanks! Dave and Pbop for getting back with the answers. Sorry about > posting less details > > *@dave* - No, I do not intend to run web2py on mobile de

Re: [web2py] Re: does having similar controller names or app folder names cause conflict in web2py?

2019-09-22 Thread Rahul Dhakate
Hi Massimo, I appreciate your reply. I had an application where in I had two controllers one called as default.py and the other called as default_0001.py in the same folder. I experienced strange issues which were fixed in the new default.py but were still there reflecting in the applicati

Re: [web2py] Re: does having similar controller names or app folder names cause conflict in web2py?

2019-10-09 Thread Rahul Dhakate
All, I tested this scenario can now confirm that it does not have an impact for the issue I mentioned below. Thank you. Rahul On Sun, 22 Sep 2019 at 3:55 PM, Rahul Dhakate wrote: > Hi Massimo, > I appreciate your reply. I had an application where in I had two > contro