Error: 'unexpected end in /user.php line 416' – staat niks?
-
Hoi,
Ik heb een paar dagen geleden de laatste versie gedownload en al 5x op 2 plekken geïnstalleerd, maar blijf de foutmelding krijgen bij install.php op:
‘Parse error: syntax error, unexpected $end in /home/vhosting/g/vhost0024286/domains/judithvanderrijt.com/htdocs/www/wp-admin/includes/user.php on line 416’
Ik kan echter niks vinden wat relevant zou zijn, zeker niet in die regel.
Dit is het stuk, tweede regel is 416:‘/**
* Delete user option with global blog capability.
*
* global blog options. If the ‘global’ parameter is false, which it is by default
* it will prepend the WordPress table prefix to the option name.
*
* @since 3.0.0
*
* @global wpdb $wpdb WordPress database object for queries.
*
* @param int $user_id User ID
* @param string $option_name User option name.
* @param bool $global Optional. Whether option name is global or blog specific.
* Default false (blog specific).
* @return bool True on success, false on failure.
*/
function delete_user_option( $user_id, $option_name, $global = false ) {
global $wpdb;if ( !$global )
$option_name = $wpdb->get_blog_prefix() . $option_name;
return delete_user_meta( $user_id, $option_name );
}’Iemand ideeën?
- Het onderwerp ‘Error: 'unexpected end in /user.php line 416' – staat niks?’ is gesloten voor nieuwe reacties.