Undefined index action Cannot modify header
The Cannot modify header error is actually caused by the first error, as the error is being printed on the page invoking a header, therefore any code coming after that trying to modify the header will produce the Cannot modify header error. As to the Undefined index: action error, apparently the theme author assumes that … Read more