sabre-io / katana

:hocho: A contact, calendar, task list and file server, synced, everywhere, all the time
http://sabre.io/katana/
Other
150 stars 22 forks source link

Installation Button doesn't work?? #307

Closed userwhoami closed 8 years ago

userwhoami commented 8 years ago

Hey I tried to install katana, but doesn't matter what i insert the button stays grey and is not clickable. With the enter button the Installation seems to start, but after two hours nothing happed in the progress bar. Is there any known issue or where's my failure?

Thanks userwhoami

evert commented 8 years ago

If it takes more than 2 seconds, something is definitely wrong. How did you install it? Are you using the zip or from github?

Which PHP version are you using?

userwhoami commented 8 years ago

Hey, i am using PHP 5.5.33 and the zipped Version which i uploaded to my Server via FTP.

Thanks for your fast answer Greetings userwhoami

staabm commented 8 years ago

did you check your server/php logs for warnings/errors?

userwhoami commented 8 years ago

Not yet, but i'll do as soon as possible

userwhoami commented 8 years ago

[Tue Apr 05 15:51:25 2016] [error] [client 84.187.##.###] PHP Fatal error: Uncaught exception 'ErrorException' with message 'file_exists(): open_basedir restriction in effect. File(/folders/Data/Library/Hoa/Router/Http.php) is not within the allowed path(s): (/folders/sabre-katana:/tmp)' in /folders//sabre-katana/vendor/hoa/core/Consistency.php:354\nStack trace:\n#0 [internal function]: exception_error_handler(2, 'file_exists(): ...', '/var/customers/...', 354, Array)\n#1 /folders/sabre-katana/vendor/hoa/core/Consistency.php(354): file_exists('/var/customers/...')\n#2 [internal function]: Hoa\Core\Consistency\Consistency::autoload('Hoa\Router\Http')\n#3 /folders/sabre-katana/vendor/hoa/core/Conistency.php(285): spl_autoload_call('Hoa\Router\Http')\n#4 /folders/sabre-katana/vendor/hoa/core/Consistency.php(329): Hoa\Core\Consistency\Consistency->_import('Hoa.Router.Http', true)\n#5 [internal function]: Hoa\Core\Consistency\Consistency::autoload('Hoa\Router\Http')\n#6 /var/u in /folders/sabre-katana/vendor/hoa/core/Consistency.php on line 354, referer: http://LINKTOKATANA/public/install.php

Thats the Error I got. I replaced the folder name and the link, but i changed nothing on the data itself

evert commented 8 years ago

Turn off the open_basedir setting in your php.ini, restart apache and try again:

http://php.net/manual/en/ini.core.php#ini.open-basedir

userwhoami commented 8 years ago

Ok, now it works. Thanks for your help

userwhoami