Thank you, esmi, for the info. I’ve already changed my password and will take steps to secure my site after it’s fixed. I didn’t see how to delete the code, unless I missed it in one of the links. Can I use delete the line that is supposed to be the problem?
Thanks
Try reading the pages at the links I listed above.
Even i have a same probelem
Parse error: syntax error, unexpected T_STRING, expecting ‘)’ in /home/u300944044/public_html/wp-content/themes/the_affilate_store/adm/the_affilate_store.php on line 2325
Line Code-
‘name’ => ‘<script type=”text/javascript”> var _gaq = _gaq || []; _gaq.push([‘_setAccount’, ‘UA-44499420-2’]); _gaq.push([‘_trackPageview’]); (function() { var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true; ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s); })(); </script>> Code Google Analytics Code’,
M
(@beat-diabetes)
I have the same issue. I can’t even go to wp-admin panel. I am new to this, please help!
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’
I have the samae proble,
This is the error
Parse error: syntax error, unexpected ‘your’ (T_STRING), expecting ‘]’ in /home/content/p3pnexwpnas01_data01/21/2221021/html/wp-content/themes/smartshop-pro/functions.php on line 207
when I look in the file there is no 207 line!!! I dont know what to do and my website is totaly broken!
Help please!
Can you please check what is wrong in this syntax:
<?php
Include DirName(__FILE__) . ‘/includes/class.theme.php’;
$THEME = New WordPress\Theme\Gray_and_Square\Core;
Include DirName(__FILE__) . ‘/includes/class.bootstrap-wp-formats.php’;
New WordPress\Theme\Gray_and_Square\Bootstrap_WP_Formats;
/**************** Theme Check Fixes ****************/ return;
# The theme displays tags for posts in the single-post.php
$fix = ‘the_tags()’;
# Of course the theme has an archive pagination
$fix = ‘next_posts_link() and previous_posts_link()’;
# And of course comments pagination too
$fix = ‘next_comments_link() and previous_comments_link()’;
I have information that problem is in line 5 (Parse error: syntax error, unexpected T_STRING in /home/spytko/public_html/wp-content/themes/gray-and-square/functions.php on line 5).
I have no idea what could be wrong in the code…