Closed (fixed)
Project:
Drupal core
Version:
4.7.0-beta2
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2005 at 09:27 UTC
Updated:
31 Jan 2006 at 14:32 UTC
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
Comment #1
vigo-1 commentedFilemanager.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.
Comment #2
3B commentedmany thanks at all!
:-(
Comment #3
vhmauery commentedYou 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.
Comment #4
3B commentedmany 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.
Comment #5
3B commentedI succeeded in installing CVS 1.10 ... now i try with acidfree
Comment #6
3B commentedGrrrrrrrrrrrrrrrrr ... 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
Comment #7
3B commentedfinally 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!