Re: ManiaLive r194
Posted: 25 Mar 2011, 17:33
how long did it run?
Any idea what plugin has the leak?
Any idea what plugin has the leak?
Code: Select all
Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 71 bytes) in /LYNX1server/LYNX1manialive/libraries/ManiaLive/Gui/Handler/IDGenerator.php on line 71
Less than 12 hrsKnutselmaaster wrote:how long did it run?
Any idea what plugin has the leak?
Code: Select all
if($this->loaderOpen == true){
$this->loaderScreen->setText("The Track list is opening be patient plz. Progress : ".($i/$this->page_items)*100);
}
else if( ($i/$this->page_items)<0.75 && ( (microtime(true) - $this->startTime)/$i ) > 10 ){
$this->loaderScreen = Info::Create($this->login);
$this->loaderScreen->setSize(50, 20);
$this->loaderScreen->setTitle('Plw Wait. Track List is opening');
$this->loaderScreen->setText("The Track list is opening be patient plz. Progress : ".($i/$this->page_items)*100);
$this->loaderScreen->centerOnScreen();
WindowHandler::showDialog($this->loaderScreen);
$this->loaderOpen = true;
echo "Popup\n";
}