On 24/2/62 00:55, Tim Streater wrote:
(sorry for the duplicate - vibrating finger).

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?

sqlite3_extended_errcode() will tell you a little more:

  https://www.sqlite.org/c3ref/errcode.html



SQLite version:  3.7.7.1
PHP version:     5.3.28

Thanks.


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

Reply via email to