Undefined offset: 0 on line 57
-
Temporarily found a hack by changing
if (count($pgmenueditor[0]))
to
if (count($pgmenueditor) && count($pgmenueditor[0]))
but it appears to be a problem that $pgmenueditor is sometimes empty.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined offset: 0 on line 57’ is closed to new replies.