Installation Errors : Install.php line 666-668 [message #15590] |
Sun, 21 December 2003 14:00 |
eParliament.org
Messages: 4 Registered: December 2003
Karma: 0
|
Junior Member |
|
|
I tried to install FUDFORUM on my windows machine (local server) to test the features (particularly mailing list integration) of FUDforum. I also enabled all extensions required except the pspell (I couldn't find actually, does anyone know where to enable it?).
I got the following error message at Step 2 on top of the page
Warning: symlink() is not supported in this PHP build in C:\indigoperl\apache\htdocs\FUDforum2\install.php on line 666
Warning: symlink() is not supported in this PHP build in C:\indigoperl\apache\htdocs\FUDforum2\install.php on line 667
Warning: symlink() is not supported in this PHP build in C:\indigoperl\apache\htdocs\FUDforum2\install.php on line 668
However, I forced to install and after I tried to access index.php after the installation, I got following error:
Fatal error: Failed opening required './GLOBALS.php' (include_path='.;c:\indigoperl\apache\htdocs') in C:\indigoperl\apache\htdocs\FUDforum2\index.php on line 18
Afterwards, I found on install.php that the line 666-668 reads as:
symlink($INCLUDE . 'GLOBALS.php', $SERVER_ROOT . 'GLOBALS.php');
symlink($INCLUDE . 'GLOBALS.php', $SERVER_ROOT . 'adm/GLOBALS.php');
symlink($INCLUDE . 'GLOBALS.php', $SERVER_DATA_ROOT . 'scripts/GLOBALS.php');
Index.php line 18 reads:
require('./GLOBALS.php');
Please help me troubleshoot. Thanks!
|
|
|
|
|
Re: Installation Errors : Install.php line 666-668 [message #15887 is a reply to message #15884] |
Thu, 08 January 2004 16:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Quote: |
1) How does FUDforum parse the messages while integrating with the Mailing List? I meant like subject, sender and so on?
|
It parses those fields from e-mail headers.
Quote: |
2) How is it possible to run several mailing lists like I am running with mailgust at http://www.eParliament.org/idl ? Is it possible to run several lists with a single email address? Actually I am currently using different email addresses for the eConference there (27 different)
|
You need to use some programm (like procmail) to figure out which mailing list is the e-mail from and call a maillist.php command.
FUDforum Core Developer
|
|
|
|
Re: Installation Errors : Install.php line 666-668 [message #15889 is a reply to message #15888] |
Thu, 08 January 2004 17:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can replace procmail with ANYTHING as long as that anything can parse incoming mail and apply proper rules based on some header. I said procmail, because it is the tool most frequently available and that is what I use.
As long as the utility you use can separate e-mail based on the rules you define and pipe those e-mails to maillist.php supplying the correct list ID it'll work just fine.
You can only subscribe to a forum thread/forum via the web interface.
FUDforum Core Developer
|
|
|
|
Re: Installation Errors : Install.php line 666-668 [message #15903 is a reply to message #15902] |
Fri, 09 January 2004 02:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is my belief that such features are more of a mailing list manager (mlm) functionality and not that of a forum. So, adding such features is not at all a priority at this point.
FUDforum Core Developer
|
|
|