Jump to content
Sign in to follow this  
jackirenee

Parse Error

Recommended Posts

jackirenee

I attempted to make a change to function.php on the wordpress dashboard and now I get this message - "Parse error: syntax error, unexpected '<' in /home/jackirenee/dare2dream-dare2do.com/wp-content/themes/platformpro/functions.php on line 14" The function.php file reads - <?php /* THEME INITIALIZATION This file loads the core framework for Platform which handles everything. This theme copyright © 2008-2010 PageLines */ require_once(TEMPLATEPATH . "/includes/core.init.php"); what is missing/wrong?

Share this post


Link to post
Share on other sites
Rob
Is that the whole file? First, you should be changing the functions.php located at /home/jackirenee/dare2dream-dare2do.com/wp-content/themes/platformbase/functions.php and should have PlatformBase activated, not PlatformPro. Core files (including functions.php) are included in the /platformpro/ folder. Child theme files, also including functions.php (editable), are included in the /platformbase/ folder. If you've corrupted the original functions.php in /platformpro/ just upload a clean copy. If you don't have one on your local computer, you may download PlatformPro (and PlatformBase) from your Launchpad account at http://www.pagelines.com. Simply login there and go to your Account.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×