Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array to string conversion #134

Closed
Zhangzijing opened this issue Feb 15, 2019 · 1 comment
Closed

Array to string conversion #134

Zhangzijing opened this issue Feb 15, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Zhangzijing
Copy link

出错行:

<td><?php echo $originList[$key]['fileName']; ?></td>

Call Stack

in 80395d56563da2002374ce920972c9af.php line 250
at Error::appError(8, 'Array to string conv...', '/var/www/disk.pluvet...', 250, ['cacheFile' => '/var/www/disk.pluvet...', 'vars' => ['options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], 'optionsForSet' => ['aria2_tmppath' => '/var/www/temp', 'aria2_token' => '****', 'aria2_rpcurl' => 'http://127.0.0.1:680...', ...], 'list' => object(Bootstrap), ...], 'options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], ...]) in 80395d56563da2002374ce920972c9af.php line 250
at include('/var/www/disk.pluvet...') in File.php line 53
at File->read('/var/www/disk.pluvet...', ['options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], 'optionsForSet' => ['aria2_tmppath' => '/var/www/temp', 'aria2_token' => '****', 'aria2_rpcurl' => 'http://127.0.0.1:680...', ...], 'list' => object(Bootstrap), ...]) in Template.php line 188
at Template->fetch('/var/www/disk.pluvet...', ['options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], 'optionsForSet' => ['aria2_tmppath' => '/var/www/temp', 'aria2_token' => '****', 'aria2_rpcurl' => 'http://127.0.0.1:680...', ...], 'list' => object(Bootstrap), ...], []) in Think.php line 86
at Think->fetch('/var/www/disk.pluvet...', ['options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], 'optionsForSet' => ['aria2_tmppath' => '/var/www/temp', 'aria2_token' => '****', 'aria2_rpcurl' => 'http://127.0.0.1:680...', ...], 'list' => object(Bootstrap), ...], []) in View.php line 163
at View->fetch('download', ['options' => ['siteURL' => 'http://disk.pluvet.c...', 'siteName' => 'Pluvet Cloud', 'siteStatus' => 'open', ...], 'optionsForSet' => ['aria2_tmppath' => '/var/www/temp', 'aria2_token' => '****', 'aria2_rpcurl' => 'http://127.0.0.1:680...', ...], 'list' => object(Bootstrap), ...], ['__ROOT__' => '', '__URL__' => '/index/admin', '__STATIC__' => '/static', ...]) in View.php line 36
at View->output('download') in Response.php line 309
@HFO4 HFO4 added the duplicate This issue or pull request already exists label Feb 16, 2019
@HFO4
Copy link
Member

HFO4 commented Feb 16, 2019

已确定是bug。
临时解决办法:手动清空sd_downloads表的记录,然后检查离线下载存储目录设置是否正确。

@HFO4 HFO4 closed this as completed Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants