WPIntell

Source evidence

unexpected T_FUNCTION in keyring

Keyring · support · 2017-03-29T12:47:00+00:00

complaintsentiment
highseverity
0.97relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 32 rows with source links

18.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
praveen23 unresolved
Hi, We got this fatal error when activating plugin in our site. “Parse error: syntax error, unexpected T_FUNCTION in /home2/mewaasso/public_html/wp-content/plugins/keyring/keyring.php on line 50”. I have upgraded php in the site to 5.6 version but still getting this error. Need some quick assistance. please help. That error is definitely coming from a PHP compatibility issue. Can you please double-check/confirm that you’ve activated PHP 5.6 properly on that site? Create a file called “test.php”, which contains the code below. Put it in the root of your WordPress install, and then access it via your browser ( http://yourwebsite.com/test.php ). It should output a bunch of information about your server, including the version of PHP being run. Make sure you delete it once you’ve confirmed the version number. <?php phpinfo(); ?> You might need to restart your webserver to get the new version to kick in properly.

Comments

1 shown
Beau Lebens 2017-03-29T14:54:00+00:00

That error is definitely coming from a PHP compatibility issue. Can you please double-check/confirm that you’ve activated PHP 5.6 properly on that site? Create a file called “test.php”, which contains the code below. Put it in the root of your WordPress install, and then access it via your browser ( http://yourwebsite.com/test.php ). It should output a bunch of information about your server, including the version of PHP being run. Make sure you delete it once you’ve confirmed the version number. <?php phpinfo(); ?> You might need to restart your webserver to get the new version to kick in properly.