• 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)
  • Plugin Author DCoda

    (@dcoda)

    Thanks,
    The system we develop on isn;t case sensitive, so sometimes a wrongs case filename slips though the net.
    We’ll sort it in the next release.

    Thread Starter kierownik

    (@kierownik)

    Thanks for the quick reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: PollMe] require_once bug’ is closed to new replies.