ourada84
Member
Posted 9 months ago #
I install this plugin, to new clear installation of WordPress version 3.4.1
if, i have activation plugin, wordpress show me this error message:
( ! ) Parse error: syntax error, unexpected T_ENDFOREACH in C:\wamp\www\wordpress\wp-content\plugins\profile-custom-content-type\profile-custom-content-type.php on line 2269
Call Stack
# Time Memory Function Location
1 0.0029 601184 {main}( ) ..\plugins.php:0
2 1.6372 31874992 plugin_sandbox_scrape( ) ..\plugins.php:144
help me please, where is problem?
http://wordpress.org/extend/plugins/profile-custom-content-type/
double up on this one. (exact error, exact version)
juanlopez4691
Member
Posted 9 months ago #
Same problem. Just installed last version (1.2.1), WP 3.4.1 and I get a fatal error when I try to activate the plugin:
Parse error: syntax error, unexpected 'endforeach' (T_ENDFOREACH) in F:\www\vivamibarrio\blog\wp-content\plugins\profile-custom-content-type\profile-custom-content-type.php on line 2274
Also, you are using some "<?" tags instead of '<?php' (I found it in lines 2117, 2137, 2256, 2294 and 2324 of file profile-custom-content-type.php). Is this safe enough? Couldn't this trigger errors in some PHP configurations?