[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2007-11-27T11:35:41-07:00 https://www.integramod.com/forum/feed.php?f=18&t=4358 2007-11-27T11:35:41-07:00 2007-11-27T11:35:41-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29552#p29552 <![CDATA[install php error]]> Statistics: Posted Author: krillmeed — Tue Nov 27, 2007 11:35 am


]]>
2007-11-27T10:58:44-07:00 2007-11-27T10:58:44-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29551#p29551 <![CDATA[install php error]]> Statistics: Posted Author: krillmeed — Tue Nov 27, 2007 10:58 am


]]>
2007-11-27T10:30:28-07:00 2007-11-27T10:30:28-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29550#p29550 <![CDATA[Re: install php error]]> _search_wordlist,
_search_wordmatch and
_words

then run the create table sql for them. then youll need to rebuild search from your forum acp




 ## Table structure for table `phpbb_search_wordlist`#  CREATE TABLE phpbb_search_wordlist (   word_text varchar(50) binary NOT NULL default '',   word_id mediumint(8) unsigned NOT NULL auto_increment,   word_common tinyint(1) unsigned NOT NULL default '0',   PRIMARY KEY  (word_text),   KEY word_id (word_id)) TYPE=MyISAM;  # --------------------------------------------------------  ## Table structure for table `phpbb_search_wordmatch`#  CREATE TABLE phpbb_search_wordmatch (   post_id mediumint(8) unsigned NOT NULL default '0',   word_id mediumint(8) unsigned NOT NULL default '0',   title_match tinyint(1) NOT NULL default '0',   KEY post_id (post_id),   KEY word_id (word_id)) TYPE=MyISAM;  ## Table structure for table `phpbb_words`#  CREATE TABLE phpbb_words (   word_id mediumint(8) unsigned NOT NULL auto_increment,   word char(100) NOT NULL default '',   replacement char(100) NOT NULL default '',   PRIMARY KEY  (word_id)) TYPE=MyISAM;  


remember to keep good backups of these tables

Statistics: Posted Author: Helter — Tue Nov 27, 2007 10:30 am


]]>
2007-11-27T10:11:19-07:00 2007-11-27T10:11:19-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29548#p29548 <![CDATA[Re: install php error]]>
# Table structure for table `phpbb_pa_comments`
#

CREATE TABLE phpbb_pa_comments (
comments_id int(10) NOT NULL auto_increment,
file_id int(10) NOT NULL default '0',
comments_text text NOT NULL,
comments_title text NOT NULL,
comments_time int(50) NOT NULL default '0',
comment_bbcode_uid varchar(10) default NULL,
poster_id mediumint(8) NOT NULL default '0',
PRIMARY KEY (comments_id),
KEY comments_id (comments_id),
FULLTEXT KEY comment_bbcode_uid (comment_bbcode_uid)
) TYPE=MyISAM;


# Table structure for table 'phpbb_attachments'
#
CREATE TABLE phpbb_attachments (
attach_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
privmsgs_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
user_id_1 mediumint(8) NOT NULL,
user_id_2 mediumint(8) NOT NULL,
KEY attach_id_post_id (attach_id, post_id),
KEY attach_id_privmsgs_id (attach_id, privmsgs_id),

KEY post_id (post_id),
KEY privmsgs_id (privmsgs_id)
);

Hope you can help with the word part, the forum is pretty useless without it :?

Statistics: Posted Author: krillmeed — Tue Nov 27, 2007 10:11 am


]]>
2007-11-27T09:37:52-07:00 2007-11-27T09:37:52-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29546#p29546 <![CDATA[Re: install php error]]>

Statistics: Posted Author: krillmeed — Tue Nov 27, 2007 9:37 am


]]>
2007-11-27T09:19:38-07:00 2007-11-27T09:19:38-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29545#p29545 <![CDATA[Re: install php error]]>
if not, dump the tables, create them with the create table statements from the 141 install/schemas/mysql_schema and use the inserts from your original backup

Statistics: Posted Author: Helter — Tue Nov 27, 2007 9:19 am


]]>
2007-11-27T07:26:09-07:00 2007-11-27T07:26:09-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29544#p29544 <![CDATA[install php error]]>
another couple of problems, hopefully small ones. In the database when i asked it to check it. This is what it comes up with:

Problems with indexes of table `trek_attachments` More than one INDEX key was created for column `attach_id`
Problems with indexes of table `trek_digest` PRIMARY and INDEX keys should not both be set for column `user_id`
Problems with indexes of table `trek_pa_comments` PRIMARY and INDEX keys should not both be set for column `comments_id`


Any ideas, or should i start a new topic on this?

Statistics: Posted Author: krillmeed — Tue Nov 27, 2007 7:26 am


]]>
2007-11-26T23:49:20-07:00 2007-11-26T23:49:20-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29542#p29542 <![CDATA[Re: install php error]]> Statistics: Posted Author: Helter — Mon Nov 26, 2007 11:49 pm


]]>
2007-11-26T23:19:33-07:00 2007-11-26T23:19:33-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29541#p29541 <![CDATA[install php error]]> Statistics: Posted Author: krillmeed — Mon Nov 26, 2007 11:19 pm


]]>
2007-11-26T20:08:05-07:00 2007-11-26T20:08:05-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29540#p29540 <![CDATA[Re: install php error]]>


Usually, when your redirected to install, it means that it cannot find your config.php, however another user had this trouble due to an added mod. I believe it was the advanced color groups mod. It was solved by re-running the install that came with the color groups mod

in your case you need to change

$table_prefix = 'phpbb_';

to match your current prefix like this

$table_prefix = 'trek_';

Statistics: Posted Author: Helter — Mon Nov 26, 2007 8:08 pm


]]>
2007-11-26T09:56:05-07:00 2007-11-26T09:56:05-07:00 https://www.integramod.com/forum/viewtopic.php?t=4358&p=29516#p29516 <![CDATA[install php error]]> Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://krillmeed.com/forum/index.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
changed databases


What was done to try to solve the problem?




De.scription and Message

I have been changing servers, after a whole lot of problems, and help from Helter Skelter, the new database seems to have gone in. The problem is, when i change the config file on the new or the old one to point to the new database, i get redirected to the install/install php folder, which of course does not exist. If i switch them back to the old database, both new and old sites work, so i presume this fault is in the database somewere (New one) Any one know how to fix this <img>

Statistics: Posted Author: krillmeed — Mon Nov 26, 2007 9:56 am


]]>