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,
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.
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.
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,
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.
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.
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,
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.
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.
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
```
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.
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.
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.
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
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,
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.
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.
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.
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.
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,
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.
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.
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
```
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.
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,
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.
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.
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
```
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.
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,
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.
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.
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,
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.
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.
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,
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.
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.
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.
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.
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
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,
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.
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.
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
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,
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.
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.
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
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,
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.
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.