Errors when running phpBB2.php from phpBB2 2.0.6 -> FudForums 2.6.0 [message #17651] |
Thu, 08 April 2004 22:44 |
presence
Messages: 2 Registered: April 2004
Karma: 0
|
Junior Member |
|
|
I modified the path line in the script, but get errors when executing the script via the web or via shell. No data is imported into the fudforum database.
Errors are below:
=================================================================
Beginning Conversion Process
Reading phpBB2 config
Done: Reading phpBB2 config
Notice: Use of undefined constant fud_sql_lnk - assumed 'fud_sql_lnk' in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
Notice: Use of undefined constant fud_sql_lnk - assumed 'fud_sql_lnk' in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
Notice: Use of undefined constant fud_sql_lnk - assumed 'fud_sql_lnk' in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/egwfiles/fudforum/3814588639/include/theme/default/db.inc on line 105
(/home/egwfiles/fudforum/3814588639/include/theme/default/db.inc:105
/usr/local/apache/htdocs/egroupware/fudforum/3814588639/phpBB2.php:141
) :
Query: DELETE FROM phpgw_fud_smiley
Server Version:
|
|
|
Re: Errors when running phpBB2.php from phpBB2 2.0.6 -> FudForums 2.6.0 [message #17652 is a reply to message #17651] |
Thu, 08 April 2004 22:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The conversion script which I presume you've downloaded from this site cannot work against FUDForum which is part of eGW package. It is only (for now) intended to work with stand-alone FUDforum.
The reason being that inside eGW framework the forum does not have 'access' to create new users which is something that is necessary to facilitate conversion process.
FUDforum Core Developer
|
|
|
|
Re: Errors when running phpBB2.php from phpBB2 2.0.6 -> FudForums 2.6.0 [message #17663 is a reply to message #17662] |
Fri, 09 April 2004 17:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is not so much a matter of access but the matter of procedure. To properly import data the conversion script needs to create users with whom to associate messages etc... In eGW environment that would mean creating an eGW account for every single user who had used the original phpBB2 forum. In most situations that is something you would not want since eGW has much more functionality then just forum.
Hence there is a problem with writing such a conversion utility.
|
|
|