• the-phx-catwoman

    (@the-phx-catwoman)


    Parse error: syntax error, unexpected T_VARIABLE in /home/content/45/5704745/html/wpchallenge/test_3/wp-content/themes/suffusion/functions.php on line 32 – found file, but how do I find Line 32

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are 2 ways to find line 32:

    1. Open your php file in a text editor that supports line numbers.
    2. Start at line 1 in the file, and count down 32 lines

    Fortunately, line 32 is not very far down in a file.

    brittgamil

    (@brittgamil)

    Line 32 refers to your functions.php file which is part of your theme.

    In the backend of your site go to Appearance > Editor and select the functions.php file.

    The error is in the 32nd line of this file. If you recently edited this file/deleted a function… that could be why you are receiving that error.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Line 32’ is closed to new replies.