Great idea but still not really working...
joel_guesclin - April 14, 2009 - 15:13
| Project: | Discuss This! |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I just installed the absolutely latest version (I think). I ran update.php and got two error messages:
array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /var/www/drupal50-test/update.php on line 309.
Invalid argument supplied for foreach() in /var/www/drupal50-test/update.php on line 542.Now nothing works at all. The settings page seems to have lost the "default user" id (was that on purpose) and when I click on "Discuss this" I end up getting a new forum topic with no title (so inaccessible), despite the fact that I have "[node-title]" in the Title setting.

#1
I tried uninstalling completely and reinstalling, but still get the same result. The forum post is created but without the Title.
Moreover, when the forum topic is displayed, I get a message that (for example) "this forum topic is associated with node 128" - which is meaningless and moreover is displayed twice (ie two identical lines). Though it would be a good idea to display this message with the node's title and a link instead of just "node 128".
I also personally think that this new message which tells you that you are going to create a new forum topic and asks you to click on another button is a waste of time - if you clicked on "Discuss this" it means you wanted to discuss it - what would be much better would be to make sure that the Forum Topic is not actually created until the user hits submit.