New version with bug fixes to be released
storbaek - April 14, 2008 - 05:57
| Project: | UIE Forum |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | zoro |
| Status: | active |
Jump to:
Description
Hi. I know some of the issues I have with the module have been fixed, but they have not been released. When is the next version to be released?

#1
Hey,
No, I haven't forgotten about this module don't worry ;)
What I've been working on is a complete rewrite of the core module code. It about 90% complete, and is currently being held up by some security-restriction settings that I have yet to debug (basically - security is non existent, despite my test environment having about 40 separate user groups for private forums :) )
#2
Hi. I hope you can easily update the current 5.x-1.x-dev version to this new version of yours. I would like to retain all of my precious discussion. ;)
How's it coming by the way? 90% core sounds pretty sweet, although I don't know how much time it takes to implement security features.
#3
The upgrade which I will be making public in the next day or so (with any luck, that is) will be easily upgradeable for all current users of uieforum. I haven't implemented the node switch over just yet, but I'd say that that'll be the next big change.
The only non-standard change that will be made with this release will be the requirement of some additional rewrite rules in the drupal htaccess file (for upgrading users only). But thats only if you care about keeping your search engine archived links working. If you don't care, they're not required.
#4
Most excellent! Looking forward to it...
#5
Deployed to CVS! It'll be ready after the next auto-create!
#6
Thanks for the module. But I think I somehow screwed up the update from the previous version. I get these kind of error messages:
# warning: include_once(sites/all/modules/uieforum/includes/uieforum_defines.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 4.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/includes/uieforum_defines.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 4.
# warning: include_once(sites/all/modules/uieforum/includes/uieforum_modes.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 5.
# warning: include_once(sites/all/modules/uieforum/includes/uieforum_modes.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 5.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/includes/uieforum_modes.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 5.
# warning: include_once(sites/all/modules/uieforum/classes/uiebasemodel.class.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 7.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/classes/uiebasemodel.class.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 7.
# warning: include_once(sites/all/modules/uieforum/classes/forum.class.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 8.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/classes/forum.class.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 8.
# warning: include_once(sites/all/modules/uieforum/classes/history.class.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 9.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/classes/history.class.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 9.
# warning: include_once(sites/all/modules/uieforum/classes/secgroup.class.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 10.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/classes/secgroup.class.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 10.
# warning: include_once(sites/all/modules/uieforum/classes/secgroupaccess.class.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 11.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/uieforum/classes/secgroupaccess.class.php' for inclusion (include_path='.:') in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 11.
Must be something stupid I did. :)
#7
No, nothing you did at all.
I really, really hate CVS. Why the fuck drupal doesn't use SVN is beyond me.
I've committed the files for you, but they won't be available until the next run of the tar system.
I've made it available here for you, temporarily.
#8
Ok. So the files really weren't there. I got a bit scared. :)
Thank you for the missing files though. Will be updating in a moment.
#9
Seems there is still something odd. When I'm trying to add a new forum:
* warning: Missing argument 1 for uieforum_add_edit_forum_form() in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1413.
* warning: Missing argument 2 for uieforum_add_edit_forum_form() in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1413.
#10
http://website.com/admin/build/menu
:p
#11
Hi. Actually just about everything seems to be working, but I still get these ugly and sometimes pretty random errors all the time. :) I tried every trick and read the install manual many times. How could the menus affect my functionality? :o
Fox example, when I create a new thread in a forum I get something like:
warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 113 in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1910.
But if I make a second thread to that same forum, it doesn't nag. And then I go to my forum logged in as a basic member, I might bump into this:
warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 146 in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1910.
When I delete forum, it says:
* warning: Invalid argument supplied for foreach() in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/functions.inc.php on line 1562.
* warning: Invalid argument supplied for foreach() in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/functions.inc.php on line 1562.
#12
Jesus christ :)
Are you running this on a completely clean install?
#13
Yes, I tried it with completely fresh install (I even did a fresh install of Drupal for test purposes to see if there was something going on). Same errors. Tried updating from previous and no difference. Maybe there could be something wrong with my host? Then again, the previous version worked fine (well, those weird css table bugs were there sometimes).
I'm clueless. Maybe it works for others. :)
#14
I got the same error messages after upgrading. Had to reinstall the previous version.
Is there any chance that this could be a PHP problem? I know it seems unlikely, but I have had a few problems with other scripts since my server was updated to PHP 5.2.6. In most cases it has been confirmed that it was the new version of PHP that was causing the problems.
#15
Nah I doubt its a PHP version issue. I'm pretty sure its a bit of dodgy code in there. I'll be sure to have a look at it for you all. Sorry about this :)
Daniel
#16
Yeah, it's not the PHP 5.2.6. My host still uses 5.1.6. I love UIE forum, so I will happily wait.
#17
That bug has been fixed - just need to wait for the next tar run now!
#18
i have found the UIEForum module today and i was happy to find such great modul =)! i hope you will realse the bug fixed version during the next days, i'm looking forward to it =)
#19
i think the "new version" has also bugs =(
i get errors like:
warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 142 in /sites/all/modules/uieforum/uieforum.module on line 1910.
can i fix this bug ?
sry! i have seen the fixed modul in this moment =)
#20
So - is it working or not? :)
#21
It's not for me at any rate.
5.x.2.x gives me a white screen of death on a clean install. I also tried 5.x.1.x and it was ok, but I keep getting an error when trying to configure the initial Forum:
UIEForum - Parent Forum not set
UIEForum - Not validated
Unable to edit forum
Trying to set the access control, change the name, anything and I get this. I set up sub forums ok, and made posts as the admin, but I can't set the parent's access so that anyone else can see it.
Let me know if there's any more info I can provide that would be more helpful.
#22
Can you access your php error logs? That would help to point me in the right direction!
#23
hello!
UIE Forum works well but their are still bugs.
The biggest problem is, that I can't rename or edit the first forum (called "Forums").
I have solved this problem by editing the database tables of the UIE Fourm! I have entered manually the access permission and now it works!
No idea what could be wrong with the code, I only see that it is not possible to change a container which has no parent forum and "Forums" has no parent forum :-)!
It works on my website (http://www.youspeak.at/?q=uieforum) and thank you for this great modul!
Hope my information could help you!
#24
Yes, here is my 5.x.2.x error (WSoD):
[05-Jun-2008 07:04:57] PHP Fatal error: Cannot create references to elements of a temporary array expression in /Applications/MAMP/htdocs/bcwsa/sites/all/modules/uieforum/uieforum.module on line 1016
The problem I am having with 5.x.1.x isn't generating an error in the php log. It's the same as tchibo mentions.
#25
version 5.x.1.x causes other errors too.
I only recognized the error with the parent container in version 5.x.2.x
:-)
#26
Thanks for the bug reports guys. I've just committed fixes for these! They'll be live after the next tar run
Daniel
#27
Oh no. I just updated the latest version 5 minutes ago (I have been on a vacation) and my whole site seems to be down when the forum is installed. Maybe there is some kind of error syntax in your code (like a missing bracket etc.)? I have to remove the forum at the moment to get my site working. :/
#28
Can you check your apache logs please, and paste any errors that occur when you refresh the page with uieforum enabled.
#29
I don't have access to Apache logs at the very moment but this is something my Plesk error log spitted out:
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016, referer: http://www.myexamplesite.com/
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016, referer: http://www.myexamplesite.com/
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016
PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/vhosts/myexamplesite.com/httpdocs/sites/all/modules/uieforum/uieforum.module on line 1016, referer: http://www.myexamplesite.com/admin/build/modules
Hmm. It seems to be the same error occupant already submitted and this should be fixed already? Maybe the CVS is not up to date (not updated?)
#30
That was fixed already. Update your code!
#31
I feel stupid asking (yet again), but where is this new code? :D
I cleared my cache refreshed and downloaded the new package which is dated 5.x-2.x-dev 2008-May-31.
#32
*sigh* Sorry about that. It looks as thought I'll have to tag everything from now on. Ugh.
The new code should be there after the next cron run! If you're really stuck, you can checkout uieforum from CVS