Problems creating categories or changing forums to category

Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.squirrelmaster.org/main
PHP Version:
MySQL Version:
What was done before the problem appeared?
Nothing.
What was done to try to solve the problem?
De.scription and Message
Hello all. I can make new forums, edit forums, etc with no problems. Let me start from the beginning.
I had a copy of phpbb 2.0.17 but had many problems with bots and what not. A friend recommended Integra because of all the mods included within it, also including the bot blockers. So, I was able to upgrade and get everything installed. I had a few problems with some of the original forums/categories but finally got them to migrate and show up on the updated site.
Afterwards I tried to make a new category and I was getting two different errors, one was involving Crackertracker. I was a little frustrated and personally just wanted to start with a clean install so I just deleted everything. I did a fresh install of integra (no upgrade) and it wouldn't work. I checked the file permissions(even though I used cpanel to auto-extract), I was geting sql errors. So I installed php 2.0.22 and did the upgrade. Once again it worked with no problems. However I was still unable to make or create categories. The error below was the one I was getting.
I deleted and re-created admin_forums_extend.php. I refreshed the forums afterwards.
I added updates to ct_security.php but no luck.
I consider myself on average with being able to troubleshoot these issues. I think it's something with the SQL, but I never had problems until I upgraded. Please bare with me, I hope I didn't miss over any vital information. If there is anything else you need or something I missed please reply.
Thanks again in advance!
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.squirrelmaster.org/main
PHP Version:
MySQL Version:
What was done before the problem appeared?
Nothing.
What was done to try to solve the problem?
De.scription and Message
Hello all. I can make new forums, edit forums, etc with no problems. Let me start from the beginning.
I had a copy of phpbb 2.0.17 but had many problems with bots and what not. A friend recommended Integra because of all the mods included within it, also including the bot blockers. So, I was able to upgrade and get everything installed. I had a few problems with some of the original forums/categories but finally got them to migrate and show up on the updated site.
Afterwards I tried to make a new category and I was getting two different errors, one was involving Crackertracker. I was a little frustrated and personally just wanted to start with a clean install so I just deleted everything. I did a fresh install of integra (no upgrade) and it wouldn't work. I checked the file permissions(even though I used cpanel to auto-extract), I was geting sql errors. So I installed php 2.0.22 and did the upgrade. Once again it worked with no problems. However I was still unable to make or create categories. The error below was the one I was getting.
- Code: Select all
Couldn't update forums/categories table DEBUG MODE SQL Error ]
So I installed phpbb again and upgraded that. No problems but still cannot make categories. I tried adjusting the security level of cracker to LOW, I tried turning on debug mode but it didn't list any types of problems in the logs
I tried updating admin_forums_extend.php from
[code]$ct_ignorepvar = array('create','delete','name','icon');[/code]
to
[code]$ct_ignorepvar = array('create','delete','name','icon','desc');
I deleted and re-created admin_forums_extend.php. I refreshed the forums afterwards.
I added updates to ct_security.php but no luck.
I consider myself on average with being able to troubleshoot these issues. I think it's something with the SQL, but I never had problems until I upgraded. Please bare with me, I hope I didn't miss over any vital information. If there is anything else you need or something I missed please reply.
Thanks again in advance!