So knowing that those tables required MyISAM engine to run properly. I set my database to only run off of MyISAM for a minute so that the database would install properly. I am going to assume that the forums require MyISAM for their tables. So only have two of them that way didn't work.
All of the tables install correctly and the rest of the wizard finishes up, but then I get another issue. When I go to view my forums I get this issue:
Error
SQL Layer Error: Incorrect datetime value: '1179613186' for column 'us_lastupdated' at row 1
Query [INSERT INTO bb_uniquesessions (server,us_ID, us_lastupdated, us_data) VALUES ('1','2pd4ukeglbecfaf4v9sjiq3jd4', 1179613186, '')]
Ouch. This time PHP5 actually found a piece of code that could have used more rigorous import statements.
You should be able to retrieve a fixed version from the nightly build or www.nextbbs.com/trac/nbbs/browser/common.php
The only two occur from outisde...When others actually view my site. Sorry, they are to big to copy and paste here. So link. They are at the top and bottom. One is another yellow box like before. The other I believe is PHP not writing the correct stuff out.
Regarding the two other ones, let's focus on the top one: it seems to be saying that your language file is improperly formed, like, for instance, missing its '<?php' top line.
Hi all,
I don't know why, but the following error occurs when "this->total_queries" is equal to 16. In this moment, $CONFIG is forced to NULL.
Can it be caused by PHP loss of variable? I think it's possible.
Also, the one at the top is not because of the <?php tag. I know it is something with my configuration. Other servers such as the people on here run it fine.
araujomarcelo, good job spotting the query number.
Does this happen when displaying any page or a specific page?
Sorry that this takes longer than usual, but this is always more difficult to resolve when it's something that I cannot reproduce.
Thanks for your help, guys.