Ik have installed a multi site environment with drupal 4.6.0 which i have upgraded to 4.6.1. One codebase with several databaes. On one of the sites (of two intotal) I can create a forum, post a topic. But they do not show up in de the forum listing. Topics keeps me telling there are 0 topics/last posts.
On the first installation on the other hand forums works fine. I have checked settings / taxonomy_access but cannot find a difference. Does anyone have a suggestion?
after installing, a search will give the following error:
user error: Not unique table/alias: 'n'
query: SELECT DISTINCT i.sid, i.type FROM search_index i INNER JOIN node n ON n.nid = i.sid INNER JOIN node n USING (nid) INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (n.language ='en' or n.language = '') AND (i.word LIKE '%image%') in /home/.cailin/pikkle/panafun.com/includes/database.mysql.inc on line 66.
I encountered a bunch of problems getting drupal going on a FreeBSD box today and wanted to share with everyone the information I found. The problems weren't with drupal, but, were with php and mysql.
I built a new FreeBSD 5.4-RELEASE based webserver and installed apache2, php5, and mysql4 and drupal using the tarball from the drupal.org website (they haven't revved to 4.6.1 in the ports collection yet). I started getting all kinds of PHP errors, blank pages, etc.
Here are the items I had to install to get Drupal to work correctly:
When I was trying to create my first account I got:
user error: Access denied for user: 'gmdrupal@%' to database 'gmdrupal'
query: LOCK TABLES sequences WRITE in /var/www/garyhotko.com/html/includes/database.mysql.inc on line 66.
When I was trying to change themes I got this...
warning: mkdir(files): Permission denied in /var/www/garyhotko.com/html/includes/file.inc on line 86.
When I was trying to create my first account I got:
user error: Access denied for user: 'gmdrupal@%' to database 'gmdrupal'
query: LOCK TABLES sequences WRITE in /var/www/garyhotko.com/html/includes/database.mysql.inc on line 66.
When I was trying to change themes I got this...
warning: mkdir(files): Permission denied in /var/www/garyhotko.com/html/includes/file.inc on line 86.
I followed all the Drupal installation instructions for my site (www.llmsociety.com) and then proceeded to "create first account". I then enterred a username and password and click "create new account":
-On MSIE 6, NOTHING happens
-On Firefox, I get "The URL is not valid and cannot be loaded"