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: [richb] Undefined Offset - what does this mean?

By Chris - August 7, 2009 - edited: August 7, 2009

Hi richb,

Have you tried updating to the latest version of CMS Builder? I have the latest version and I don't see anything on the lines referenced which might cause an error (both lines are comments.)

If you're unable to update CMS Builder, can you let us know what version you're using?
All the best,
Chris

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

By richb - August 7, 2009

I'm on version 1.26

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.