FUDforum 2.6.5 Released [message #19749] |
Mon, 30 August 2004 12:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
After a long delay here is the final version of 2.6.5. Since the RC3 there were a few small fixes that help to ensure that the forum is as stable as possible.
Changes:
- Fixed bug with adding additional headers to mailing list messages.
- Better permission changer that does not use recursive functions and is FC2 safe.
- When creating a new path_info theme copy all files.
- More spforum converter fixes.
- Fixed search functionality for CP* (russian, latvian) UTF8 (japanese) translations.
- Added the ability to download directories in the form of tar archives.
- Always use _ to separate date bits in datadump filename.
- Added an administrator option to disable autocomplete for the login form(s).
- Make sure that attachment removed during message editing, stay removed.
- Print valid XML output when there is no output to RDF query.
FUDforum Core Developer
|
|
|
|
Re: FUDforum 2.6.5 Released [message #19751 is a reply to message #19750] |
Mon, 30 August 2004 18:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You don't need to unlock the forum before an upgrade.
<?php shell_exec("find directory_name -type f | xargs | chmod 644"); ?>
Should do the trick, just replace directory_name with the directory you want to chmod.
FUDforum Core Developer
|
|
|
Re: FUDforum 2.6.5 Released [message #19755 is a reply to message #19751] |
Tue, 31 August 2004 05:37 |
spaceman
Messages: 14 Registered: August 2004
Karma: 0
|
Junior Member |
|
|
Thanks. I just tried a fresh install of v2.6.5 (stable version installer with zlib compression).
Got this error in near the end of installation, before this I've installed all previous versions with no problems at all:
(P/s: I did CHMODed Forum Data Root & Server Root folders to 777)
Quote: | Warning: opendir(/home2/spaceman/FUDforum/thm/default/images): failed to open dir: No such file or directory in /home2/spaceman/FUDforum/include/compiler.inc on line 607
Cannot open directory "/home2/spaceman/FUDforum/thm/default/images"
Installation Complete
You have now completed the basic installation of the forum. To continue configuring your forum, you must login and use the administrator control panel. Clicking "Finished" will take you to the login form. After you login, you will be taken to the administrator control panel.
Before you do, however, you must delete this install.php script, because it can be used to overwrite your forum. You will not be able to login until you do.
|
Please fix it, I'll have to install again. Thanks!
[Updated on: Tue, 31 August 2004 05:39] Report message to a moderator
|
|
|
|