http://www.perlmonks.org?node_id=11102453


in reply to SQLite Error Database Disk image is Malformed error while run perl script in padre editor.

I am trying to run the simple script, say Hello world using Padre editor but i am getting "SQLite Error Database Disk image is Malformed" error.
It was working until i made some changes in my another script which uses sqlite database. so i am wondering what could be the root cause.
Padre is not even opening in script file in the editor now.

Thanks.

  • Comment on Re: SQLite Error Database Disk image is Malformed error while run perl script in padre editor.

Replies are listed 'Best First'.
Re^2: SQLite Error Database Disk image is Malformed error while run perl script in padre editor.
by Anonymous Monk on Jul 06, 2019 at 06:46 UTC

      Exact error i am getting is:

      DBD::SQLite::db selectcol_arrayref failed: database disk image is malf +ormed at (eval 1907) line 49.
      Thanks

        I uninstalled perl and removed all the remaining files associated with perl installers. and reinstalled padre (DWIM). It is working now.

        Thanks

        So go ahead and implement fix?