• Resolved NancySam

    (@nancysam)


    I followed the 5-min setup using MySQL Database Wizard to create the database and user. I had no trouble until it was done. Step 5 says to run the installation script by going to https://example.com/blog (I installed it in a directory called /blog). I got a blank page in the browser (firefox) so I downloaded /blog/error_log in Dreamweaver and found two error codes:

    [19-Mar-2015 16:43:51] PHP Warning:  require_once(/home2/exorg/public_html/blog/wp-includes/pomo/entry.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/exorg/public_html/blog/wp-includes/pomo/translations.php on line 10
    
    [19-Mar-2015 16:43:51] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home2/exorg/public_html/blog/wp-includes/pomo/entry.php' (include_path='.:/usr/lib64/php:/usr/share/pear') in /home2/exorg/public_html/blog/wp-includes/pomo/translations.php on line 10

    In the documentation or this forum I saw something about PHP errors that they said might be a permissions problem. I checked and all files have 0644 and all folders have 0755.

Viewing 1 replies (of 1 total)
  • Thread Starter NancySam

    (@nancysam)

    The problem turned out to be incorrect info in the 5-minute instructions. Step 5 is the one where you run the installation script. The 5-minute instructions say to go to https://example.com/blog (or the appropriate directory) to run the installation script. That is incorrect.

    However, the detailed instructions for step 5 say to go to https://example.com/blog/wp-admin/install.php, and that link works.

Viewing 1 replies (of 1 total)
  • The topic ‘php fatal error when trying to launch’ is closed to new replies.