Jump to content

Out of range value adjusted for column 'field_display_order' at row 1


arn_php

Recommended Posts

ERROR DETAILS :ERROR :: LIB_EXTRANET_FORM - MANAGE_SAVE - QUERY

Out of range value adjusted for column 'field_display_order' at row 1

Query :: UPDATE edub_infob SET name='My name',phone='123.456.7890',ext='123',fax='123.456.7890',email='name@domain.com',flag_status='1',field_display_order='' WHERE infob_id = '1';

 

What does this means? How can I get it corrected?

Link to comment
Share on other sites

The error is a mysql error message due to the query that is displayed in the error.

 

field_display_order=''

 

The value in the query is an empty string ''. Your table probably defines this as requiring a value.

 

Either this error has been occurring all along but has been suppressed or the different settings between the two servers has resulted in no value being supplied in the query.

 

It would be necessary to see the php code for that query and finding out where the value for field_display_order is or should be set. It is highly likely that this is from a form field but the code is dependent on register globals being on...

 

Just for the record, most of the errors/warning/notices that you are seeing now were occurring in the code when it was running under php4 but the display of errors was turned off or the error reporting level caused them not to be displayed. This is not really anything thing to do with php4/php5.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.