agilecrmwc.php is constantly throwing the error shown below. I’ve tried moving the session_start(); line to the first line immediately following the first <?php and on the same line. Only thing that changes is the error line says the error is then on line 2 or 1.
There are no spaces or lines before the opening php tag. Where else if a session called in a WordPress site so I can try to solve this? The error_log keeps growing and I’d like to solve this. Thanks!
Error line repeated in error_log:
PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home/biblesfortoday/public_html/wp-content/plugins/agilecrmwc/agilecrmwc.php on line 62
The page I need help with: [log in to see the link]
