There is no pages/posts/comments dummy data, but the default data for the front page is hard coded (and overridden using the theme options) so it will look like the screen shot when first activated.
Ah yes, forgot I had taken out a few lines. That should be lines 358 and 389.
Hi, I have found the cause of the problem.. two missing spaces..
To fix:
In infoway/functions/admin-interface.php lines 353 and 384, there should be a space in returnfalse;
So simply change returnfalse; to return false; on both lines and everything should be working again.