Page 1 of 1

Forum Management Problem

PostPosted: Wed Mar 07, 2007 8:32 pm
Author: Egaladeist
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://cyicportal.childrenandyouthincrisis.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
The problem seems to have been pre-existing?


What was done to try to solve the problem?
Nothing really as of yet.



De.scription and Message

Hello...I installed the temp-patches for Cracker-Tracker and that seems to have cleared up the problem of the security errors...however...

there are still two other problems...

1. now I am able to create categories/forums...but...they only appear in forum management...not on the boards...the boards still have the original ' test ' category/forum?

2. I noticed that while creating/editing categories/forums there is a bottom section that only appears sometimes...the permissions section...sometimes it's there and most of the time it isn't?

any help on these issues would be appreciated.

Thank-you,

Eg <img>

Re: Forum Management Problem

PostPosted: Wed Mar 07, 2007 9:34 pm
Author: Frost
Hmm, I'd have to have admin access

You can pm me with the information or wait for one who might have seen this before.

Re: Forum Management Problem

PostPosted: Wed Mar 07, 2007 10:32 pm
Author: Helter
check your chmods. If you have a linux/unix server then
includes/def_auth.php
/def_ icons
/def_qbar
/ def_themes
/ def_tree
/ def_words
should all be set to 666
if you have a windows server, they should be set to read/writable

once they are correctly set, go to ACP/Forum Admin/managment+ and use the bottom resync function.
You should also check your other file pemissions. You can find them here
http://integramod.com/forum/portal.php?page=18

Re: Forum Management Problem

PostPosted: Wed Mar 07, 2007 11:50 pm
Author: Frost
lol, and that's the reason the man's in charge <img>

Re: Forum Management Problem

PostPosted: Thu Mar 08, 2007 1:31 am
Author: Egaladeist
Thanks guys...and the server is linux...so Ill give it a go and see what I can do...
I'll report back the results.

Thanks!

Re: Forum Management Problem

PostPosted: Thu Mar 08, 2007 7:31 pm
Author: Helter
hahaha...im not in charge, i just pay the bills <img>

PostPosted: Sat Mar 10, 2007 4:16 pm
Author: codyshell
Hi, I was having the same problem, followed all these steps, hit resync, and now all I have anywhere is a white page. Can anyone help?

http://www.dchsnjrotc.com/forum/index.php

If you need admin credentials, please PM me or email me.

Thanks!!!
Cody

Re: Forum Management Problem

PostPosted: Sat Mar 10, 2007 6:24 pm
Author: Helter
re-upload a new def_tree.php, chmod to 666 and re-sync

PostPosted: Sat Mar 10, 2007 6:50 pm
Author: codyshell
Thanks. That works for a second, then I resync, and it does it again. Any ideas?
-Cody

Re: Forum Management Problem

PostPosted: Sat Mar 10, 2007 8:56 pm
Author: Helter
for some reason your server doesnt like the cache function of Categories Hierarchy.

open includes/functions_categories_hierarchy.php

find

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


replace with

Code: Select all
//  define('CACHE_TREE', true);


this will disable the caching of your forum structure but should not impact page load dramaticly

ps... I also noticed this error on your index

[code]Warning]

This is due to "system" being disabled in your php.ini
I have been told not to worry about it as disabling system is a security measure and it is not necessary for your site to function properly

PostPosted: Sat Mar 10, 2007 10:04 pm
Author: codyshell
lol, Thanks for the first part, but my site is http://www.dchsnjrotc.com. Thanks for the info though!
-Cody