SamirDarji |
12-14-2004 03:42 PM |
As always, thank you for the unreal amount of assistance you have given us with this hack. I feel I can't say it enough times. :D
Quote:
Originally Posted by sv1cec
- postbit template. Mine (3.0.3) doesn't have any div there, so I can't be sure. I suggest you experiment.
|
Interesting. I'm also running 3.0.3. In your template, is your new code inside a div tag? If so, where does the tag start?
Quote:
Originally Posted by sv1cec
- banned user group not appearing, you are right, I haven't seen that, I'll look it up and post a correction here.
|
Let me know where to look and I'll also see if isn't just that I messed up somewhere.
Quote:
Originally Posted by sv1cec
- your last error is a result of not saving the warning options properly. One of the parameters defined there, is the records per page, so if that is not set, the program tries to divide by nothing.
|
Makes sense :)
Quote:
Originally Posted by sv1cec
First of all, try to see if you have the proper tables. Check the following tables by comparing the results of the "describe tablename" command with the columns described in the installation instructions. Second, check to see if the required templates have been added.
|
Where are these listed? I looked through every .txt file.
I just started parsing through the upgrade_warn.php and looking in phpmyadmin to see about the database tables. That's where the problem seems to be. Looks like it never updated the warning_options table, although it did all the other ones. I'm assuming that everything up to this point probably worked. So now how do I fix it?
|