jimjag / telaen

Telaen is a webmail interface written in PHP. It does not require any database and is compatible with POP3 or IMAP so it runs under any Server supporting PHP with Sendmail or QMAIL. Additional skins and languages can be easily integrated.
GNU General Public License v2.0
21 stars 11 forks source link

SQLite3 class not found #7

Closed jazzmang closed 5 years ago

jazzmang commented 5 years ago

I keep running into this error any time I try the new v2.0 from the master branch ast of this post:

Class 'Telaen\LocalMbox\SQLite3' not found in xxxxxxxx/inc/class/class.LocalMbox.php on line 17,

SQLite3 is installed and test fine with the check_install.php.

jimjag commented 5 years ago

Thx for the report. I just closed this issue with a patch. Please re-open if this does not fix it for you.

jazzmang commented 5 years ago

Well that solved that issue but created a similar in a different file:

Class 'Telaen' not found in xxxxx/inc/preinit.php on line 32