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

Frequent PHP Warnings #48

Open
miqrogroove opened this issue Sep 6, 2022 · 0 comments
Open

Frequent PHP Warnings #48

miqrogroove opened this issue Sep 6, 2022 · 0 comments

Comments

@miqrogroove
Copy link
Contributor

miqrogroove commented Sep 6, 2022

Seeing this several times per day:

PHP Warning: join(): Invalid arguments passed in themes/default/views/system/fatal_error_html.php on line 52

for reference...

print "<li>".(($vn_i == 0) ? "In " : "At ").$va_trace['class'].$va_trace['type'].$va_trace['function']."(".join(', ', $pa_errcontext_args[$vn_i]).") in <a class='tracelistEntry' title='".$va_trace['file']."' ondblclick='var f=this.innerHTML;this.innerHTML=this.title;this.title=f;'>".pathinfo($va_trace['file'], PATHINFO_FILENAME)."</a> line ".$va_trace['line']."</li>\n";

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

No branches or pull requests

1 participant