Installation over Windows Xampp Apache

29 views
Skip to first unread message

Marc

unread,
Nov 24, 2013, 7:21:07 AM11/24/13
to sif...@googlegroups.com
Hi all! 

I'm just trying to install sifo using windows git bash and I'm having this error when I'm acessing sifo.local on my browser.


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 116

Warning: 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 116

Fatal error: Class 'Sifo\Exception_500' not found in C:\xampp\htdocs\sifo\sifo\instances\Bootstrap.php on line 174

I think that I might have some problem with the slashes. (\ /) beacause of the windows routing notation, but I'm not sure.. Maybe there is something wrong with my instalation. 

Do you know any 'easy' solution? 

Just in case of I leave here my httpd-vhosts.conf file

Thanks!

<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} !-f
        RewriteRule ^/(.+) /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,deny
Allow from all
</Directory>
</VirtualHost>






Marc

unread,
Nov 24, 2013, 12:55:32 PM11/24/13
to sif...@googlegroups.com
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. :)
 

Albert Lombarte

unread,
Nov 24, 2013, 12:58:05 PM11/24/13
to sif...@googlegroups.com
Good to hear :)

Even SIFO might properly work on Windows we do not give support to it. No production machine should be using a WAMP :)


2013/11/24 Marc <onmat...@gmail.com>
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.

Reply all
Reply to author
Forward
0 new messages