Sitecake installation with XAMPP

Hello Community,

i have a problem with the installation of sitecake 2.2.1.1 with XAMPP.

I have followed all the instructions on GitHub and the Youtube Videos. On my one.com sever it works!
But if i go to my localhost/sitecake-demo/sitecake.php, i see a HTML page without css and no sitecake menu. Is there someone, who hast got the same problem ?

I´ve installed xampp with 7.0.5 / PHP 7.0.5

Try Using PHP5

I Had the Same problems on php7

I dont know if php7 is the problem.

You might also want to check the file and folder permissions is xampp running as an administrator (bad idea by the way if you intend on accessing the development site remotely)

This is the Version of PHP im Currently Running Along With the Modules that i am running

PHP 5.4.16 (cli) (built: Jun 23 2015 21:17:27)
Copyright © 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright © 1998-2013 Zend Technologies
[root@server1 ~]# php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mhash
openssl
pcntl
pcre
Phar
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

Thank you - it works

PHP7 support is added in next release that is coming out today

Although, minimal required PHP version will be PHP 5.5.9 now