Page 1 of 1

phpbb & kismod

PostPosted: Fri Jun 30, 2006 3:05 pm
Author: zWest
Please tell me how to integrate my phpbb into kismod.

ps "sorry for my english"

Re: phpbb & kismod

PostPosted: Fri Jun 30, 2006 8:04 pm
Author: Helter
http://integramod.com/forum/dload.php?a ... file_id=95

this is beta, but so far no major problems. Be sure to follow the directions precisley. If you have any questions about it post them here.

Re: phpbb & kismod

PostPosted: Sat Jul 01, 2006 2:26 am
Author: zWest
Tnx.
I try to download and configure my phpbb.

Re: phpbb & kismod

PostPosted: Sat Jul 01, 2006 5:54 am
Author: zWest
Fatal error: Cannot re-assign $this in "phpbbincludesfunctions_categories_hierarchy.php" on line 138


I got this error on step 6.
I cant open my phpbb forum anymore <img>

HELP!!!

PostPosted: Fri Jul 07, 2006 7:35 am
Author: napukjon
Gonna try this out, have always loved Integramod, just could never be bovvered to go through the stupids steps of upgrading through 3 different versions before finishing

Re: phpbb & kismod

PostPosted: Fri Jul 07, 2006 7:58 am
Author: Helter
"zWest";p="10637" wrote:Fatal error: Cannot re-assign $this in "phpbbincludesfunctions_categories_hierarchy.php" on line 138


I got this error on step 6.
I cant open my phpbb forum anymore <img>

HELP!!!


did you copy all the files and chmod them at the correct time?

Re: phpbb & kismod

PostPosted: Fri Jul 21, 2006 4:57 pm
Author: melamkish
I have a question about this update.

Last night I installed phpbb 2.0.21. This was a new installation on my new website and not an update. I want to run IntegraMod 1.4. After searching the required upgrade paths, it appears that I would normally have to delete the current phpbb version, install an older version and then do several updates to get back to phpbb2.0.21 and IM 1.4.

Can this update be used on the current v2.0.21 or do I still have to start over with an earlier version of phpbb?

I searched and read several posts about updates and such, but still a bit unclear on this one.

I would like to try this out and report back the results here. I can delete everything including the DB if necessary and start a fresh. I just need confirmation of a starting point.

Thanks for your time.

Re: phpbb & kismod

PostPosted: Fri Jul 21, 2006 5:46 pm
Author: Helter
Can this update be used on the current v2.0.21 or do I still have to start over with an earlier version of phpbb?


this should work fine. your current version of phpbb should be irrelevant.

PostPosted: Fri Jul 21, 2006 5:51 pm
Author: melamkish
Thanks for the quick response. Off to give it a try.

Re: phpbb & kismod

PostPosted: Sat Jul 22, 2006 7:34 pm
Author: melamkish
I have tried two attempts to install and both failed. I think the first failure was my error by using the wrong db version.

I started from scratch with a new DB and new installation of phpBB 2.0.21. I then created a couple of fourms and one user to check the installation. The second user was set to admin. No other changes were made to the board. I then proceeded to follow the instructions verbatim for installing the IntegraMod update.

Step 1 no errors
On step 2 the following error.

ALTER TABLE phpbb_sessions ADD session_admin tinyint(2) NOT NULL DEFAULT '0'
+++ Error: Duplicate column name 'session_admin'

step 3 no errors
step 4 no errors
step 5 following errors

Error: Duplicate entry 'phpBBSecurity_version' for key 1
INSERT INTO phpbb_themes (theme_name, theme_value) VALUES (2, 'fisubice', 'FI Subice', 'fisubice.css', '', '', '', '', '', '',

'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'row1', 'row2', '', '', '', '', 0, 0, 0, '', '006600',

'ff0000', '', '', '', 0, 0);

Error: Column count doesn't match value count at row 1
ALTER TABLE phpbb_users ADD phpBBSecurity_answer TEXT NOT NULL;

After uploading all files, I set permissions per the table.

Step 6 received the following error:

Fatal error: Cannot re-assign $this in "forums/includes/functions_categories_hierarchy.php on line 138"

I will double check the chmod settings and see what happens if I try to access the board. In the meantime any suggestions would be welcome.

Re: phpbb & kismod

PostPosted: Sat Jul 22, 2006 7:55 pm
Author: Helter
generally, duplicate entry errors are fine. for the last error, chech to dee if includes/def_tree.php is chmod 666

PostPosted: Sat Jul 22, 2006 8:08 pm
Author: melamkish
The includes/def_tree.php was properly set, but I did miss the files folder (got the subfolder) and one other which I reset. I then tried to re-perform goto step 6 and still get the last error.

I figured the dup's errors were none fatal, but when troubleshooting, I assume nothing.

Another data point, which may not mean anything, but if I try to access the forum index I get the white page I have seen mentioned in the forums.

Should I try to re-run the update from the begining? I know there will be a lot of dup errors. I have keep the step 5 tab open while I look for possible solutions.

Re: phpbb & kismod

PostPosted: Sun Jul 23, 2006 4:19 am
Author: melamkish
Helter.

Thanks for the help on this. I haven't been able to figure out where to go next. Probably my lack of knowledge of php, etc, since I'm relatively new at trying to set up a bb system.

I am going to set up a virtual server and get all the resources to do some serious cramming and see what I can learn. In the meantime, if anyone has other suggestions, I'm willing to try them.

Re: phpbb & kismod

PostPosted: Sun Jul 23, 2006 4:08 pm
Author: melamkish
After reading most of the forum issues regarding installation problems, it turns out my host is using php5. <img>

I see no way to roll back to php4, so looks like I may have to wait.

PostPosted: Mon Jul 24, 2006 5:03 pm
Author: Bush
"melamkish";p="12340" wrote:After reading most of the forum issues regarding installation problems, it turns out my host is using php5. <img>

I see no way to roll back to php4, so looks like I may have to wait.


Pretty sure Integramod 1.41 *BETA* supports php5, but not a lot of support from the IntegraTeam; nor do they recommend you using it for a live site.

bush

PostPosted: Mon Jul 24, 2006 5:12 pm
Author: melamkish
I have spent some time reading a lot more and am in the process of setting up and configuring a virtual server. Once that is done, I will start the grind of learning what I need to know to start beta testing 1.41 in a test environment while I also start learning php and mysql.

Been a long time since I did any C++ back in the dos days, but things should start falling into place as I get all the docs gathered up for reference.