Page 1 of 1

importcumulusfile.php Failed to bind the SQL parameters!

Posted: Tue 17 Jul 2018 9:00 am
by david3
I'm trying to import my dayfile.txt into a mysql database. I've got the latest version of importcumulusfile.php from the wiki and set the various paramters.

It imports dayfile.txt, connects to the database, and creates the table ok, but when it goes to insert the data it gets an error. Here's the output:

Code: Select all

Running from CLI

Script start: 17/07/18 - 16:41:43
Importing file: /{fullpath}/data/dayfile.txt, To table: Dayfile ...
Connected to database OK.
Set MySQL TZ OK.
Processing dayfile...
Table '' does not exist, creating it...
Table '' created OK.
Prepared SQL statement OK.
Inserting data...
Error: Failed to bind the SQL parameters!
These are my PHP and mysql versions:
PHP 7.2.7 (cli) (built: Jul 5 2018 23:53:16) ( NTS )
mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1

Any ideas what might be happening?

Thanks.

Re: importcumulusfile.php Failed to bind the SQL parameters!

Posted: Tue 17 Jul 2018 10:18 am
by mcrossley
Could you try version 2.8 please. Version 3 seems to be causing issues for a few people and I haven't gotten to the bottom of it yet (no time!).

Re: importcumulusfile.php Failed to bind the SQL parameters!

Posted: Tue 17 Jul 2018 10:45 am
by david3
Thanks! Version 2.8 worked fine.

I found I was using v3.0 before, and also tried v3.1, but got the same error. v2.8 is good, though.