The plugin cannot activate because of this fatal error:
Warning: require_once() [function.require-once]: Unable to access /virtual/users/e16532-17809/web/wp-content/plugins/custom-coming-soon-page../../../../wp-load.php in /virtual/users/e16532-17809/web/wp-content/plugins/custom-coming-soon-page/cj-coming-soon.php on line 19
I noticed on line 19 it says:
require_once( dirname(__FILE__) . '../../../../wp-load.php');
It seems that no matter how many directories you go back here (../../../../) it still tries to look for wp-load.php within this plugin directory instead of the website's main directory. How can I change this? Is this something I need to work out with my host, or can I modify the php code somehow? I wouldn't know where to begin.
Thanks,
Jen
