[eluser]davidbehler[/eluser]
And another problem:
After copying the folders to my virtual machine I get an error when trying to access the pyrocms install.
When trying the url "http://vm/pyrocms" it redirects to "http://vm/pyrocms/error_404".
Even if I manually set base_url
Code:
$config['base_url'] = 'http://vm/pyrocms';
it doesn't work.
Accessing "http://vm/pyrocms/installer" works fine though (I know the installer is not running on CI but wanted to mention it anyway to show the url is right ).
When accessing the server information in the installer, I get the following errors:
Quote:Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/pyrocms/installer/includes/core_class.php on line 96
Warning: file_get_contents(http://vm/pyrocms/installer/includes/phpinfo.php) [function.file-get-contents]: failed to open stream: Inappropriate ioctl for device in /var/www/pyrocms/installer/includes/core_class.php on line 96
Do you need any more info to fix this? Or is this somehow my fault?