Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-688

During installation after "Database Configuration" step, the page goes blank

    XMLWordPrintable

    Details

    • Type: Bug Report
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.1.0
    • Fix Version/s: 5.1.1-B1
    • Component/s: Install / Upgrages
    • Labels:
      None
    • Additional information:
      Hide

      This issue has been tracked down and the problem is the code "while (($entry = $folder->read()) !== false) {" in the file modules_helper.php, which comes near line 220 (Please check couple of lines above and below). The script quits without informing when a call is made to "$folder->read()", The reason is the it is trying to enumerate the directory named "modules", which does not exist after the default installation. This may be some internal exception or something else but the issue can be easily resolved by creating the directory named "modules" in the root folder.

      Show
      This issue has been tracked down and the problem is the code "while (($entry = $folder->read()) !== false) {" in the file modules_helper.php, which comes near line 220 (Please check couple of lines above and below). The script quits without informing when a call is made to "$folder->read()", The reason is the it is trying to enumerate the directory named "modules", which does not exist after the default installation. This may be some internal exception or something else but the issue can be easily resolved by creating the directory named "modules" in the root folder.
    • External issue ID:
      855
    • Copy Issue Key:
    • Patch Instructions:

      Patches must be submitted through Phabricator.

      Description

      When we start installation of In-Portal using the URL http://localhost/in-portal/core/install.php the first page that appears is "Database Configuration", which is step 2 of installation. After entering the information, when we click on "Continue" button, the page goes blank. Debug mode produces no output. The installation platform is WAMP Server 2.0.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                bilalahmed Bilal Ahmed (Inactive)
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: