I am brand new to PHP, like today new. I was trying to resize some pictures for a product in Woocommerce through WordPress and completely messed my site up.
Problem #1: I keep getting this error msg and the code is below. I have no idea what the issue is, considering I don't think I was even messing with it.
Parse error: syntax error, unexpected T_STRING in /home/content/13/9607113/html/geek/wp-content/themes/Divi/epanel/core_functions.php on line 11
<?php
/********* ePanel v.3.2 ************/
/* Adds jquery script */
add_action( 'wp_print_scripts', 'et_jquery_script', 8 );
function et_jquery_script(){
wp_enqueue_script('jquery');
}
Problem #2: I am getting this error msg on my website at the top of every page.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/13/9607113/html/geek/wp-content/themes/Divi/epanel/core_functions.php:563) in /home/content/13/9607113/html/geek/wp-content/themes/Divi/header.php on line 1
Thank you for your time
Erin