Parse error: syntax error, unexpected '['
-
Error:
Das Plugin kann nicht aktiviert werden, da es einen fatalen Fehler erzeugt. Parse error: syntax error, unexpected '[' in /var/www/blog/wp-content/plugins/shariff-sharing/shariff-wp.php on line 83
The problem exists on machines running php 5.3 or older. I’ve seen this on php 5.3 and 5.2 installations.
solution:
change line 83 to:$tmp=explode(">",strstr($content,"<img")); $imgurls = explode("\"",$tmp[0]);
php before 5.4 seems not to support the direct access of array elements returned from a call.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parse error: syntax error, unexpected '['’ is closed to new replies.