Wewnętrzny błąd MyBB
MyBB napotkało błąd wewnętrzny i nie może kontynuować.
- Typ błędu:
- Ostrzeżenie (2)
- Treść błędu:
- mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 47
- Lokalizacja:
- Plik: /home/pokemony/domains/pokemony.com/public_html/cms/functions.php
Linia: 892
- Kod:
889. if($sub > 0)
890. {
891. $result = mysql_query("SELECT name FROM ".$prefix."subsections WHERE id='$sub'");
892. $title .= ' - ' . mysql_result($result, 0, 0);
893. }
894. if($odc > 0)
895. {
- Fragment kodu:
| Plik |
Linia |
Funkcja |
| /inc/class_error.php |
206 |
errorHandler->output_error |
| [PHP] |
|
errorHandler->error |
| /home/pokemony/domains/pokemony.com/public_html/cms/functions.php |
892 |
mysql_result |
| /home/pokemony/domains/pokemony.com/public_html/index.php |
8 |
show_title |