Page 1 of 1

Latest Bludit update breaks compatibility with the Nibbleblog exporter. Help please!

Posted: Mon Nov 13, 2017 7:06 pm
by rahuldottech
When I use the Nibbleblog content exporter [ viewtopic.php?t=490 ], it gives me a new bl_content folder. I am then told to do the following:
Open the file "[bludit-root-directory]\bl-kernel\boot\init.php" and change and enable "CLI Mode" by changing the line

define('CLI_MODE', false); to
define('CLI_MODE', true);

Then, open the file "[bludit-root-directory]\bl-kernel\boot\rules\70.posts.php" and change the following line

if( CLI_MODE && false) { to
if( CLI_MODE ) {
However... The init.php file doesn't have that like anymore, and the 70.posts.php files doesn't even exist! As a result, all my data is in the bl_content folder, but I am unable to view any of it on the homepage or the dashboard. Please help, this is urgent!

Re: Latest Bludit update breaks compatibility with the Nibbleblog exporter. Help please!

Posted: Mon Nov 13, 2017 8:40 pm
by Edi
As a workaround export first the content from Nibbleblog to Bludit 1.6.2 and than update to Bludit 2.0.2.

For updating fom Bludit 1.6.2 to 2.0.2 you can use the migation tool by anaggh:

https://github.com/anaggh/bludit-script ... /migration