BeTheme Import Demo Data not working

Hello,
When I'm trying to import demo data, nothing is shown on the next page.
Does betheme require special setup on my dedi to be used ?
Setting 777 on wp-content/* didn't change anything (reverted to 755).
Anyway way to import demo data manually if import function not working ?

Comments

  • edited July 2015
    I found the problem. In case you get this type of error : 

    " PHP Fatal error:  Class ‘DOMDocument [...] "

    It's because DOMDocument instance require dom-xml => BeTheme require php-xml package :
    sudo yum install php-xml ( centos )
    then restart php-fpm.
    Please list required dependencies in betheme documentation.
  • Hi,

    thanks for your explanation. But we do not understand your suggestion. You say that we should list required dependencies in the documentation. There is only one required information - server must be wordpress ready. Our theme is built with WP API and we do not use anything out of it. And of course .xml is a part of wordpress because this is how wordpress import/export works.

    Thanks!
Sign In or Register to comment.