Page 1 of 1
Search found 4 matches
Re: OC 3.0.3.8 Admin receiving order emails but not customer
i think base64_encode issue replace to line system/library/mail/mail.php $message .= 'Content-Transfer-Encoding: base64' . PHP_EOL . PHP_EOL; $message .= base64_encode($this->html) . PHP_EOL; replace to $message .= 'Content-Transfer-Encoding: 8bit' . PHP_EOL . PHP_EOL; $message .= $this->html . PHP_...
Jump to post- Thu Apr 07, 2022 2:17 pm
- Replies 8
- Views 2342
Re: ADMIN. Invalid token session. Please login again.
session id problem
please go database open oc_session table and field session_id set "Uniqe" then issue solved.
like see image attachment
- Fri Aug 21, 2020 7:49 pm
- Replies 6
- Views 3334
Re: [v1.4.8] - Invalid token session. Please login again.
session id problem
please go database open oc_session table and field session_id set "Uniqe" then issue solved.
like see image attachment
- Fri Aug 21, 2020 7:49 pm
- Replies 24
- Views 31759
Re: Invalid token session. Please login again.
session id problem
please go database open oc_session table and field session_id set "Uniqe" then issue solved.
like see image attachment
- Fri Aug 21, 2020 7:47 pm
- Replies 22
- Views 23615
Search found 4 matches