Roundcube Community Forum

 

ReferenceError / jQuery & other JS not found / no UI

Started by arthoc, October 25, 2013, 02:21:02 PM

Previous topic - Next topic

arthoc

Hey guys,
I've just installed roundcube in its current version.

The installation on my Linux Server went smoothly, but I've no (real) UI available, everything's plain unformated HTML.

The Debugging-Console tells me:
ReferenceError: rcube_webmail is not defined @ http://myserver:24
ReferenceError: rcube_mail_ui is not defined @ http://myserver:426
ReferenceError: jQuery is not defined @ http://myserver:438

Thoght it might be a permission-issue on the program-dir (where all the JS seems to be stored), but that doesn't seem the case:

me@server:/var/www/roundcubemail# ls -lrt | grep program
dr-x-----x  8 501 80  4096 Oct 23 10:25 program

Can anyone help me?

Thanks!

SKaero