publishpress / organize-series-grouping

An add-on for the Organize Series WordPress plugin. This adds the ability to group series together.
2 stars 3 forks source link

Not able to Activate #1

Open artwaniparas opened 4 years ago

artwaniparas commented 4 years ago

While activating addon for Group Series Add on, I am facing this issue

Warning: require_once(/home/hindi/public_html/wp-content/plugins./organize-series-grouping/orgseries-grouping-template-tags.php): failed to open stream: No such file or directory in /home/hindi/public_html/wp-content/plugins/organize-series-grouping-master/legacy-includes.php on line 616

Fatal error: require_once(): Failed opening required ‘/home/hindi/public_html/wp-content/plugins./organize-series-grouping/orgseries-grouping-template-tags.php’ (include_path=’.:/opt/rh/rh-php72/root/usr/share/pear:/opt/rh/rh-php72/root/usr/share/php’) in /home/hindi/public_html/wp-content/plugins/organize-series-grouping-master/legacy-includes.php on line 616

Can you please help ? I am trying since almost week but not able to fix this

nerrad commented 4 years ago

The error is because the reported line in legacy-includes.php is hardcoded to look for wp-content/plugins/organize-series-grouping and installing from github has unzipped in your environment to wp-content/plugins/organize-series-grouping-master.

The plugin needs fixed to not hardcode the path, but in the meantime if you rename the directory the plugin is installed in to organizes-series-grouping instead of organize-series-grouping-master, that should fix things for you.

artwaniparas commented 4 years ago

Thanks ! It has solved the issue ! Gratitude