I have installed the filestore module. But I don't want the files store in database. I have read a comment which have mentioned by wernst.
(http://drupal.org/node/view/9575#14745)
How can I get the FileStore2 ??
Also, could you suggest any solutions for
1.)file size limit
2.)display file list in different pages
3.)access rights for files for different users
Hi all,
Have installed the image module but when clicking on preview I get the error :
Fatal error: Call to undefined function: form_set_error() in /usr/local/httpd/htdocs/drupal-4.4.2/modules/image.module on line 501
I am running redhat 9, apache2.0.50 , PHP/4.3.8. I am sure that I have something very basic wrong, I just cannot find it.
Any help would be appreciated.
thank you
chrisb
How exactly do i edit my mySQL database? All i see in the "How To" is stuff like "$ mysql -u nobody -p drupal < database/database.mysql"
The problem is i have no idea where to type these things... Does Drupal have a scripted PHP file that i can edit my database through?
I'm trying to install the latest from CVS on a machine that is not my own and get a 500 Internal Server Error when trying to access Drupal for the first time. The Apache error log says this: .htaccess: order not allowed here. Anybody familiar with this?
The lines in the .htaccess that this seems to pertain to are these:
# Protect files and directories from prying eyes:
<Files ~ "(\.(conf|inc|module|pl|sh|sql|theme)|Entries|Repositories|Root|scripts|updates)$">
order deny,allow
deny from all
</Files>
I've had a look around the frum, but I'm not sure there is a definitive answer.
I've install Drupal in a sub-directory & got the "403 you do not have access to index.php" error. Renaming .htaccess made the error go away. Remaming it back & trying "allow from all" didn;t work.
Running the site without the .htaccess seems fine, but I can't use clean URLs?