Too bugs
-
HI,
the plugin is bugged not working with php 8.2 and worpdress 6.4; the first error is on import demo, not working with Local WP, the problem is here:
esc_url( get_template_directory().’/import/demos-options.xml’);
if you use esc_url the file not exists any time; Local WP use spaced path and esc_url replace space with “%20”
if i fix this problem, during import it generates thousands of warning “Warning: Undefined array key” and the contents are not imported correctly
- The topic ‘Too bugs’ is closed to new replies.