Yes, here you are: http://www.vsetin.net/phpinfo.php Thanks!
ini_set('memory_limit','16M');
((int)include($root_path."master.php"))
You can try this: Open the mainfile.php at your webspace and paste ini_set('memory_limit','16M'); before the line: ((int)include($root_path."master.php")) If you are lucky then you can see the changes in the phpinfo.php after editing the mainfile.php otherwise you have to get in contact with your hoster. Good luck! //Stephan
$mem->DeleteTime($time);
I did some experiments and discovered that the problem is here: file master.php, line 680: $mem->DeleteTime($time); The script terminates on this line - no messages, just a blank page. Maybe some informations could be found in server system logs, but I don't have a possibility to read them. PLEASE HELP!
Stephan, thanks for your time.