mam nową prestę 1.7.2.0 po złożeniu zamówienia (po finalizacji) wyskakuje biała strona- nie są nawet wysyłane żadne maile. W trybie debagowania pojawia się komunikat:
ClassNotFoundException in SimpleHeaderFactory.php line 75:Attempted to load class "Swift_Mime_Headers_DateHeader" from the global namespace. Did you forget a "use" statement?
public function createDateHeader($name, $timestamp = null) { 75 linia $header = new Swift_Mime_Headers_DateHeader($name, $this->_grammar); if (isset($timestamp)) { $header->setFieldBodyModel($timestamp); } $this->_setHeaderCharset($header);
Question
artur11981
Witam,
mam nową prestę 1.7.2.0 po złożeniu zamówienia (po finalizacji) wyskakuje biała strona- nie są nawet wysyłane żadne maile. W trybie debagowania pojawia się komunikat:
ClassNotFoundException in SimpleHeaderFactory.php line 75: Attempted to load class "Swift_Mime_Headers_DateHeader" from the global namespace.Did you forget a "use" statement?
w pliku moja_domena.pl/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php line 75
zawartość tego pliku wygląda tak:
public function createDateHeader($name, $timestamp = null)
{
75 linia $header = new Swift_Mime_Headers_DateHeader($name, $this->_grammar);
if (isset($timestamp)) {
$header->setFieldBodyModel($timestamp);
}
$this->_setHeaderCharset($header);
return $header;
co tu jest nie tak?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now