hasanarbsq / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

Error - Undefined Index #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I tried to install osFileManager.
Using Windows Server 2007 with PHP 5. When running the index.php I receive 
nearly 20 errors like the following: Does anyone has an idea?

PHP Notice: Undefined index: login in 
C:\inetpub\wwwroot\FileManager\index.php on line 62 PHP Notice: Undefined 
index: user in C:\inetpub\wwwroot\FileManager\index.php on line 63

PHP Notice: Undefined index: encpas in 
C:\inetpub\wwwroot\FileManager\index.php on line 65 PHP Notice: Undefined 
index: pass in C:\inetpub\wwwroot\FileManager\index.php on line 66

Original issue reported on code.google.com by markus.z...@googlemail.com on 5 Jan 2010 at 2:00

GoogleCodeExporter commented 8 years ago
index.php contents and the users.sql contents are inconsistent.
you should change the users.sql file to read 'osfm_' instead of 'libra_' in the 
top
section. let me know if this works. this filemanager looks promising but there 
are
things that need ironing out.

best,
dan

Original comment by drle...@gmail.com on 5 Apr 2010 at 3:44