By the way, I was just thinking about a work around for my problem when i 
decided to do a DIFF between the webfaction controllers/appadmin.py file 
and the one on windows. THEY ARE DIFFERENT. I did not expect that. 

Here is a link to the 2 files,  appadmin.py.windows,  appadmin.py.linux for 
download.

http://theo.jdor.webfactional.com/dl/web2py-google-group/2QjSeDaV_K0/

When trying to post this reply on my original post with attachments, i kept 
getting 
"An error (#340) occurred while communicating with the server."
I tried from both firefox and opera.


Thanks again.

Love and peace,

Joe

On Thursday, December 6, 2012 10:23:54 AM UTC-8, JoeCodeswell wrote:
>
> Dear web2py folks,
>
> I created myapp on webfaction and demonstrated it to my prospective 
> client. Then i wanted to make a dev copy on my windows machine so:
>
>    1. I created  myapp  on windows. Both windows and webfaction are 
>    running web2py version 2.2.1 stable from source, db = 
>    DAL('sqlite://storage.sqlite').
>    2. I copied the following directories from webfaction to my windows 
>    app [controllers, databases, models, modules, static, uploads, views]
>    3. I fired up myapp on windows and i couldn't Login using any of the 
>    user logins i had created on webfaction. Each try just returns to the 
> login 
>    page without comment.
>    4. Then i went into the windows edit myapp database administration and 
>    added a new user. I noticed that the new user password was enCRYPTed using 
>    sha512, whereas the webfaction user passwords were using 
>    pbkdf2(1000,20,sha512)
>
> So my question is the following.
>
> What is the proper way to copy the directories from Linux to Windows to 
> "fix" the CRYPT differences so that myapp is the same on windows as it is 
> on Linux?
>
> Thanks for the help in advance.
>
> Love and peace,
>
> Joe
>

-- 



Reply via email to