We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33147
    • 14 Posts
    I can’t access the manager and the site.

    the error is:
    Warning: fopen(<fullpath of the site>/www/manager/media/style//login.html) [function.fopen]: failed to open stream: No such file or directory in <fullpath of the site>/www/manager/includes/accesscontrol.inc.php on line 131

    the line in error is:
    $tplFile = $base_path.’manager/media/style/’.$manager_theme.’/login.html’;

    its concerns the variable manager_theme initialized with blank text in line 68 in the file accesscontrol.inc.php
    $modx->setPlaceholder(’theme’,$manager_theme);

    when i try to force a value in this variable (MODX or other one), i can now connect to the manager
    but i haven’t style ...

    so i hope that someone could help me to resolve this trouble
    thanks