• Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in E:\wamp\__WAMP\www\wordpress\wp-content\plugins\cool-author-box\cool-author-box.php on line 50
    
    Call Stack
    # Time	  Memory     Function	                Location
    1 0.0017  962200     {main}( )	                ..\plugins.php:0
    2 0.2122  31527720   plugin_sandbox_scrape( )	..\plugins.php:151
Viewing 3 replies - 1 through 3 (of 3 total)
  • I have a similar error

    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in C:\Users\ksanders\Documents\SnapLab\apps\wordpress\htdocs\wp-content\plugins\cool-author-box\cool-author-box.php on line 50

    [Code moderated as per the Forum Rules. Please use the pastebin]

    karkei,
    I had the same problem as yours. It’s a very easy fix. Go to the file, cool-author-box.php. And you’ll see this code from line 48 to line 50:

    <div>

    ‘;

    Just change it to this:

    <div>’

    ;

    That’s it. Now, when you go to activate the plug-in, it should work. It worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Cool Author Box] Plugin could not be activated because it triggered a fatal error.’ is closed to new replies.