Re: [Tool]Dedicated Manager Web site
Posted: 03 May 2013, 07:26
Check in the logs folder. If it doesn't exist, create one in DedicatedManager/ next to www, libraries...
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Code: Select all
<manialink version="1" background="1" navigable3d="0">
<timeout>0</timeout>
<include url="http://files.maniaplanet.com/manialinks/maniascript/manialib.688.xml"/>
<script>main() {</script>
<frame posn="0 45 1" id="manialib-error">
<quad sizen="160 80" halign="center"/>
<frame posn="0 0 0.1">
<frame>
<quad sizen="160 16.25" halign="center" style="Bgs1InRace" substyle="BgTitle2"/>
<label posn="0 -8.25 0" sizen="154 7" halign="center" valign="center2" style="TextTitleError" text="Oops"/>
<quad posn="0 -20.75 0" sizen="156 59.25" halign="center" style="Bgs1" substyle="BgWindow2"/>
</frame>
</frame>
<label posn="0 -35 1" sizen="152 7" halign="center" style="TextTips" text="$<$oAn unfortunate error has occurred. Please try again later.$> If the error persists, you may try $l[http://forum.maniaplanet.com/viewforum.php?f=8]to report it in the forum$l. We apologize for the inconvenience." autonewline="1"/>
<label id="manialib-error-button" posn="0 -68 1" sizen="35 7" halign="center" style="CardButtonMediumWide" scriptevents="1" text="Hide this message"/>
<script>
manialib_event_add_listener("manialib-error-button", CMlEvent::Type::MouseClick, ["hide", "manialib-error"]);
</script>
</frame>
<script>manialib_main_loop();</script>
<script>}</script>
</manialink>
Code: Select all
Fatal error: Uncaught exception 'ErrorException' with message 'stripslashes() expects parameter 1 to be string, array given' in /opt/Ded/libraries/ManiaLib/Application/Request.php:53 Stack trace: #0 [internal function]: ManiaLib\Application\ErrorHandling::exceptionErrorHandler(2, 'stripslashes() ...', '/opt/Ded/librar...', 53, Array) #1 [internal function]: stripslashes(Array) #2 /opt/Ded/libraries/ManiaLib/Application/Request.php(53): array_map('stripslashes', Array) #3 /opt/Ded/libraries/ManiaLib/Utils/Singleton.php(25): ManiaLib\Application\Request->__construct() #4 /opt/Ded/libraries/ManiaLib/Application/Dispatcher.php(55): ManiaLib\Utils\Singleton::getInstance() #5 /opt/Ded/libraries/ManiaLib/Application/Bootstrapper.php(44): ManiaLib\Application\Dispatcher->run() #6 /opt/Ded/libraries/ManiaLib/Application/Bootstrapper.php(30): ManiaLib\Application\Bootstrapper::onDispatch() #7 /opt/Ded/www/index.php(7): ManiaLib\Application\Bootstrapper::run() #8 {main} thrown in /opt/Ded/libraries/ManiaLib/Application/Request.php on line 53
source: http://www.php.net/manual/en/security.magicquotes.phpphp.net wrote: Warning:This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
Code: Select all
<input type="checkbox" name="randomize" id="randomize" value="1" <?= $randomize ? 'checked="checked"' : '' ?>/>
Code: Select all
<input type="checkbox" name="randomize" id="randomize" value="1" <?= $randomize ? 'checked="checked"' : '' ?>