failed to open form.class.php
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘failed to open form.class.php’ is closed to new replies.