⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

library error when bootstrap theme and datetime field



David Leiva

David Leiva
  • profile picture
  • Member

Posted 01 April 2013 - 12:36 PM

Hello,

 

I think this is a little bug.

 

 

I have a table with 2 datetime fields.

 

When table is displayed with grocery crud i get:


A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: libraries/grocery_crud.php

Line Number: 278
A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 1

Filename: libraries/grocery_crud.php

Line Number: 278

   It seems to be a problem with the datetime parser.

anyone can confirm this?

 

Thankss..


davidoster

davidoster
  • profile picture
  • Member

Posted 01 April 2013 - 23:34 PM

http://stackoverflow.com/questions/9399509/getting-rid-of-php-notice-undefined-offset


Lady_Ane

Lady_Ane
  • profile picture
  • Member

Posted 12 November 2014 - 23:31 PM

Page Not Found

This question was removed from Stack Overflow for reasons of moderation

 

 


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 12 November 2014 - 23:54 PM

Well what he ment to say brother is that this is simple php notices that are ignorable

You can refer to the manual as how to set the error reporting.

http://php.net/manual/en/function.error-reporting.php

 

You can do the above in index.php ... or you can define it in php.ini as presented to you in the link below.

http://php.about.com/od/troubleshooting/qt/php_error_reporting.htm