MyBB napotkało błąd wewnętrzny i nie może kontynuować.
209. header("Content-Type: application/atom+xml; charset=\"{$lang->settings['charset']}\"");
210. break;
211. default:
212. header("Content-Type: text/xml; charset=\"{$lang->settings['charset']}\"");
213. }
214.
215. // Output the feed XML. If the feed hasn't been generated, do so.
| Plik | Linia | Funkcja |
|---|---|---|
| /inc/class_error.php | 206 | errorHandler->output_error |
| [PHP] | errorHandler->error | |
| /inc/class_feedgeneration.php | 212 | header |
| /syndication.php | 187 | FeedGenerator->output_feed |