Page 1 of 1

phpbb2 to integraMOD

PostPosted: Sun Jun 17, 2007 11:47 pm
Author: bulldog988
hi,

i am running phpbb2 with IMportal on my forum now..

i am quite impressed with the new integramod141.

my question is how am i going to convert my current phpbb2 mySQL database to the new integramod database?

do you guys got a conversion tool?

Re: phpbb2 to integraMOD

PostPosted: Mon Jun 18, 2007 12:30 am
Author: found it
Hi

This will upgrade your phpBB to Integramod just follow the read me..

[url=http]phpBB to integramod[/url]

:mrgreen:

Re: phpbb2 to integraMOD

PostPosted: Sun Jun 24, 2007 2:25 pm
Author: bulldog988
thanks...

may i know if this install will only read and export from my phpbb2 db and import to the im141 db?

btw, i have the photo smartor photo album installed too... will this convertor converts my photo album too?

Re: phpbb2 to integraMOD

PostPosted: Sun Jun 24, 2007 9:51 pm
Author: bulldog988
"found it";p="26658" wrote:Hi

This will upgrade your phpBB to Integramod just follow the read me..

[url=http]phpBB to integramod[/url]

:mrgreen:


hi,

one question... how does this convertor works?

i have db A which is my phpbb2 db.

i have installed IM141 and have db B as the IM141 db.

does this convertor export the data from db A to db B or it will alter and write on my db A?

i just wanna be safe... i only a newbie... <img>

Re: phpbb2 to integraMOD

PostPosted: Sun Jun 24, 2007 10:12 pm
Author: Helter
it will alter your original db, so it is a good idea to duplicate your original db abd then update it, so if there are problems, you still have your unaltered original db

PostPosted: Sun Jun 24, 2007 10:23 pm
Author: bulldog988
"HelterSkelter";p="26818" wrote:it will alter your original db, so it is a good idea to duplicate your original db abd then update it, so if there are problems, you still have your unaltered original db


oh.. thats is very risky... lucky i have not run it yet... i will get it backup asap.

so if i wanna do it, i will need to do a fresh setup again? do i point the db to the phpbb2 db when i install IM141?

Re: phpbb2 to integraMOD

PostPosted: Sun Jun 24, 2007 10:32 pm
Author: Helter
yes, if your running the update

Re: phpbb2 to integraMOD

PostPosted: Mon Jun 25, 2007 8:02 pm
Author: bulldog988
hi,

finally i take the courage to convert my phpbb2 to im141...

this is what i get when i use the converter... is the error ok?

[code]  InformationDatabase type    ]

PostPosted: Mon Jun 25, 2007 8:09 pm
Author: bulldog988
hi,

oh no... i got this error after converting... please help...

[code]Critical Error!message_die() was called multiple times.  Error #1    Line ]

Re: phpbb2 to integraMOD

PostPosted: Mon Jun 25, 2007 9:30 pm
Author: Helter
im not sure why prillian failed, but you can run it again by going to http://www.yoursite/prill_install/im_install.php

Re: phpbb2 to integraMOD

PostPosted: Tue Jun 26, 2007 9:38 pm
Author: bulldog988
hi,

i am now doing a fresh conversion...

upload all the files... deleted install and prillian_install folder. uploaded the phpbb_to_im141 install folder.

when i run the phpbb_to_im141.php, this is the error i got...

I am sorry, but your database type is not supported.


what do i need to do? update the config.php with my db info?? if yes, which db info? the one i use with my phpbb2 board? or do i create a new db?

please help... thanks

PostPosted: Tue Jun 26, 2007 9:42 pm
Author: bulldog988
hi,

fyi, my config.php is blank... what should i do?

Re: phpbb2 to integraMOD

PostPosted: Tue Jun 26, 2007 10:20 pm
Author: Helter
you need your original phpbb config.php
This file tells your forum what database to connect to and how to connect to it. Just be sure you have saved a copy of your original db in case you have trouble. If you cannot locate your original, use this code

Code: Select all
 <php>  


If you decide to install Prillian, delete this line first

Code: Select all
define('PRILLIAN_INSTALLED', false);


after you install Prillian, replace the line with this code

Code: Select all
define('PRILLIAN_INSTALLED', true);

Re: phpbb2 to integraMOD

PostPosted: Tue Jun 26, 2007 11:41 pm
Author: bulldog988
hi,

edited the config.php... run the conversion... got many errors for priliian... which i think is ok...

now got this error..


Critical Error!
message_die() was called multiple times.

--------------------------------------------------------------------------------
Error #1


Line : 60
File : c:hostingwebhost4lifemembertfntennisimctrackerclassesclass_ct_database.php
SQL : SELECT * FROM phpbb_ctracker_config

--------------------------------------------------------------------------------
Error #2
Could not add key announcement_date_display in config table

Line : 55
File : c:hostingwebhost4lifemembertfntennisimincludesfunctions_mods_settings.php
SQL : INSERT INTO phpbb_config (config_name,config_value) VALUES('announcement_date_display','1')

--------------------------------------------------------------------------------
Please, contact the webmaster. Thank you

PostPosted: Wed Jun 27, 2007 12:11 am
Author: bulldog988
hi,

i set all the chmod to 777 and i still get the same error message...

a bit discouraging now...

PostPosted: Fri Jun 29, 2007 2:45 am
Author: bulldog988
hi,

i got this error after installing... anyone can help?

Critical Error!
message_die() was called multiple times.

--------------------------------------------------------------------------------
Error #1


Line : 60
File : c:hostingwebhost4lifemembertfntennisimctrackerclassesclass_ct_database.php
SQL : SELECT * FROM phpbb_ctracker_config

--------------------------------------------------------------------------------
Error #2
Could not add key announcement_date_display in config table

Line : 55
File : c:hostingwebhost4lifemembertfntennisimincludesfunctions_mods_settings.php
SQL : INSERT INTO phpbb_config (config_name,config_value) VALUES('announcement_date_display','1')

--------------------------------------------------------------------------------
Please, contact the webmaster. Thank you.

Re: phpbb2 to integraMOD

PostPosted: Fri Jun 29, 2007 6:46 am
Author: Helter
this is a common error with an easy fix, but I dont remember off hand what is causing it. If you PM me your FTP info, Ill take a look and fix it. Im sorry I cannot offer a better answer atm