Instalation fail: Parse error

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 8 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #363322

    Mauricio Soares
    Lifetime Member
    Post count: 81

    Hi,

    I just had a site with geodirectory and now i try to do a new install in another hot, but i hava this massage:

    Parse error: syntax error, unexpected T_FUNCTION in /home/storage/f/a7/8c/cozinhandodecueca/public_html/wp-content/plugins/geodirectory/geodirectory-functions/helper_functions.php on line 831

    
    
    /**
     * Get string length.
     *
     * ### Options:
     *
     * - <code>html</code> If true, HTML entities will be handled as decoded characters.
     * - <code>trimWidth</code> If true, the width will return.
     *
     * @since 1.6.16
     * @package GeoDirectory
     *
     * @param string $text The string being checked for length
     * @param array  $options {
     *     An array of options.
     *
     *     @type bool $html If true, HTML entities will be handled as decoded characters.
     *     @type bool $trimWidth If true, the width will return.
     * }
     * @return int
     */
    function geodir_strlen($text, array $options) {
        if (empty($options['trimWidth'])) {
            $strlen = 'mb_strlen';
        } else {
            $strlen = 'mb_strwidth';
        }
    
        if (empty($options['html'])) {
            return $strlen($text);
        }
    
        $pattern = '/&[0-9a-z]{2,8};|&#[0-9]{1,7};|&#x[0-9a-f]{1,6};/i';
        $replace = preg_replace_callback(
            $pattern,
    (line 831)      function ($match) use ($strlen) {   (line 831)
                $utf8 = html_entity_decode($match[0], ENT_HTML5 | ENT_QUOTES, 'UTF-8');
    
                return str_repeat(' ', $strlen($utf8, 'UTF-8'));
            },
            $text
        );
    
        return $strlen($replace);
    }

    My host is LocaWeb.com.br
    Apache/2.4.10 (Debian)
    Versão do cliente de base de dados: libmysql – 5.5.54
    Extensão de PHP: mysqli Documentação
    versão do PHP: 5.6.30-0+deb8u1

    GeoDirectory
    Ativar | Editar | Excluir
    GeoDirectory plugin for wordpress.
    Versão 1.6.17 | Por GeoDirectory | Ver detalhes

    #363437

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that’s not normal, is that file complete like this one:

    https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/helper_functions.php

    If it isn’t make sure to download the plugin again and re-install.

    Let us know,

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount