Warning: include(C:\xampp\htdocs\sifo\sifo/instances/sifodemo/config/classes.config.php): failed to open stream: No such file or directory in C:\xampp\htdocs\sifo\sifo\libs\Sifo\Config.php on line 116Warning: include(): Failed opening 'C:\xampp\htdocs\sifo\sifo/instances/sifodemo/config/classes.config.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\sifo\sifo\libs\Sifo\Config.php on line 116Fatal error: Class 'Sifo\Exception_500' not found in C:\xampp\htdocs\sifo\sifo\instances\Bootstrap.php on line 174
<VirtualHost *:80>DocumentRoot "c:/xampp/htdocs/sifo/sifo/instances/sifodemo/public/root"ServerName sifo.local#ServerAlias sifo.local<Directory "c:/xampp/htdocs/sifo/sifo/instances/sifodemo/public/root">RewriteEngine On# Allowed media extensions (includes .txt files for robots or .html, e.g: Google hosted HTMLs):# RewriteCond %{REQUEST_FILENAME} !^(.+)\.(js|css|gif|png|jpg|swf|ico|txt|html?)$# Or dispatch any non-physical file:RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-fRewriteRule ^/(.+) /index.php [QSA,L]</Directory></VirtualHost><VirtualHost *:80>DocumentRoot "c:/xampp/htdocs/sifo/sifo/instances/sifodemo/public/static"ServerName static.sifo.local#ServerAlias static.sifo.local<Directory "c:/xampp/htdocs/sifo/sifo/instances/sifodemo/public/static">Order allow,denyAllow from all</Directory></VirtualHost>
I've installed the framework properly after running the script via ubuntu's terminal and then importing the generated files back to windows.
I've installed the framework properly after running the script via ubuntu's terminal and then importing the generated files back to windows.By the way, no problem in using both: forward slashes and backslashes simultaneously. :)
--
You received this message because you are subscribed to the Google Groups "SIFO, PHP framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sifophp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.