11-Apr-2012, 09:11 PM
I have installed ver 1.8 on my development platform that was working nicely for the first few tests. After several correct entries, the subscriber info stopped clearing on the form even though the comments were posted. Enabled error reporting and got a frontend error and a backend error.
Frontend:
[10-Apr-2012 17:04:42] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/content/31/6543031/html/zbt_dev/functions.php:1) in /home/content/31/6543031/html/zbt_dev/comments/captcha/securimage.php on line 412
Backend:
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 29
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 65
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 79
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 184
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 264
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/includes/pages/dashboard.php on line 29
I examined the code on the referenced pages, but it's over my head. I'm wondering if I have incorrectly set a variable in the admin panel.
I would appreciate any help in solving this problem.
Thanks. Jim
Frontend:
[10-Apr-2012 17:04:42] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/content/31/6543031/html/zbt_dev/functions.php:1) in /home/content/31/6543031/html/zbt_dev/comments/captcha/securimage.php on line 412
Backend:
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 29
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 53
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 65
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 79
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 184
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/index.php on line 264
[10-Apr-2012 17:05:42] PHP Notice: Undefined index: page in /home/content/31/6543031/html/zbt_dev/comments/bartendercontrolcenter/includes/pages/dashboard.php on line 29
I examined the code on the referenced pages, but it's over my head. I'm wondering if I have incorrectly set a variable in the admin panel.
I would appreciate any help in solving this problem.
Thanks. Jim