Fatal error: Class 'ftlink' not found…
-
I am new to WPand probably made a dumb mistake but I was hoping someone could point me in the right direction to the fix.
I have upgraded WP several times in the past with no issues but on the upgrade to 3.6 yesterday my footer page stopped working with the error message in the title.
I can’t find any reference in any of the source code to ‘ftlink’. The footer.php file only contains a small block of code:
<?php $ftlink = new ftlink(); <?php do_action('wp_footer'); ?>
Any thoughts? If I comment out the ftlink line of code the error message goes away but my footer doesn’t show up.
I am also having formatting issues with one of the pages now too. The website is https://www.machinecontrolgroup.com, Page=Connect. The Contact information is supposed to be on the right side bar, the form is supposed to be on the left and the footer is also missing.
- The topic ‘Fatal error: Class 'ftlink' not found…’ is closed to new replies.