Sub Menu
Links Menu
Online Users

In total there are 313 users online :: 1 registered, 0 hidden and 312 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

New install/errors after install

If this is a new installation of IM3, this is the correct support forum

New install/errors after install

PostAuthor: sandman229 » Thu Feb 11, 2010 2:39 pm

I have downloaded the lastest IM3 files from here and installed it on a localhost test windows vista system.

Xampp 1.7.3
PHP 5.3.1
Now there might be a setting in php or Apache I forgot to set.

All new installs.

Installed just great. No problem. Everything seems to be running great.

However, I get this error above the header and my fonts got super big.

[phpBB Debug] PHP Notice: in file /blocks/block_search.php on line 50: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4389: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4392: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)

sandman229
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 27, 2007 7:28 am
Cash on hand: 0.00
Location: Victorville, Ca.

Re: New install/errors after install

PostAuthor: Helter » Thu Feb 11, 2010 3:03 pm

ill have to recheck the dl because forum_id was removed from that block

OPEN forum root/blocks/block_search.php

FIND
Code: Select all
('f_search', $forum_id)

REPLACE WITH
Code: Select all
('f_search')
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: New install/errors after install

PostAuthor: Helter » Thu Feb 11, 2010 3:06 pm

my mistake. Somehow I added the old block to the new dl. It is fixed now.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: New install/errors after install

PostAuthor: sandman229 » Thu Feb 11, 2010 3:44 pm

ok, that worked. Thanks...

sandman229
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 27, 2007 7:28 am
Cash on hand: 0.00
Location: Victorville, Ca.

Re: New install/errors after install

PostAuthor: sandman229 » Thu Feb 11, 2010 3:49 pm

ok, New error.

Got this when I clicked on KB off the main Menu.

[phpBB Debug] PHP Notice: in file /knowledge/index.php on line 63: Undefined index: num_kb_article
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4389: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4392: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)

sandman229
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 27, 2007 7:28 am
Cash on hand: 0.00
Location: Victorville, Ca.

Re: New install/errors after install

PostAuthor: Helter » Thu Feb 11, 2010 8:45 pm

you need to set up the KB mod in acp/IntegraMOD/Knowledge Base/Configuration. Create a catagory in acp/IntegraMOD/Knowledge Base/Categories and creat artical types in acp/IntegraMOD/Knowledge Base/Article types.
That will get rid of your current problem but I did find a bug that appears on submitting a new article. Ill post when I find the cause unless Mike beats me to it. I asked him to have a look because he is the master bug fixer. He fixes bugs almost as fast as I create them...lol
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: New install/errors after install

PostAuthor: sandman229 » Thu Feb 11, 2010 10:09 pm

ok, did what you said and it did not go away. Cleared all cashe and deleted all browser temp files.

Refreahed everything and still have:

[phpBB Debug] PHP Notice: in file /knowledge/index.php on line 63: Undefined index: num_kb_article

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4389: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4392: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3515)

sandman229
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 27, 2007 7:28 am
Cash on hand: 0.00
Location: Victorville, Ca.

Re: New install/errors after install

PostAuthor: Michaelo » Thu Feb 11, 2010 10:35 pm

Try this... I have not test it but it should be the culprit... (yep that's it)
Open: knowledge/index.php
Find:
Code: Select all
    'COUNT_ARTICLE'           => $config['num_kb_article'],
Replace with]     'COUNT_ARTICLE'           => $kb_config['num_kb_article'],[/code]
Mike
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

Re: New install/errors after install

PostAuthor: sandman229 » Fri Feb 12, 2010 10:27 am

"Michaelo" wrote:Try this... I have not test it but it should be the culprit... (yep that's it)
Open: knowledge/index.php
Find:
Code: Select all
    'COUNT_ARTICLE'           => $config['num_kb_article'],
Replace with]     'COUNT_ARTICLE'           => $kb_config['num_kb_article'],[/code]
Mike



ok, that fixed it.. Thanks.. So far it everything seems to be working. Haven't had time to check out everything but so far it seems to work..

sandman229
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 27, 2007 7:28 am
Cash on hand: 0.00
Location: Victorville, Ca.


Return to New Installation

Who is online

Registered users: Google [Bot]

cron