Originally created by: polimi-eng
Hi,
I got this error in my commit_browser page:
This commit browser uses JS canvas but unfortunately your browser does not support it.
I don't think that it's related to my browser. I checked that with chrom, and explorer.
Please help me to fix it.
I see that too. Looks like that message is supposed to be hidden when canvas is supported, but its not. The allura theme templates should be changed so that they use "modernizr"; then the existing
html.canvas #commit_browser_canvas_message
CSS selector will work.Originally by: polimi-eng
Does anyone know the reason of this error who can help me to resolve it?
Do you see anything under the error message? Or is it just the error message?
Are there commits in the repository? What do you see when you go to the "History" page for it (link in the upper right of the repo).
Originally by: polimi-eng
Beside that problem I have another big problem, help me :(
I had to reboot the server which allura was installed on, but after rebooting the allura page was not appearing and all settings and svn folders were disappered from server!!
Now for running allura, when I run this instructin 'pastersetup-appdevelopment.ini' I got this error message:
TypeError: No object (name: widget_context) has been registered for this thread
Help me!!! :(
On Monday, January 13, 2014 4:24 PM, Dave Brondsema brondsem@users.sf.net wrote:
Do you see anything under the error message? Or is it just the error message?
Are there commits in the repository? What do you see when you go to the "History" page for it (link in the upper right of the repo).
[tickets:#7006] JS canvas
Status: in-progress
Labels: 42cc
Created: Thu Dec 19, 2013 01:44 PM UTC by narges
Last Updated: Wed Jan 08, 2014 02:14 PM UTC
Owner: nobody
Hi,
I got this error in my commit_browser page:
This commit browser uses JS canvas but unfortunately your browser does not support it.
I don't think that it's related to my browser. I checked that with chrom, and explorer.
Please help me to fix it.
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/allura/tickets/7006/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#7006The disappearing SVN folders is probably because they were stored at /tmp which on many systems gets cleared out after a reboot. You can change the development.ini settings to store them in a different directory. Change it like https://forge-allura.apache.org/p/allura/git/ci/14911893ee50d96390ae98bc56a3ac0269919153/tree//Allura/development.ini?diff=676e09eea39a5ec774a5dd65a544f10da5e59863 You may have to create the new directories (e.g /srv/svn) and set permissions so it is writable.
The message
TypeError: No object (name: widget_context) has been registered for this thread
is actually okay... it doesn't have any bad effects. We plan to clean that up in [#6561]Related
Tickets:
#6561Originally by: polimi-eng
Thanks,
What should I do to see the allura admin page when I write the IP address of the server in the browser instead of seeing the apache home page?
On Monday, January 13, 2014 7:16 PM, Dave Brondsema brondsem@users.sf.net wrote:
The disappearing SVN folders is probably because they were stored at /tmp which on many systems gets cleared out after a reboot. You can change the development.ini settings to store them in a different directory. Change it like https://forge-allura.apache.org/p/allura/git/ci/14911893ee50d96390ae98bc56a3ac0269919153/tree//Allura/development.ini?diff=676e09eea39a5ec774a5dd65a544f10da5e59863 You may have to create the new directories (e.g /srv/svn) and set permissions so it is writable.
The message
TypeError: No object (name: widget_context) has been registered for this thread
is actually okay... it doesn't have any bad effects. We plan to clean that up in [#6561][tickets:#7006] JS canvas
Status: in-progress
Labels: 42cc
Created: Thu Dec 19, 2013 01:44 PM UTC by narges
Last Updated: Mon Jan 13, 2014 03:24 PM UTC
Owner: nobody
Hi,
I got this error in my commit_browser page:
This commit browser uses JS canvas but unfortunately your browser does not support it.
I don't think that it's related to my browser. I checked that with chrom, and explorer.
Please help me to fix it.
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/allura/tickets/7006/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets:
#6561Tickets:
#7006Closed #511.
je/42cc_7006