Website down – error message
-
Hi there,
I was trying to work out how to set up the social icons on this website, going through the options.php file of the template, when I got an error message:
“Parse error: syntax error, unexpected T_VARIABLE, expecting ‘)’ in /home/squarede/public_html/wp-content/themes/theme45393/options.php on line 356”I have no idea where the error could come from as I can’t see where line 356 is, I guess it’s somewhere in he following section as it’s where I was working, can anyone please help?
The website is now completely down and I can’t even access the dashboard! I’m totally locked out and can’t login (https://www.squaredesignscorporate.com.au/wp-admin/)
What should I do?
Thanks a lot for your help.// --------------------------------------------------------- // Social Links // --------------------------------------------------------- $options[] = array( "name" => "Social", "type" => "heading" ); $options['google-plus'] = array( "name" => "Google+ URL", "desc" => "Google+ URL", "id" => "google-plus", "std" => "#", "type" => "text”); $options['pinterest'] = array( "name" => "Pinterest URL", "desc" => "Pinterest URL", "id" => "pinterest", "std" => "#", "type" => "text”); $options['twitter'] = array( "name" => "Twitter URL", "desc" => "Twitter URL", "id" => "twitter", "std" => "#", "type" => "text”); $options['facebook'] = array( "name" => "Facebook URL", "desc" => "Facebook URL", "id" => "facebook", "std" => "#", "type" => "text”); $options['linkedin'] = array( "name" => "Linkedin URL", "desc" => "Linkedin URL", "id" => "linkedin", "std" => "", "type" => "text”); $options['rss'] = array( "name" => "RSS URL", "desc" => "RSS URL", "id" => "rss", "std" => "", "type" => "text"); // ---------------------------------------------------------
- The topic ‘Website down – error message’ is closed to new replies.