Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Screen on Debian 9 #87

Open
corralyn opened this issue Oct 27, 2017 · 3 comments
Open

Blank Screen on Debian 9 #87

corralyn opened this issue Oct 27, 2017 · 3 comments

Comments

@corralyn
Copy link

Hello. I guess I have the same problem as others, but would like to verify that this is a bug.

Debian GNU/Linux 9
mysql Ver 14.14 Distrib 5.7.20, for Linux (x86_64) using EditLine wrapper
PHP Version 7.0.19-1
API Extensions | mysqli,pdo_mysql

#php -i|grep PDO
PDO
PDO support => enabled
PDO drivers => mysql

API Extensions | mysqli,pdo_mysql

exact the same problem with php 5.6 i can do what ever i want, and always white site with /opensupports/api/system/installation-done etc. fails...

that ist horrible.

Fehler beim Verarbeiten des Wertes für 'display'. Deklaration ignoriert...0px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}/*...
	
main.css (Zeile 15, Spalte 185685)
POST http://111.222.333.444/opensupports/api/system/installation-done
	404 Not Found
		6ms	
main.js (Zeile 19)
POST http://111.222.333.444/opensupports/api/system/get-settings
	
404 Not Found
		57ms	
main.js (Zeile 19)
POST http://111.222.333.444/opensupports/api/user/check-session
	
404 Not Found
		55ms	
main.js (Zeile 19)
Unbekannte Eigenschaft 'user-select'. Deklaration ignoriert.
	

...t:none;-ms-user-select:none;user-select:none;cursor:pointer}/* line 12, /home/ro...

@ivandiazwm
Copy link
Contributor

Are you using apache?
Make sure to have AllowOverride All in your configuration. This .htaccess shouldn't gave you a 404.

@MdSlr704
Copy link

and try this command: a2enmod rewrite

@Gecko64
Copy link

Gecko64 commented Apr 26, 2020

Same problem for me on a Debian 10 with apache.
rewrite is activated but still have a white page.
Here is my log :
212.166.9.250 - - [26/Apr/2020:20:29:58 +0200] "GET / HTTP/1.1" 200 1383 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36" 212.166.9.250 - - [26/Apr/2020:20:29:58 +0200] "POST /api/system/installation-done HTTP/1.1" 404 521 "https://ticket.geckonline.be/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36" 212.166.9.250 - - [26/Apr/2020:20:29:58 +0200] "POST /api/system/get-settings HTTP/1.1" 404 1097 "https://ticket.geckonline.be/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36" 212.166.9.250 - - [26/Apr/2020:20:29:58 +0200] "POST /api/user/check-session HTTP/1.1" 404 521 "https://ticket.geckonline.be/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36" 212.166.9.250 - - [26/Apr/2020:20:29:58 +0200] "GET /images/icon.png HTTP/1.1" 200 1824 "https://ticket.geckonline.be/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36"
and i've this in the API directory :
opensupports@webserver:~/public_html/api$ ls -ilah total 116K 912641 drwxr-xr-x 8 opensupports opensupports 4.0K Apr 26 20:15 . 908550 drwx------ 4 opensupports opensupports 4.0K Apr 26 20:26 .. 917410 -rwxr-xr-x 1 opensupports opensupports 590 Feb 5 21:33 composer.json 917409 -rwxr-xr-x 1 opensupports opensupports 69K Feb 5 21:36 composer.lock 912657 -rwxr-xr-x 1 opensupports opensupports 0 Feb 5 21:37 config.php 917303 drwxr-xr-x 7 opensupports opensupports 4.0K Feb 5 21:33 controllers 917286 drwxr-xr-x 3 opensupports opensupports 4.0K Feb 5 21:33 data 912673 drwxr-xr-x 2 opensupports opensupports 4.0K Feb 5 21:37 files 917411 -rwxr-xr-x 1 opensupports opensupports 121 Feb 5 21:33 .htaccess 917425 -rwxr-xr-x 1 opensupports opensupports 739 Feb 5 21:33 index.php 917256 drwxr-xr-x 3 opensupports opensupports 4.0K Feb 5 21:33 libs 917230 drwxr-xr-x 2 opensupports opensupports 4.0K Feb 5 21:33 models 912705 drwxr-xr-x 22 opensupports opensupports 4.0K Feb 5 21:37 vendor

no directory system or user into...
I've download 3 times the zip file and it's the same...
Something is missing, no ? :-/

Thank you for your help.
Gecko64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants