X Tutup
The Wayback Machine - https://web.archive.org/web/20201128201244/https://github.com/You2php/delete/issues/220
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

错误提示不知道怎么解决 #220

Open
t2015q opened this issue Oct 18, 2018 · 5 comments
Open

错误提示不知道怎么解决 #220

t2015q opened this issue Oct 18, 2018 · 5 comments

Comments

@t2015q
Copy link

@t2015q t2015q commented Oct 18, 2018

按照提示,YouTubeDownloader.php已经全部覆盖,可以正常观看之前播放不了的视频了。
但是网页却多出了这段话;Notice: Undefined index: sortid in /storage/ssd2/700/6521700/public_html/2015/ajax/ajax.php on line 14

不知道该如何修复。谢谢。

@zxq2233
Copy link

@zxq2233 zxq2233 commented Oct 18, 2018

编辑YouTubeDownloader.php文件
在<?php 后面 加上这几行

ini_set("display_errors", "off");
error_reporting(E_ALL | E_STRICT);
error_reporting(0);
error_reporting(E_ERROR | E_WARNING | E_PARSE);
@yaodaye
Copy link

@yaodaye yaodaye commented Oct 18, 2018

谢谢大佬。。 我是用宝塔+vultr搞定的 。。

@iYang9683
Copy link

@iYang9683 iYang9683 commented Oct 20, 2018

编辑YouTubeDownloader.php文件
在<?php 后面 加上这几行

ini_set("display_errors", "off");
error_reporting(E_ALL | E_STRICT);
error_reporting(0);
error_reporting(E_ERROR | E_WARNING | E_PARSE);

非常感谢你的YouTubeDownloader代码

@liuxyon
Copy link

@liuxyon liuxyon commented Dec 6, 2018

加上这几行代码解决了显示错误, 但是还是没有显示任何视频内容出来,页面无视频内容, 也就是未获取到数据

@zxq2233
Copy link

@zxq2233 zxq2233 commented Dec 6, 2018

@liuxyon 重新创一个key试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.
X Tutup