after installing and configuring 4.7.0-beta2 and filemanager module (i want it to install acidfree) ...
when i try to enter the configuration page for filemanager at: administer >settings > filemanager
the page become all blank ... with this sourcecode

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<BODY></BODY></HTML>

Please note that all permission on "files" directory at: administer >settings > File system settings
has been set to 777 for avoind accessibility/readability problems ...

please drop a solution note

many thanks in advance
kid regards
cangrande

Comments

vigo-1’s picture

Status: Active » Closed (fixed)

Filemanager.module hasn't been upgraded to use the new form API used in Drupal 4.7, so it won't work yet. You will have to wait for the module maintainer to upgrade the code. For the moment use Drupal 4.6.5.

3B’s picture

many thanks at all!

:-(

vhmauery’s picture

You can check out the CVS version of filemanager. That is using the 4.7 forms API -- it just hasn't been branched to make the 4.7 branch in CVS yet. So it hasn't been packaged for 4.7 yet. But you should be able to check out the CVS HEAD version and use it with 4.7.

3B’s picture

many thanks Vernon, but i'm not yet so skilled to move well between versioning and branching ... can you please explain with simpler words? many thanks in advance.

3B’s picture

I succeeded in installing CVS 1.10 ... now i try with acidfree

3B’s picture

Grrrrrrrrrrrrrrrrr ... it doesn't worl ... blank page at "administer > modules"

--> I patched filemanager.module CVS version with 1.4 acidfree reccomended patch

what else?
many thx

3B’s picture

finally i found that was a problem with php.ini settings ... to fix i added this in the virtual host configuration

php_admin_value memory_limit 256M

php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M

also usefull for acidfree and other modules ...
but ... can't figure out if this huge memory hungry is a necessity or a bug ... mmmmmmoooah?
anyway it works!