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

Post Reply
rahuldottech
Ssr. Bludit
Posts: 27
Joined: Fri Sep 22, 2017 8:13 pm

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!
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply