I am trying to find a content management/knowledge base application, either open source or not, that will allow users to upload files and submit content.
After downloading drupal, and reading past posts - it appears that the uploading of files is not part of the functionality, at least by default. Can someone confirm this please.
I am trying to do a multi-site install of Drupal. The latest CVS builds have the $db_prefix functionality in the conf.php file, which makes this easy. You just have site1.php and site2.php, each pointing to a different database (or same database with different table prefixes if you like).
I want all the sites to have the same look and feel, but a different logo icon on the top left of the screen.
The logo icon is hardcoded in this file: themes/xtemplate/xtemplate.xtmpl
This makes it impossible to have different logos for different domains.
I've just installed drupal onto MySQL, and get the following error at the top of the page:
user error: You have an error in your SQL syntax near 'INNER JOIN users u ON r.rid = u.rid WHERE u.sid = 'e77a48e685a036ed2ef9402b719a9' at line 1
query: SELECT u.*, r.name AS role FROM role r INNER JOIN users u ON r.rid = u.rid WHERE u.sid = 'e77a48e685a036ed2ef9402b719a97a2' AND u.status = '1' AND u.status < 3 LIMIT 0, 1 in /home/jatkinso/public_html/includes/database.mysql.inc on line 75.