/[drupal]/contributions/modules/filemanager/INSTALL
ViewVC logotype

Contents of /contributions/modules/filemanager/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Tue Sep 12 17:34:06 2006 UTC (3 years, 2 months ago) by drewish
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Changes since 1.3: +6 -8 lines
- Applied robertDouglass's patch from #69904
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.

  ViewVC Help
Powered by ViewVC 1.1.2