Advertisement:

Author Topic: error = Warning: Cannot modify header information - headers already sent by (out  (Read 346 times)

hallakdesign

  • Newbie
  • *
  • Posts: 22
help please

When I log into admin it informs the error below

Warning: Cannot modify header information - headers already sent by (output started at /home/classipredio/public_html/oc-includes/osclass/core/Params.php:37) in /home/classipredio/public_html/oc-includes/osclass/core/Cookie.php on line 97
array(0) { }
Warning: Cannot modify header information - headers already sent by (output started at /home/classipredio/public_html/oc-includes/osclass/core/Params.php:37) in /home/classipredio/public_html/oc-includes/osclass/core/AdminSecBaseModel.php on line 95

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
You already have a post regarding this, the error is the same. Check what I replied:

Hello,

Some function (plugin, functions.php...) is outputting data at the start of the PHP script which prevents redirecting and such stuff.
Disable all plugins one by one and look for some "fishy" code in functions.php, it looks like there's a code like this somewhere: "var_dump(Params::printParamsAsArray());".

Regards.

Regards.