Error during update

Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
I am facing a similar problem and have posted earlier.
There seems to be some issue with the update.



On Thursday, 31 October 2013 13:40:45 UTC+5:30, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi,

Did you accidently upgrade to WSGI? We merged the wsgi branch to
master last week.

You can checkout the 1310 branch in both, lib and app to go back to
your previous setup.

cd lib && git checkout 1310 && cd ..
cd app && git checkout 1310 && cd ..
./lib/wnf.py -b

Otherwise, you can migrate to wsgi right away.

On Thu, Oct 31, 2013 at 1:40 PM, rhinorck kr...@gmail.com wrote:

Hello there,

I’ve just attempted to update my ERPNext and I received an ‘unable to
complete request:error’ message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me
I don’t have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

Hi pratik ,

When tying to migrate Everything fine upto  ./lib/wnf.py --serve    command , i got the following error
Traceback (most recent call last):
  File "./lib/wnf.py", line 673, in <module>
    main()
  File "./lib/wnf.py", line 23, in main
    run(fn, parsed_args)
  File "./lib/wnf.py", line 43, in run
    out = globals().get(fn)(**args)
  File "./lib/wnf.py", line 34, in new_fn
    return fn(*args, **new_kwargs)
  File "./lib/wnf.py", line 566, in serve
    import webnotes.app
  File "lib/webnotes/app.py", line 31
    for k, v in (request.form or request.args).iteritems() })
      ^
SyntaxError: invalid syntax

On Thursday, October 31, 2013 1:57:08 PM UTC+4, pdvyas wrote:
Hi,

Did you accidently upgrade to WSGI? We merged the wsgi branch to
master last week.

You can checkout the 1310 branch in both, lib and app to go back to
your previous setup.
```
cd lib && git checkout 1310 && cd ..
cd app && git checkout 1310 && cd ..
./lib/wnf.py -b
```

Otherwise, you can migrate to wsgi right away.
https://github.com/webnotes/erpnext/wiki/Migrating-your-erpnext-instance-to-wsgi

On Thu, Oct 31, 2013 at 1:40 PM, rhinorck <kr...@gmail.com> wrote:
> Hello there,
>
> I've just attempted to update my ERPNext and I received an 'unable to
> complete request:error' message
>
> The javascript console window gives the following error
>
> POST http://localhost:8080/server.py 403 (Forbidden)
>
> when I try to access the application from http://localhost:8080 and tells me
> I don't have permission to access / on this server.
>
> How can I roll back or do the update properly?
>
> Thanks in advance.
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer-forum+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



--
Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Shameem,

Your Python version is not 2.7+

On Thu, Oct 31, 2013 at 5:07 PM, Shameem Mohammed
sh...@malabaruae.com wrote:

Hi pratik ,

When tying to migrate Everything fine upto ./lib/wnf.py --serve command
, i got the following error
Traceback (most recent call last):
File “./lib/wnf.py”, line 673, in
main()
File “./lib/wnf.py”, line 23, in main
run(fn, parsed_args)
File “./lib/wnf.py”, line 43, in run
out = globals().get(fn)(**args)
File “./lib/wnf.py”, line 34, in new_fn
return fn(*args, **new_kwargs)
File “./lib/wnf.py”, line 566, in serve
import webnotes.app
File “lib/webnotes/app.py”, line 31
for k, v in (request.form or request.args).iteritems() })
^
SyntaxError: invalid syntax

On Thursday, October 31, 2013 1:57:08 PM UTC+4, pdvyas wrote:

Hi,

Did you accidently upgrade to WSGI? We merged the wsgi branch to
master last week.

You can checkout the 1310 branch in both, lib and app to go back to
your previous setup.

cd lib && git checkout 1310 && cd ..
cd app && git checkout 1310 && cd ..
./lib/wnf.py -b

Otherwise, you can migrate to wsgi right away.

Migrating your erpnext instance to wsgi · webnotes/erpnext Wiki · GitHub

On Thu, Oct 31, 2013 at 1:40 PM, rhinorck kr...@gmail.com wrote:

Hello there,

I’ve just attempted to update my ERPNext and I received an ‘unable to
complete request:error’ message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and
tells me
I don’t have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as
    much
    information as you can. Please see it from the point of view of the
    person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and
    send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services.
    Do
    not send images as attachments. Links are good. Same goes for any file
    you
    are going to send.

End of Note

You received this message because you are subscribed to the Google
Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

I get the following error when I try to run the git command from the lib and app folders

error: pathspec '1310' did not match any file(s) known to git

Can you give me quick step by step instructions on how to fix that? Please...

On Thursday, 31 October 2013 11:10:45 UTC+3, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Hello pdvyas, I get the following error when I try to run git from both the lib and app folders

error: pathspec '1310' did not match any file(s) known to git

Can you give me quick step by step instructions on how to rollback to 1310



On Thursday, 31 October 2013 12:57:08 UTC+3, pdvyas wrote:
Hi,

Did you accidently upgrade to WSGI? We merged the wsgi branch to
master last week.

You can checkout the 1310 branch in both, lib and app to go back to
your previous setup.
```
cd lib && git checkout 1310 && cd ..
cd app && git checkout 1310 && cd ..
./lib/wnf.py -b
```

Otherwise, you can migrate to wsgi right away.
https://github.com/webnotes/erpnext/wiki/Migrating-your-erpnext-instance-to-wsgi

On Thu, Oct 31, 2013 at 1:40 PM, rhinorck <kr...@gmail.com> wrote:
> Hello there,
>
> I've just attempted to update my ERPNext and I received an 'unable to
> complete request:error' message
>
> The javascript console window gives the following error
>
> POST http://localhost:8080/server.py 403 (Forbidden)
>
> when I try to access the application from http://localhost:8080 and tells me
> I don't have permission to access / on this server.
>
> How can I roll back or do the update properly?
>
> Thanks in advance.
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer-forum+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



--
Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

Hi,
Unfortunately, 1310 is a bad name for a branch as git might confuse it for a SHA1. We will be careful from next time.

However the command should work. Did you fetch from github before switching?

```
cd lib
git fetch origin
git checkout 1310
```

Similarly for app.

On 4 Nov 2013 18:57, "rhinorck" <kr...@gmail.com> wrote:
I get the following error when I try to run the git command from the lib and app folders

error: pathspec '1310' did not match any file(s) known to git

Can you give me quick step by step instructions on how to fix that? Please...

On Thursday, 31 October 2013 11:10:45 UTC+3, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Hi rhinorck,
I replied on the mailing list. Please also check `git status` or `git branch` to confirm what branch you are on.

Thanks
--
pd

On 4 Nov 2013 18:59, "rhinorck" <kr...@gmail.com> wrote:
Hello pdvyas, I get the following error when I try to run git from both the lib and app folders

error: pathspec '1310' did not match any file(s) known to git

Can you give me quick step by step instructions on how to rollback to 1310



On Thursday, 31 October 2013 12:57:08 UTC+3, pdvyas wrote:
Hi,

Did you accidently upgrade to WSGI? We merged the wsgi branch to
master last week.

You can checkout the 1310 branch in both, lib and app to go back to
your previous setup.
```
cd lib && git checkout 1310 && cd ..
cd app && git checkout 1310 && cd ..
./lib/wnf.py -b
```

Otherwise, you can migrate to wsgi right away.
https://github.com/webnotes/erpnext/wiki/Migrating-your-erpnext-instance-to-wsgi

On Thu, Oct 31, 2013 at 1:40 PM, rhinorck <kr...@gmail.com> wrote:
> Hello there,
>
> I've just attempted to update my ERPNext and I received an 'unable to
> complete request:error' message
>
> The javascript console window gives the following error
>
> POST http://localhost:8080/server.py 403 (Forbidden)
>
> when I try to access the application from http://localhost:8080 and tells me
> I don't have permission to access / on this server.
>
> How can I roll back or do the update properly?
>
> Thanks in advance.
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer-forum+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



--
Pratik Vyas
Ph: +919925239915
Google Profile : http://www.google.com/profiles/pdvyas

That seems to have fixed the '403 Forbidden error' but when I type in my username and password to login, the progress bar just keeps blinking but nothing happens. Been like that for about 15 min...I'm going to restart and see if that fixes it.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
After restarting the server, I am able to login but I get that white screen with the erpnext logo in the background and an 'Unable to complete request:parseerror' message.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Check output of response in the network tab of your browsers developer tools. 

On 04-Nov-2013, at 8:13 pm, rhinorck <kr...@gmail.com> wrote:

After restarting the server, I am able to login but I get that white screen with the erpnext logo in the background and an 'Unable to complete request:parseerror' message.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
What am I looking for. The network tab seems to be okay. I'm accessing the app off the server it's installed on.

I've noticed the following errors in the javascript console when I'm on the login page

I think when I did an update to the wsgi thingy, some files were replaced or something. How do I pull the app and lib files again (all of them irrespective of my local copy) or how do I do a complete upgrade or even better, how do I uninstall and reinstall the entire application.



On Thursday, 31 October 2013 11:10:45 UTC+3, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
In WSGI, the generation of wn-web files has changed.
You will need to save your website settings again or run: lib/wnf.py —clear_web
to clear website cache.

Best,
Anand Doshi

On 6 November 2013 at 7:54:54 pm, rhinorck (kr...@gmail.com) wrote:

What am I looking for. The network tab seems to be okay. I'm accessing the app off the server it's installed on.

I've noticed the following errors in the javascript console when I'm on the login page

I think when I did an update to the wsgi thingy, some files were replaced or something. How do I pull the app and lib files again (all of them irrespective of my local copy) or how do I do a complete upgrade or even better, how do I uninstall and reinstall the entire application.



On Thursday, 31 October 2013 11:10:45 UTC+3, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.
--
Note:
 
If you are posting an issue,
1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
---
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
I appreciate the quick responses, it's refreshing. However it seems we're not helping each other here. I would like to do a re-installation of erpnext and restore my old info from backup. I have made a backup of the db. Is this backup enough? How do I remove the existing app and install the latest version?

On Thursday, 31 October 2013 11:10:45 UTC+3, rhinorck wrote:
Hello there,

I've just attempted to update my ERPNext and I received an 'unable to complete request:error' message

The javascript console window gives the following error

POST http://localhost:8080/server.py 403 (Forbidden)

when I try to access the application from http://localhost:8080 and tells me I don't have permission to access / on this server.

How can I roll back or do the update properly?

Thanks in advance.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
  • Create a new erpnext user,
  • install from latest master,
  • copy the old conf.py (as it will have the database config)
  • run patches and clear web

Assuming that you are on Ubuntu (I think you post it on another thread)

sudo adduser erpnext
su - erpnext
# enter password for erpnext
mkdir ~/erpnext
cd ~/erpnext
wget https://raw.github.com/webnotes/erpnext/master/install_erpnext.py
#enter some random database name
sudo python install_erpnext.py
cp /path/to/old/conf.py conf.py
rm conf.pyc
./lib/wnf.py --latest
./lib/wnf.py --clear_web
./lib/wnf.py --serve

This should get you up and running on WSGI (current master). Proceed
with production setup from here,

Thanks,

Pratik
ERPNext