• Resolved nickstaroba

    (@nickstaroba)


    Plugin is causing this error message:

    Warning: include_once(shared/classes/form.class.php): failed to open stream: No such file or directory in (removed)\articles\wp-content\plugins\landing-pages\landing-pages.php on line 110 Warning: include_once(): Failed opening ‘shared/classes/form.class.php’ for inclusion (include_path=’.;C:\php\pear’) in (removed)\articles\wp-content\plugins\landing-pages\landing-pages.php on line 110

    Simple fix. Open plugins/landing-pages/landing-pages.php

    Edit line 110 from:

    include_once('shared/classes/form.class.php'); // Mirrored forms

    to:

    include_once('shared/classes/class.form.php'); // Mirrored forms

    https://wordpress.org/plugins/landing-pages/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hudson Atwell

    (@adbox)

    There was a window where the file paths were changed but the files didn’t make it into the commit. If you delete and reinstall the error message will disappear, will you confirm?

    Thread Starter nickstaroba

    (@nickstaroba)

    Confirmed. That specific error message is gone.

    I would like to use this plugin to create landing pages that I will use with mobile tracking software. The software requires the pages have a .php extension, and I have to add a tracking code to each page. Is there a way to make landing pages with this plugin in WordPress and then save them with a .php extension?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘failed to open form.class.php’ is closed to new replies.