wpmudev / cloner

18 stars 33 forks source link

massive error log pileup #2

Open trivendor opened 5 years ago

trivendor commented 5 years ago

[20-Jun-2019 13:37:13 UTC] PHP Warning: include_once(): Failed opening '/home/xxx/public_html/wp-content/plugins/cloner-master/externals/wpmudev-dash-notification.php' for inclusion (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/xxx/public_html/wp-content/plugins/cloner-master/cloner.php on line 103

any ideas on how to resolve this? looks like related to that stupid wpmudev dashboard setup, but the path looks odd too.

tnchuntic commented 5 years ago

Copy this file into cloner/externals/wpmudev-dash-notification.php

https://github.com/wpmudev/wpmudev-dashboard-notification/blob/master/wpmudev-dash-notification.php

That fixes the issue :)

trivendor commented 5 years ago

thanks, appreciate the tip and that people are paying attention to these plugins