On 23 Feb 2019, at 5:55pm, Tim Streater <t...@clothears.org.uk> wrote:

> I have a hosted web site using the SQLite functions from PHP. The page where 
> PHP is used was failing, and on investigation this is because an SQLite 
> function called from within PHP is now returning:
> 
> Code: 10 (SQLITE_IOERR)
> Msg:  disk I/O error
> 
> I will be working with my hosting provider but, is there a way to get more 
> specific information about this?

Run this:

<https://sqlite.org/pragma.html#pragma_integrity_check>

Just in case.

Is the disk with the database on inside the computer running PHP ?  If not, how 
are you accessing it ?

You can find more detail than just "_IOERROR" using this:

<https://www.sqlite.org/c3ref/c_abort_rollback.html>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to