Hi, I created a child theme per the video tutorial and get the error below.
The chile theme is in a new folder in themes called enfold-child with two files in it, styles.css and functions.php.
What did I do wrong?
Thx, Seth
?php
/*
* Enfold Child theme functions file
*/
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/39/11054639/html/wp-content/themes/enfold-child/functions.php:14) in /home/content/39/11054639/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
The first line in the functions.php file is really <?php. I missed that when copying it into my post above.
Thx, Seth
Hi thesebogroup,
Make sure you have no blank space in your functions.php after the initial header and no open or broken functions. If you don’t have any functions in the functions file then you can just delete all empty space right up to the */ in the header.
Regards,
Devin