PHP Error Editing Entry
Posted: 21 September 2011 12:06 AM   [ Ignore ]
Wallflower
Rank
Total Posts:  1
Joined  2011-09-20

Okay My HTML looks good or so I believe.  it’s rather lengthy so I’ll spare everyone unless requested.
I have an Edit Entry page that calls a channel entry and enables editing. Everything looks good and when I het submit I get this :
___________
A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: checkboxes/ft.checkboxes.php

Line Number: 82
___________
A PHP Error was encountered

Severity: Notice

Message: Array to string conversion

Filename: libraries/Functions.php

Line Number: 1449
___________
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/content/79/8296179/html/tideland/codeigniter/system/core/Exceptions.php:170)

Filename: libraries/Functions.php

Line Number: 393
_______________

I have a feeling that it’s something to do with my return=“template group/template/url_title” because any edits I made in the SAEF are being made even though I’m getting an error.

Any information would help.
Thanks
oh and i’m runing 2.2.2

Profile