Re: [web2py] Re: insecure string pickle

2017-09-08 Thread Wabbajack
Hi Dave, I have tried cleaning it in web2py web interface and also i have checked using os gui that all files ,folders or subfolders are erased... For now session,errors and cache folders are all clean as suggested... but still error exist.. :( Thanks, Jak On Thursday, September 7, 2017 at

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Dave S
On Wednesday, September 6, 2017 at 12:23:50 AM UTC-7, Wabbajack wrote: > > Hi Kiran, > > Yes the folders cache, sessions, and error have no file inside... > Is there any other way to clear this folders? > I just manually delete all files in each folder.. > and also i have tried restarting the we

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Kiran Subbaraman
Hello Jak, Not sure what could be causing the issue, then. Will get back to you if I have any useful suggestions. Kiran Subbaraman http://subbaraman.wordpress.com/about/ On 06-Sep-17 1:26 PM, Wabbajack wrote: Hi Kiran, Yes exactly i have copied a 2.9.

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Wabbajack
Hi Kiran, Yes exactly i have copied a 2.9.11 app into a 2.14.6 web2py environment and try to run it... Also right now i tried removing *.pyc files... anyways i dont have much .pyc file... for now i have only deleted __init__.pyc only from web2py files Also i have Clean on the admin interface.

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Kiran Subbaraman
Didn't notice it earlier, but the error seems to have been raised from a 2.9.12 web2py system. So, just to confirm, you have copied your 2.9.11 app, into a 2.14.6 web2py environment. And trying to run it from in there. Also, looks like you had pre-compiled the 2.9.11 app. It is a good idea to re

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Wabbajack
Hi Kiran, Yes the folders cache, sessions, and error have no file inside... Is there any other way to clear this folders? I just manually delete all files in each folder.. and also i have tried restarting the web2py itself Still the error exist Thanks, Jak On Wednesday, September 6, 2017 at

Re: [web2py] Re: insecure string pickle

2017-09-06 Thread Kiran Subbaraman
You should clear out the following files - sessions / errors / cache content - from your 2.9.11 based application Kiran Subbaraman http://subbaraman.wordpress.com/about/ On 06-Sep-17 10:26 AM, Wabbajack wrote: Hi I also go this Error... I am running Wi