cynarad
Member
Posted 4 months ago #
I attempted to install the Evaluate plugin on my website, and I receive the following error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home2/solutorg/public_html/wp/wp-content/plugins/evaluate/lib/class.evaluate-admin.php on line 50
http://wordpress.org/extend/plugins/evaluate/
cynarad
Member
Posted 3 months ago #
Here is the command that causes the error from line 50 of class.evaluate-admin.php :
add_settings_section('evaluate_settings', 'Evaluate Settings', function() {
echo 'Settings and CTLT_Stream/NodeJS Status';
}, 'evaluate');
Have there been any further updates to this? I have run into the same issue.
artzeye1
Member
Posted 2 weeks ago #
darn was hoping to replace GD Rating but got same error here 5/1/13 Parse error: syntax error, unexpected T_FUNCTION in /home6/artzeye1/public_html/royalfleche/wp-content/plugins/evaluate/lib/class.evaluate-admin.php on line 50
cynarad
Member
Posted 2 weeks ago #
You need to upgrade your version of php. The plugin requires at least PHP 5.3 to function correctly. I upgraded mine and now it works correctly.
artzeye1
Member
Posted 2 weeks ago #
Thanks for the tip cynarad. I updated to PHP 5.3; plugin installed without any errors. EVALUATE appears in Settings, but there are no metrics pages to allow customization.