• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

Chevereto图床出错

php 搞代码 4年前 (2022-01-25) 11次浏览 已收录 0个评论
文章目录[隐藏]

程序下载地址:链接: 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
出错代码:

<code>$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\\'),           <mark style="color:transparent">本%文来源gaodaimacom搞#^代%!码网@</mark>搞代gaodaima码             'content' => 'G\\ Library '.G\get_version().''                    ],                                        'php_version' => [                        'label' => _s('PHP version'),                        'content' => PHP_VERSION                    ],                                        'server' => [                        'label' => _s('Server'),                        'content' => gethostname() . ' ' . PHP_OS . '/' . 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'].'/'.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')))                    ],                );</code>

回复内容:

程序下载地址:链接: 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
出错代码:

<code>$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 . '/' . 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'].'/'.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')))                    ],                );</code>

搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Chevereto图床出错
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址