You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Hi. I am trying to install casebox on wampserver 3.1.7 64bit Apche 2.4.37 PHP 7.2.14
30x Errors:
install.php
Error Config file doesnt exist
Warning: array_key_exists() expects parameter 2 to be array, boolean given in C:\wamp64\www\casebox-1\httpsdocs\lib\Util.php on line 922
Warning: array_keys() expects parameter 1 to be array, boolean given in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 868
Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
Warning: stream_get_line() expects parameter 1 to be resource, string given in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
Call Stack
Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
The text was updated successfully, but these errors were encountered:
@KarlosFanta I realize that this is an old post, but the last warning says quite a lot. I finally got just about everything working in PHP version 5.5. I'm sure you could get it to work in v7, but you'd have to rewrite large segments of their code. Pretty much all of their documentation is complete rubbish too, so that doesn't help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I am trying to install casebox on wampserver 3.1.7 64bit Apche 2.4.37 PHP 7.2.14
30x Errors:
install.php
Error Config file doesnt exist
Warning: array_key_exists() expects parameter 2 to be array, boolean given in C:\wamp64\www\casebox-1\httpsdocs\lib\Util.php on line 922
Warning: array_keys() expects parameter 1 to be array, boolean given in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 868
Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
Warning: stream_get_line() expects parameter 1 to be resource, string given in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
Call Stack
Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in C:\wamp64\www\casebox-1\httpsdocs\lib\install_functions.php on line 574
The text was updated successfully, but these errors were encountered: