• I can’t get this plugin to work, installs fine but when I go to activate it, it gives me this error:

    Parse error: syntax error, unexpected $end in E:\mcweb\wwwroot\triathlon\wp-content\plugins\easysms\easysms.php on line 263

    This is what I believe is on line 263:
    echo ‘<p style=”text-align:right;”><label for=”‘ . $this->get_field_name(‘title’) . ‘”>’ . __(‘Title:’) . ‘ <input style=”width: 250px;” id=”‘ . $this->get_field_id(‘title’) . ‘” name=”‘ . $this->get_field_name(‘title’) . ‘” type=”text” value=”‘ . $title . ‘” /></label></p>’;

    Any ideas?

    https://www.ads-software.com/extend/plugins/easysms/

Viewing 3 replies - 1 through 3 (of 3 total)
  • go to php.ini find short_open_tag and replace off to on,

    I’m getting the same error message, and I tried the php.ini fix, but didn’t work (and yes I restarted Apache after making .ini changes).
    I’m on WPMU 2.9.2
    Suggestions?

    oops! open php.ini and find the line that is not commented out ?? for short_open_tag and change from off to on. duh!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: EasySMS] Parse Error: Syntax Error, unexpected $end’ is closed to new replies.