When I click on the TMX link in Fufi Widgets (next track widget) , Xaseco just crash... :s
Do you ever know this bug and could you help me please?

Thanks.
Code: Select all
'challenge_info' => true,
Code: Select all
'challenge_info' => false,
Code: Select all
/**
* Needed if in XASECO (inits the CustomUI)
*
*/
function xasecoStartup(){
if ($this->settings['challengewidget']['enabled']){
setCustomUIField('challenge_info', false);
}
$this->checkDependencies();
}
Code: Select all
Aseco::registerEvent('onStartup', 'fufiwidgets_xasecoStartup');
function fufiwidgets_xasecoStartup($aseco){
global $fufiWidgets;
if (!$fufiWidgets->Aseco){
$fufiWidgets->Aseco = $aseco;
}
$fufiWidgets->xasecoStartup();
}
Code: Select all
Aseco::registerEvent('onStartup', 'oly_info_map_setUIoff');
function oly_info_map_setUIoff(){
setCustomUIField('challenge_info', false);
}
Thats must not be a problem of FuFi, maybe your database is too slow or CPU or whatever. Anyway you can try to increase the max_execution_time in XAseco.<This_is_not_a_test> wrote:Code: Select all
Fatal error: Maximum execution time of 60 seconds exeeded in C:\tmserver\xaseco\plugins\plugins.fufi.widgets.php on line 2376