Import/Export don't work 1.3.1

  • Author
    Posts
  • #14447
    Mirko

    Hi, i have used import/export settings of parabola in previus version without any problem.
    Today, with 1.3.1 installed, i Have make an export.txt settings of parabola, but when i try to import it, the function doesn’t work.
    Can you test it ?
    Thanks, Mirko.

    #14735
    Zed
    Cryout Creations mastermind

    The export/import procedure works fine in my tests.
    Make sure your browser isn’t breaking the .txt file which gets saved. Try a different browser.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #15102
    Frederica

    I am currently using Parabola 1.2.2 with Firefox 26.0 and NoScript 2.6.8.8 (permission granted for the website I am updating).

    I have tried to export the Theme Option Settings, but I get a page full of error statements onscreen instead. I have captured the page as an html file if you would like to look it over.

    Here is an extract:
    “Notice: ob_clean() [ref.outcontrol]: failed to delete buffer. No buffer to delete. in /home/content/24/4774624/html/bcregimentband/wp-content/themes/parabola/admin/admin-functions.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/24/4774624/html/bcregimentband/wp-content/themes/parabola/admin/admin-functions.php:8) in /home/content/24/4774624/html/bcregimentband/wp-content/themes/parabola/admin/admin-functions.php on line 31”

    The error for line 31 is repeated for lines 32, 33, 34, 37, 38, 39, 41.

    There is more stuff that follows; from the looks of it, I think that it is the theme options data.

    #15103
    Frederica

    Forgot to mention that I am still using WP 3.7.1 with Parabola 1.2.2.

    I am leery of doing any kind of updating without being able to export current settings.

    #15427
    Zed
    Cryout Creations mastermind

    This will be fixed in the next theme update.

    To be able to perform an export in your 1.2.2, either disable PHP notices or change the
    ob_clean();
    line from admin/admin-functions.php (right at the beginning) to
    if (ob_get_contents()) ob_clean();


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Import/Export don't work 1.3.1’ is closed to new replies.