You have a bug that prevents this plugin from working on unix based systems
-
Hi,
you have a bug in
classes/class-sample-data-page.php on line 129
it is a hardcoded slashback and filename that does not correspond to the actual filename (case sensitivity).This causes the plugin to fail.
You can fix this simply by navigating to the above mentioned file and replace
‘data\themeunittestdata.WordPress.xml’
with
‘data/themeunittestdata.wordpress.xml’
- The topic ‘You have a bug that prevents this plugin from working on unix based systems’ is closed to new replies.