Installation fails with blank screen

Trying to install 14.0.0 RC2 on shared hosting.

[02-Dec-2024 20:48:37 UTC] PHP Warning: require_once(/home/p/pawface/pawface.beget.tech/public_html/install/index.php/poiinc/classes/BxDol.php): Failed to open stream: No such file or directory in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php on line 120

[02-Dec-2024 20:48:37 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/p/pawface/pawface.beget.tech/public_html/install/index.php/poiinc/classes/BxDol.php' (include_path='.:/usr/share/php') in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php:120

Stack trace:

#0 /home/p/pawface/pawface.beget.tech/public_html/inc/header.inc.php(30): require_once()

#1 /home/p/pawface/pawface.beget.tech/public_html/index.php(26): require_once('/home/p/pawface...')

#2 {main}

thrown in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php on line 120

  • 595
  • More
Replies (1)
    • Hello @slicedhead !

      TThis is the usual problem on the share hostings. You may try to add the following change to your php.ini:

      include_path = ".:/home/p/pawface/pawface.beget.techpublic_html"
      

      But it's better to discuss with your hosting support.

      Login or Join to comment.