Hi everybody!
I had downloaded the dhtmlx Vault 1.6 and I want to use it with the perl script!
I’m having some problems with my script always I have ‘ERROR’ when I want to upload a file.
All the permissions are OK and I don’t understand where I’ve made an error.
Well if anybody can help me, thanks by advance.
I’m posting all I’ve about this problem and I’m waiting your eventually answer.
My Hierarchy and configuration
In the path var/www I’ve :
One directory named cgi-bin, one directory named codebase.
Always in the path I’ve index.html
In the directory cgi-bin I’ve :
-GetIdHandler.cgi
-GetInfoHandler.cgi
-UploadHandler.cgi
-upload_settings.inc
In the directory codebase I’ve :
-The img’s directory
-dhtmlxvault.css
-dhtmlxvault.js
For the permission it’s ok and for the cgi-bin’place in my apache configuration is ok too…
Well on the GetIdHandler.cgi I’ve changed :
The shebang line with my path of Perl
On the GetInfoHandler.cgi I’ve changed :
The shebang line
$settingsfile = “$docroot/cgi-bin/upload_settings.inc”;
On the UploadHandler.cgi I’ve changed :
The shebang line
$settingsfile = “$docroot/cgi-bin/upload_settings.inc”;
On the upload_settings.inc I’ve changed :
$tmp_dir="/var/www/";
$upload_dir="/var/www/";
Ok I give you all the informations that I’ve. Please Help me I have this problem since 3 days!!!