After installation, the web cannot be displayed normally through web access

Issue #1074 closed
zhou created an issue

<?php

require_once(“config.php”);

require(DIR_SYSTEM.”/startup.php”);

\$request=new Request();

Registry::set(“request”,$request);

Open the web and display this.

Comments (3)

  1. Janos SUTO repo owner

    Odd. How did you install piler that $request has a prepending backslash? What version of piler is this?

  2. Janos SUTO repo owner

    I don't think the ius repo has anything to do with it, but if it works for you, then it's OK.

  3. Log in to comment