• 技术文章 >后端开发 >php教程

    Chevereto图床出错

    2016-06-06 20:13:45原创755

    程序下载地址:链接: http://pan.baidu.com/s/1jGxWU6y 密码: 24fa
    php版本:5.4
    错误信息:Parse error: syntax error, unexpected '") . '' ' (T_CONSTANT_ENCAPSED_STRING), expecting ']' in D:\phpStudy\tc\app\routes\route.dashboard.php on line 158
    出错文件:route.dashboard.php
    出错代码:

    $system_values = array(
                        'chv_version' => 
                        [
                            'label' => _s('Chevereto version'),
                            'content' =>  ($chv_version['files'] == $chv_version['db'] ? $chv_version['files'] : $chv_version['files'] . ' ('.$chv_version['db'].' DB) '._s('update').'')") . '' 
                        ],
                        
                        'g_version' => 
                        [
                            'label' => _s('G\\'),
                            'content' => 'G\\ Library '.G\get_version().''
                        ],
                        
                        'php_version' => [
                            'label' => _s('PHP version'),
                            'content' => PHP_VERSION
                        ],
                        
                        'server' => [
                            'label' => _s('Server'),
                            'content' => gethostname() . ' ' . PHP_OS . '//m.sbmmt.com/m/' . PHP_SAPI 
                        ],
                        'mysql_version' => [
                            'label' => _s('MySQL version'),
                            'content' => $db->getAttr(PDO::ATTR_SERVER_VERSION)
                        ],
                        'mysql_server_info' => [
                            'label' => _s('MySQL server info'),
                            'content' => $db->getAttr(PDO::ATTR_SERVER_INFO)
                        ],
                        'gdversion' => [
                            'label' => _s('GD Library'),
                            'content' => 'Version ' . gd_info()['GD Version'] . ' JPEG:'.gd_info()['JPEG Support'].' GIF:'.gd_info()['GIF Read Support'].'//m.sbmmt.com/m/'.gd_info()['GIF Create Support'].' PNG:'.gd_info()['PNG Support'].' WBMP:'.gd_info()['WBMP Support'].' XBM:'.gd_info()['XBM Support']
                        ],
                        'file_uploads' => [
                            'label' => _s('File uploads'),
                            'content' => ini_get('file_uploads') == 1 ? _s('Enabled') : _s('Disabled')
                        ],
                        'max_upload_size' => [
                            'label' => _s('Max. upload size'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('upload_max_filesize')))
                        ],
                        'max_post_size' => [
                            'label' => _s('Max. post size'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('post_max_size')))
                        ],
                        'max_execution_time' => [
                            'label' => _s('Max. execution time'),
                            'content' => strtr(_n('%d second', '%d seconds', ini_get('max_execution_time')), ['%d' => ini_get('max_execution_time')])
                        ],
                        'memory_limit' => [
                            'label' => _s('Memory limit'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('memory_limit')))
                        ],
                    );

    回复内容:

    程序下载地址:链接: http://pan.baidu.com/s/1jGxWU6y 密码: 24fa
    php版本:5.4
    错误信息:Parse error: syntax error, unexpected '") . '' ' (T_CONSTANT_ENCAPSED_STRING), expecting ']' in D:\phpStudy\tc\app\routes\route.dashboard.php on line 158
    出错文件:route.dashboard.php
    出错代码:

    $system_values = array(
                        'chv_version' => 
                        [
                            'label' => _s('Chevereto version'),
                            'content' =>  ($chv_version['files'] == $chv_version['db'] ? $chv_version['files'] : $chv_version['files'] . ' ('.$chv_version['db'].' DB) '._s('update').'')") . '' 
                        ],
                        
                        'g_version' => 
                        [
                            'label' => _s('G\\'),
                            'content' => 'G\\ Library '.G\get_version().''
                        ],
                        
                        'php_version' => [
                            'label' => _s('PHP version'),
                            'content' => PHP_VERSION
                        ],
                        
                        'server' => [
                            'label' => _s('Server'),
                            'content' => gethostname() . ' ' . PHP_OS . '//m.sbmmt.com/m/' . PHP_SAPI 
                        ],
                        'mysql_version' => [
                            'label' => _s('MySQL version'),
                            'content' => $db->getAttr(PDO::ATTR_SERVER_VERSION)
                        ],
                        'mysql_server_info' => [
                            'label' => _s('MySQL server info'),
                            'content' => $db->getAttr(PDO::ATTR_SERVER_INFO)
                        ],
                        'gdversion' => [
                            'label' => _s('GD Library'),
                            'content' => 'Version ' . gd_info()['GD Version'] . ' JPEG:'.gd_info()['JPEG Support'].' GIF:'.gd_info()['GIF Read Support'].'//m.sbmmt.com/m/'.gd_info()['GIF Create Support'].' PNG:'.gd_info()['PNG Support'].' WBMP:'.gd_info()['WBMP Support'].' XBM:'.gd_info()['XBM Support']
                        ],
                        'file_uploads' => [
                            'label' => _s('File uploads'),
                            'content' => ini_get('file_uploads') == 1 ? _s('Enabled') : _s('Disabled')
                        ],
                        'max_upload_size' => [
                            'label' => _s('Max. upload size'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('upload_max_filesize')))
                        ],
                        'max_post_size' => [
                            'label' => _s('Max. post size'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('post_max_size')))
                        ],
                        'max_execution_time' => [
                            'label' => _s('Max. execution time'),
                            'content' => strtr(_n('%d second', '%d seconds', ini_get('max_execution_time')), ['%d' => ini_get('max_execution_time')])
                        ],
                        'memory_limit' => [
                            'label' => _s('Memory limit'),
                            'content' => G\format_bytes(G\get_ini_bytes(ini_get('memory_limit')))
                        ],
                    );
    声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
    专题推荐:php
    上一篇:Yii2 authmanager组件如何区分前后台? 下一篇:自己动手写 PHP MVC 框架(40节精讲/巨细/新人进阶必看)

    相关文章推荐

    • php实现通过JSON RPC与go通讯(附代码)• 浅析怎么使用PHP做异步爬取数据• PHP8.3要有新函数了!(json_validate函数说明)• 设计API接口时,要注意这些地方!• PHP网站常见一些安全漏洞及防御方法
    1/1

    PHP中文网