• Sadly this plugin crashed when activated on my test WP installation, which has a few plugins installed but otherwise is pretty clean right now.

    Sad because the functionality looks very impressive and clearly a lot of effort has gone into development. However I just don’t have time to investigate it further.

    Really this merits only 1 star, but I’ll give 2 for effort.

    Here’s the error message (which suggests a basic SQL syntax error – surely not?):

    WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query ALTER TABLE wp_c2pprojects CHANGE COLUMN datatreatment datatreatment VARCHAR(50 made by require_once('I:\php\wordpress\wp-admin\admin.php'), do_action('admin_init'), call_user_func_array, CSV2POST->add_adminpage_actions, CSV2POST->projectstable_add_status_column, dbDelta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebTechGlobal

    (@webtechglobal)

    Hello

    Thank you for the report.

    I will look into it today and update.

    Plugin Author WebTechGlobal

    (@webtechglobal)

    I should say that “ALTER TABLE” queries in WordPress when performed by the dbDelta() function often throw out errors. If you switched off error display it may not cause any actual fault with WordPress or CSV 2 POST.

    The “use near ” at line 1″ part of this error suggests that. The dbDelta() function may be finding a space and it is sensitive to random spaces. Although I cannot see such a space within the query.

    I did however change the layout of the query in a way that may help. So job done for now until someone uses the next version and reports this again.

    Ryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on activation with WP 4.4’ is closed to new replies.