Jump to content

MySQL configuration error?


rocketeerbkw

Recommended Posts

I'm running MySQL(latest) on windows XP Pro with IIS(v5) and php(latest) installed.

I'm trying to install IPB PowerBoard v2.1.3 on localhost but get this error:
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]INSERT INTO ibf_task_manager VALUES ('', 'Update Topic Views Counter', 'updateviews.php', 1141029329, -1, -1, 3, -1, 'ddce954b5ba1c163bc627ca20725b595', 0, 'Used when topic views are not incremented immediately', 1, 'updateviews', 0, 0);

Out of range value adjusted for column 'task_id' at row 1[/quote]

Since I haven't ever had troubles with installing this on paid hosting services, or even on my friends computer, I assume it is something I have mis-configured.

Since I have checked my PHP configuration and know next to nil about MySQL configs, could this be my problem?

Can anyone tell me or point me in the right direction?

Much thanks!
Link to comment
https://forums.phpfreaks.com/topic/3664-mysql-configuration-error/
Share on other sites

How was the database generated? Did you have to do it by hand or was it generated by an IPB configuration script? It looks to me like the column `task_id` in table `ibf_task_manager` was not set to AUTO_INCREMENT, but I am working off of very limited information here.
All the information I have is what you have.

It's an automated install script that has worked on every other site or IIS i've been on.

That's what I thought too wickning1, but since I can't tell it to set it that way, I assume its mysql that's not getting it right.

Thanks...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.