| 1 |
Installing filemanager for Drupal 4.7.* requires that you visit the
|
| 2 |
administer->modules page:
|
| 3 |
|
| 4 |
http://yoursite?q=admin/modules
|
| 5 |
|
| 6 |
When you enable the filemanager module, the requisite database table will
|
| 7 |
be created for you.
|
| 8 |
|
| 9 |
Important Notes:
|
| 10 |
This module does create directories and may have problems in some restricted
|
| 11 |
or odd user configurations. Please make sure your PHP configuration creates
|
| 12 |
folders with permissions for the PHP user to add new files. In addition
|
| 13 |
depending on your PHP configuration you may be forced to have both the private
|
| 14 |
and public directories underneath your base directory. If so be sure to
|
| 15 |
restrict access to the private files through .htaccess
|
| 16 |
|
| 17 |
If you are having problems with file not found errors, please try using absolute
|
| 18 |
paths to your file locations. Some PHP environments don't properly resolve
|
| 19 |
relative filenames for the realpath and file_exists function. This seems to
|
| 20 |
be caused when realpath or file_exists have to resolve symbolic links. |