PHP errors from site
Permalink
Hi all,
I seem to be getting a lot of errors thrown by CC5.7.4.2 from the following:
"PHP Fatal error: Call to a member function send() on a non-object in
.../concrete/bootstrap/start.php on line 290
Anyone have a clue as to what is throwing that error? Does this have anything to do with PHP mail?
I seem to be getting a lot of errors thrown by CC5.7.4.2 from the following:
"PHP Fatal error: Call to a member function send() on a non-object in
.../concrete/bootstrap/start.php on line 290
Anyone have a clue as to what is throwing that error? Does this have anything to do with PHP mail?
In my experience fatal errors in start are usually a result of a botched upgrade. Any chance you recently upgraded your site from a previous version of concrete5?
Nope, this one is a fresh install.
I'm wondering if it is has anything to do with php mail and the fact that i use a custom form on the site?
I'm wondering if it is has anything to do with php mail and the fact that i use a custom form on the site?
Highly doubtful that it has anything to do with php mail. My guess is that the Application class dispatch function isn't returning an expected result. Hard to know more without stepping through and debugging though without knowing your environment better.
Understood.
when you look at the line in start.php
it just tells you that. I wonder if it could be related to the other question that you responded to? As to the dynamic loading of a background image in a div?
when you look at the line in start.php
$response->send();
it just tells you that. I wonder if it could be related to the other question that you responded to? As to the dynamic loading of a background image in a div?