New install/errors after install

post

reply
:
In an effort to prevent automatic submissions, we require that you complete the following challenge.
Advanced BBCode Box 3 :: Help Page  
Remove selected text Copy selected text Paste copied text Remove all BBCodes from the selected text List Ordered list List item Tabs Bold text Italic text Underline text Strikethrough text Superscript text Subscript text Glow text Shadow text Dropshadow text Blur text Wave text (Only for Internet Explorer) Text fadein / fadeout Gradient text Justify align text Left align text Center align text Right align text Preformatted text
Indent text Text direction for reading left-to-right Text direction for reading right-to-left Code display Quote text Spoiler text Hide content from unregistered guests Insert Off Topic text NFO text Insert a table Insert anchor Insert URL Insert Email Insert image Insert thumbnail Insert image from an image hosting service Insert search word Insert web video
Smilies
:D :) :( :o :shock: 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :mrgreen: :bomb: :ghug: :heart:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: New install/errors after install

Re: New install/errors after install

Post Author: 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..

Re: New install/errors after install

Post Author: 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

Re: New install/errors after install

Post Author: 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)

Re: New install/errors after install

Post Author: 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

Re: New install/errors after install

Post Author: 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)

Re: New install/errors after install

Post Author: sandman229 » Thu Feb 11, 2010 3:44 pm

ok, that worked. Thanks...

Re: New install/errors after install

Post Author: Helter » Thu Feb 11, 2010 3:06 pm

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

Re: New install/errors after install

Post Author: 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')

New install/errors after install

Post Author: 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)

Top