• Resolved chugs

    (@chugs)


    I get the following warning on the WP CSV page.

    Warning: mysql_real_escape_string(): Access denied for user ‘xxxxxxx’@’xxxxxxx’ (using password: NO) in /home/xxxxxx/public_html/wp-content/plugins/wp-csv/CPK_WPCSV_Log_Model.php on line 68

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home/xxxxxx/public_html/wp-content/plugins/wp-csv/CPK_WPCSV_Log_Model.php on line 68

    Any idea what this is about?

    WordPress version – 4.0
    WP CSV version – 1.6.3

    https://www.ads-software.com/plugins/wp-csv/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CPK Web Solutions

    (@cpkwebsolutions)

    Hi Chugs

    My plugin creates a table to store log entries and then reads/writes to it. The function mysql_real_escape_string requires a connection to the database so it’s quite strange that it can’t find the one that WP sets up. These people found problems in their WP config:

    https://www.ads-software.com/support/topic/wordpress-comment-php-error-since-upgrade-to-39

    I wonder if there’s something similar happening for you? Are you able to make a new install of WP and re-test the plugin?

    Alternatively, since I can’t provide much support for free, the best solution may be to try another CSV plugin.

    Best wishes

    Paul

    Plugin Author CPK Web Solutions

    (@cpkwebsolutions)

    Hi Chugs

    I think the problem that you reported may be fixed in version 1.6.4.

    Best wishes

    Paul

    Hi,
    I have the same problem.

    WordPress version – 4.0
    WP CSV version – 1.6.4

    Here:
    Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 68 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 69 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 68 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 69 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 68 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in XXXX\wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php on line 69

    And after I export, I have a error when I tried to download.
    Fatal error: Call to undefined function cpkws_wpcsv_downloadFile() in XXXX\wp-content\plugins\wp-csv\download_view.php on line 17

    Plugin Author CPK Web Solutions

    (@cpkwebsolutions)

    Hi Treut

    Thanks for reporting these. I’ve uploaded 1.6.5 with some fixes. I’m pretty confident that the Fatal error will be gone, but it’s a bit harder for me to thoroughly confirm that the Warnings won’t happen for every possible configuration. Please test and let me know if it’s still happening for you.

    Best wishes

    Paul

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning on WP CSV page’ is closed to new replies.