• Resolved fhebert

    (@fhebert)


    Hello,

    I’ve installed Version 3.6.4 of the plugin in a multisite installation. It’s network activated.
    When I want to use the plugin in a subsite nothing happens. The menu item “WP Ultimate CSV Importer” is here but after the click, page is blank.
    See these errors in apache log file :

    [Wed Sep 24 12:05:17 2014] [error] [client 192.168.44.106] PHP Parse error:  syntax error, unexpected $end in /srv/www/htdocs/wp/wp-content/plugins/wp-ultimate-csv-importer/lib/skinnymvc/controller/base/SkinnyBaseController.php(293) : eval()'d code on line 86
    [Wed Sep 24 12:05:17 2014] [error] [client 192.168.44.106] PHP Warning:  Invalid argument supplied for foreach() in /srv/www/htdocs/wp/wp-content/plugins/wp-ultimate-csv-importer/templates/menu.php on line 14
    ~

    What can I do ?

    Thx a lot

    Frédéric

    https://wordpress.org/plugins/wp-ultimate-csv-importer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi ,

    Kindly replace by the following code on line 14-16 templates/menu.php in our importer.

    if(is_array($get_settings)) {
    foreach ($get_settings as $key) {
            $$key = true;
    }
    }

    . I hope it will resolve your issue.

    Thread Starter fhebert

    (@fhebert)

    Hi,

    thx for your reply.
    I get the same blank page and still have these issue in apache log file :
    Wed Sep 24 13:05:44 2014] [error] [client 192.168.44.106] PHP Parse error: syntax error, unexpected $end in /srv/www/htdocs/wp/wp-content/plugins/wp-ultimate-csv-importer/lib/skinnymvc/controller/base/SkinnyBaseController.php(293) : eval()'d code on line 86

    Thx

    Hi,
    Is there any way to provide a copy of your wp instance without important data to debug it in our development environment. We cant reproduce the issue in any test cases so far. else you can create a ticket in our helpdesk using (helpdesk@smackcoders.com).

    Thanks.

    Thread Starter fhebert

    (@fhebert)

    Hi,

    I’ve just opened a ticket in your helpdesk !
    Thx a lot for your help

    Frédéric

    Plugin Author smackcoders

    (@smackcoders)

    You issue had been responded already and not got an reply from your end, hence we take this as resolved for now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin interface doesn't load at all’ is closed to new replies.