• Resolved selinaxxx

    (@selinaxxx)


    first of all, i see 4 warnings at the top of the admin panels when i click on “new import”

    They are: Warning: session_start() [function.session-start]: open(blablabla) failed: No such file or directory (2) in domain/wp-content/plugins/wpallimport/controllers/admin/import.php on line 16

    and Cannot send session cache limiter – headers already sent

    and Warning: Cannot modify header information – headers already sent by (output started at /domain/wp-content/plugins/wpallimport/controllers/admin/import.php:16) in /domain/wp-includes/option.php on line 563

    and same as above in line 564.

    Then when I try to import files, I don’t see any of them in “manage import” section. Because I get this error:

    Warning: Unknown: open(blabla) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    What’s wrong? Am I not gonna be able to use this plugin?

    Any help is appreciated.

    Thanks..

    http://wordpress.org/extend/plugins/wp-all-import/

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

    (@soflyy)

    It’s a problem with your web hosting/server configuration. The sessions feature of PHP isn’t working.

    Warning: Unknown: open(blabla) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    It looks like your session save path is set to “blabla” – probably not correct.

    Contact your web host.

    Louis

    Thread Starter selinaxxx

    (@selinaxxx)

    i updated the plugin and now i have on the header of admin panel:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at xxx/wp-content/plugins/wpallimport/controllers/admin/import.php:1) in xxx/wp-content/plugins/wpallimport/controllers/admin/import.php on line 16

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at xxx/wp-content/plugins/wpallimport/controllers/admin/import.php:1) in xxx/wp-content/plugins/wpallimport/controllers/admin/import.php on line 16

    besides, the importer resets the process at some point and when i try to continue, it starts another new import document apart from the original. but first, i gotta figure out the above problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error while importing’ is closed to new replies.