Tagged Questions
0
votes
1answer
163 views
Problems with functions.php! Error! [closed]
Suddenly I got the message:
Parse error: syntax error, unexpected T_CLASS in /home/spandabe/public_html/wp-content/themes/modularity-lite/functions.php
on line 72
when opening my site ...
-1
votes
1answer
179 views
How to handle PHP parse errors?
I tried to execute the following code and I got a parsing error message (line:3). Here is the code on Pastebin http://pastebin.com/gC7rsJqw.
I tried echoing but didn't seem to solve the problem. ...