File does not exist: /var/www/javascript

Forum for questions and support relating to the 1.24.x releases only.
Locked
Ryukishi
Posts: 1
Joined: Thu Oct 14, 2010 9:36 am

File does not exist: /var/www/javascript

Post by Ryukishi »

Hey guys,

as the topic says, i have a problem with my zm-installation on debian and a selfmade package (as far as i know it's made out of the testing-package, i didn''t do it by myself but a colleage did cause of some dependencyproblems).

The installation went without errors, but zoneminder isn't working.
I found the error in the apache errorlog:

Code: Select all

[Thu Oct 14 11:25:19 2010] [error] [client 192.168.2.44] File does not exist: /var/www/javascript, referer: http://192.168.2.119/zm/?view=options&tab=system
[Thu Oct 14 11:25:19 2010] [error] [client 192.168.2.44] File does not exist: /var/www/javascript, referer: http://192.168.2.119/zm/?view=options&tab=system
[Thu Oct 14 11:25:19 2010] [error] [client 192.168.2.44] File does not exist: /var/www/javascript, referer: http://192.168.2.119/zm/?view=options&tab=system
The error looks simple, but i have no idea how to fix it cause there is no javascriptfolder in /usr/share/zoneminder and the js folder is empty...
btw. the link in /etc/apache2/config.d/zoneminder.conf is set.

Greetings
vanbosco
Posts: 11
Joined: Fri Feb 02, 2007 8:02 pm
Location: Italy

Post by vanbosco »

On my system (ubuntu) i solved this problem installing the package javascript-common.

Code: Select all

sudo apt-get install javascript-common
Locked