-
AuthorPosts
-
December 7th, 2013 at 20:10 #14447Mirko
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.December 16th, 2013 at 13:09 #14735ZedCryout Creations mastermindThe 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.December 29th, 2013 at 00:42 #15102FredericaI 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 8Warning: 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.
December 29th, 2013 at 01:26 #15103FredericaForgot 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.
January 4th, 2014 at 16:14 #15427ZedCryout Creations mastermindThis 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. -
AuthorPosts
The topic ‘Import/Export don't work 1.3.1’ is closed to new replies.