Undefined Offset - what does this mean?

5 posts by 3 authors in: Forums > CMS Builder
Last Post: August 10, 2009   (RSS)

By richb - August 7, 2009

Notice: Undefined offset: 1 in /home/cluster1/data/v/t/a1267666/html/cmsAdmin/lib/menus/default/edit_functions.php on line 228

Notice: Undefined offset: 2 in /home/cluster1/data/v/t/a1267666/html/cmsAdmin/lib/menus/default/edit_functions.php on line 230

Notice: Undefined offset: 1 in /home/cluster1/data/v/t/a1267666/html/cmsAdmin/lib/menus/default/edit_functions.php on line 230

Re: [chris] Undefined Offset - what does this mean?

By richb - August 7, 2009

I'm on version 1.26

Re: [richb] Undefined Offset - what does this mean?

By Dave - August 10, 2009

Hi richb,

Try upgrading to the latest version. If that still doesn't help post the steps the reproduce this error and we'll try and track it down locally.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Undefined Offset - what does this mean?

By richb - August 10, 2009

I've resolved the issue. My developer changed a field datatype outside CMS from DATETIME to MEDIUMTEXT. There must be a typecast of some sort that caused the warning. Anyway, we changed it back and the error was resolved. thank you.