View Single Post
Posts: 1 | Thanked: 6 times | Joined on Feb 2013 @ Ukraine
#1273
Originally Posted by MetalGearSolid View Post
Using your perl script I am getting the following error -

DBD::SQLite::st execute failed: datatype mismatch: bind 5 type 1 as png at mapconvert line 80.

Any workaround ?
There is a little mistake in mapconvert script. Look at the 79th line of code:
instead of
Code:
$storeinsert->bind_param(6,$extension,SQL_INTEGER);
must be
Code:
$storeinsert->bind_param(6,$stamp,SQL_INTEGER);
 

The Following 6 Users Say Thank You to dr.moises For This Useful Post: