Out of range error

This is a discussion on "Out of range error" within the PHP Forum section. This forum, and the thread "Out of range error are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 6th, 2007, 11:01
Up'n'Coming Member
Join Date: Jul 2006
Location: manila
Age: 28
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Out of range error

hello

Thus anybody explain what is "Out of range value adjusted for column 'id' at row 1" how does it coz an error..?

thanks
Reply With Quote

  #2 (permalink)  
Old May 6th, 2007, 14:16
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Out of range error

Apparently this is a MySQL version 5 bug (earlier MySQL versions not affected) and can be fixed by turning off strict SQL mode.

Try fixing it as follows:

Open up your MySQL configuration file ( see http://dev.mysql.com/doc/refman/5.0/...ion-files.html ) and replace:
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION"
with:
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

this will disable the strict SQL mode setting.

If you do not have access to this file, ask you host/administrator to make these changes for you.
Reply With Quote
Reply

Tags
out of range

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keep getting error message Microsoft VBScript runtime error '800a01a8' cpando1974 Classic ASP 2 Aug 7th, 2007 12:00
Disabling Dropdown based on value range Matc JavaScript Forum 0 Jun 26th, 2007 11:02
Setting a veiwing range for a AI character Throntel Flash & Multimedia Forum 7 Dec 17th, 2006 06:08
Updating using a range? BrokenImage Databases 2 Nov 18th, 2005 13:00
range object da_stimulator JavaScript Forum 0 Dec 6th, 2004 10:40


All times are GMT. The time now is 05:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43