Title: failed to open form.class.php
Last modified: August 21, 2016

---

# failed to open form.class.php

 *  Resolved [nickstaroba](https://wordpress.org/support/users/nickstaroba/)
 * (@nickstaroba)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/failed-to-open-formclassphp/)
 * 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/](https://wordpress.org/plugins/landing-pages/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Hudson Atwell](https://wordpress.org/support/users/adbox/)
 * (@adbox)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/failed-to-open-formclassphp/#post-4896019)
 * 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](https://wordpress.org/support/users/nickstaroba/)
 * (@nickstaroba)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/failed-to-open-formclassphp/#post-4896205)
 * Confirmed. That specific error message is gone.
 *  [exapps](https://wordpress.org/support/users/exapps/)
 * (@exapps)
 * [12 years ago](https://wordpress.org/support/topic/failed-to-open-formclassphp/#post-4896334)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/landing-pages_88766e.svg)
 * [WordPress Landing Pages](https://wordpress.org/plugins/landing-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/landing-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/landing-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/landing-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/landing-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/landing-pages/reviews/)

## Tags

 * [failed to open](https://wordpress.org/support/topic-tag/failed-to-open/)

 * 3 replies
 * 3 participants
 * Last reply from: [exapps](https://wordpress.org/support/users/exapps/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/failed-to-open-formclassphp/#post-4896334)
 * Status: resolved