cannot add anything to pages
Added by Аз Есмь over 13 years ago
hello,
after upgrading Kubuntu my Wt application doesn't display anything on the pages: neither text, nor buttons. i cannot even set the title of the window, although CSS still works.
how to fix this?
Replies (9)
RE: cannot add anything to pages - Added by Wim Dumon over 13 years ago
Does the debugger of your browser (or firebug for firefox) show anything wrong?
Does it work if you connect to your server from a different PC?
Wim.
RE: cannot add anything to pages - Added by Аз Есмь over 13 years ago
Firebug shows the following in the console:
"NetworkError: 404 Not Found - http://[my site]/resources//themes/default/wt.css"
"NetworkError: 404 Not Found - http://[my site]/resources/moz-transitions.css"
missing ) after condition
http://[my site]/?wtd=Hocym9L7O2JvZS77&htmlHistory=true&request=script&rand=401015963
Line 1
RE: cannot add anything to pages - Added by con abs over 13 years ago
"NetworkError: 404 Not Found - http://[my site]/resources//themes/default/wt.css"
"NetworkError: 404 Not Found - http://[my site]/resources/moz-transitions.css"
copy the resources folder of wt to your application's document root, which is assigned by the program option "---docroot"
RE: cannot add anything to pages - Added by Аз Есмь over 13 years ago
okay, it helped to get rid of the first two errors, but the real problem persists
RE: cannot add anything to pages - Added by Koen Deforche over 13 years ago
Hey,
Is this problem still unresolved?
If so, can you enable debug support setting wt_config.xml and find more information on the error in the error console of Firefox/Chrome ?
Regards,
koen
RE: cannot add anything to pages - Added by Аз Есмь over 13 years ago
i did it but the Firebug only gives the same error:
missing ) after condition
http://[my site]/?wtd=9Qb1a1mjmba2vg0C&htmlHistory=true&request=script&rand=2153281320
Line 1
i also noticed the following line in the application output:
7971 [/ 9Qb1a1mjmba2vg0C] [warn] "Deploy-path ends with '/', using /?_= for internal paths"
does this have anything to to with the problem?
RE: cannot add anything to pages - Added by Pau Garcia i Quiles over 13 years ago
For progress on this issue, please check Launchpad:
https://bugs.launchpad.net/ubuntu/+source/witty/+bug/886456
I am still investigating the problem. I will provide a fix in the Wt PPA as soon as possible.
RE: cannot add anything to pages - Added by Pau Garcia i Quiles over 13 years ago
Please try 3.1.10a from the Wt PPA and tell me if it solves your problem.
RE: cannot add anything to pages - Added by Аз Есмь over 13 years ago
yes, it works! thank you very much for your repository.