After installing filemanager and extracting acidfree into my modules directory, I go to admin/modules I get this error:
Error: 502 Bad Gateway.
Mal-formed reply from origin server.
If I delete acidfree from my modules directory the error goes away. There is nothing in my apache error logs or access logs - nothing that even says that the page was requested! This makes it a bit hard to work out what is going on.
I know it has something to do with proxies (I am behind one), but why does the presence or absence of acidfree alter the error? It might not be specific to acidfree, because I also had this same error with the image module when trying to upload a large image.
Any ideas or pointers as to how I can track this down would be appreciated.
If I have a two level taxonomy vocabularly with hundreds of terms, and a second level with more terms, it becomes quite unweildy entering the information. It is much easier entering data via two seperate vocabularlys using freetagging, so the name I type in is created if it doesn't previously exist.
Is there any way of easing the pain of entering the information in a two level large vocabulary?
Ideally I would have two boxes I could type terms into: Box 1 is the first term, and Box 2 would always be a child of the term in Box 1.
I really like the functionality of the Mail module for 4.7, but it says it won't be developed for 4.7 because other functionality is already present. What is it? I'd like to be able to mail members of certain roles, or something similar. Any ideas? Is something already in place for 4.7 that I haven't found yet? Thanks in advance!
Hi, I want to start testing the Drupal 4.7 latest beta, but I don't have or wish to have my own server, does anybody offer a hosted 4.7 installation for me to work with?
I am trying to do a multisite drupal setup where 2 sites share all tables except the variable table, i have tried setting db_prefix to array('variable'=>'blah_'); and then making the table blah_variable but i get this error when I try to change the theme:
user warning: Table 'blah_variable' was not locked with LOCK TABLES query: DELETE FROM blah_variable WHERE name = 'theme_default' in C:\Inetpub\drupaldev\includes\database.mysql.inc on line 124.
and when I try to go to the settings page all I get is a blank page. Any ideas on where I went wrong?