Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Failed opening required index.php #14

Open
dasj19 opened this issue Feb 24, 2018 · 0 comments
Open

Failed opening required index.php #14

dasj19 opened this issue Feb 24, 2018 · 0 comments

Comments

@dasj19
Copy link

dasj19 commented Feb 24, 2018

Hello, after I saw your demo I thought to give your software a try.
So I went on into configuring a KVM virtual machine where I mounted the folder containing a drupal installation into the virtual machine at /srv/www/drupal/current.
The mount command I use is: mount -t 9p -o trans=virtio,version=9p2000.L /drupal /srv/www/drupal/current
The site works using the nginx server.

When I run:
dontbug record /srv/www/drupal/current --server-listen=myhostname

I get the following errors:

PHP Warning: Unknown: failed to open stream: Interrupted system call in Unknown on line 0
PHP Fatal error: Unknown: Failed opening required '/srv/www/drupal/current/index.php' (include_path='.:/usr/share/path') in Unknown on line 0

And nother thing. How did you get your drupal installation to work?
When I try to run the php built-in server it always executes the index.php saying that the path is not found. I tryied also with different drupal router.php files I found on the web but with no luck.
The command I use to test is:
php -S myhostname:8088

Any help is highly appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant