SMF Support > SMF 2.0.x Support
errors (critic, db...)
satinof:
Hi, i have checked actions and found
688 errors :O
27 critical
2 database
148 general
1 theme
477 undetermined
33 user
In critical:
Apply Filter: Only show the URL of the error messages
http://***************
Apply Filter: Show only bugs with the same message
Wrong value type sent to the database. Array of integers expected. (aliased_childs)
Function: getBoardIndex
Apply Filter: Only show errors in this case
Byla: /home/rzzzzzzz/domains/zzzzzzzzzz/public_html/Sources/Subs-BoardIndex.php
Line: 95
// Is it going to a board?
if(!empty($row_alias['alias_child']))
{
// Boom, now you know.
$tmp = explode(',', $row_alias['alias_child']);
// For every piece, lets set.
foreach($tmp as $board)
{
// original board aliased board Original cat.
$alias_childs[$row_alias['id_board']][$board] = array('original' => $row_alias['id_cat'], 'aliased' => 0);
$find_alias_childs[$board][$row_alias['id_board']] = $row_alias['id_board'];
}
}
}
$smcFunc['db_free_result']($result_alias);
if (!empty($find_alias_childs))
{
$request = $smcFunc['db_query']('', '
SELECT id_board, id_cat, id_parent
FROM {db_prefix}boards as b
WHERE {query_see_board}
AND b.id_board IN ({array_int:aliased_childs})',
array(
'aliased_childs' => array_keys($find_alias_childs),
95LINE ));
while ($row_child = $smcFunc['db_fetch_assoc']($request))
if (isset($find_alias_childs[$row_child['id_board']]))
foreach ($find_alias_childs[$row_child['id_board']] as $id_board => $fakev)
$alias_childs[$id_board][$row_child['id_board']]['aliased'] = $row_child['id_cat'];
$smcFunc['db_free_result']($request);
}
i think its damage theme, because when i enter to profile or forum thread its doubling top image.
whats wrong with 95 line?>.<
ziycon:
The majority of the time loads of error messages in the logs is due to a badly written mod ore theme you've installed or changes you've made to the base install of SMF.
If you can uninstall all the mods you've installed, revert to the default theme and clear the logs out are you still getting errors in the logs?
Kindred:
you blanked out the URL which triggered the error, but, in this case, that may be a critical part of the error details...
Also, when you report issues that you'd like help on, please indicate your SMF version, theme(s) and mod(s) installed.
satinof:
--- Quote from: Kindred on June 29, 2012, 12:06:40 PM ---you blanked out the URL which triggered the error, but, in this case, that may be a critical part of the error details...
Also, when you report issues that you'd like help on, please indicate your SMF version, theme(s) and mod(s) installed.
--- End quote ---
Version: 2.0.2
Theme: DS-Natural
Mods:
ShowBannedMessage
MCLegendII.2
Alias Boards
Hide Membergroup Titles
Slashout Banned Members
reCAPTCHA for SMF
SMF Trader System
Multiple Stars
Removes the post rank if a custom title is set
Glow And Color Title
Kindred:
and yup... there's your problem
Wrong value type sent to the database. Array of integers expected. (aliased_childs)
which suggests that the problem lies with the mod "Alias Boards"
aliased_childs is not being set correctly.
You should open a query in the support topic for that mod... you'll probably get more knowledgeable help there.
(or uninstall that mod)
Navigation
[0] Message Index
[#] Next page
Go to full version