[Plugin: PollMe] require_once bug
-
in pollme.php on line 9 it says:
require_once dirname ( __FILE__ ) . '/library/survey/s9v/Application.php';
this should be:
require_once dirname ( __FILE__ ) . '/library/survey/s9v/application.php';
or you rename the file
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: PollMe] require_once bug’ is closed to new replies.