mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 15:05:56 +03:00
[GH-ISSUE #82] File not found. #62
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @feruzm on GitHub (Jan 5, 2019).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/82
Any idea what might have caused this? I am on v2
@geek-at commented on GitHub (Jan 5, 2019):
Any errors in your log?
@feruzm commented on GitHub (Jan 6, 2019):
yes, here is example of log from nginx error.log
2019/01/05 20:34:15 [error] 28932#28932: *1 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: x.x.x.x, server: example.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.2-fpm.sock:", host: "example.com"@geek-at commented on GitHub (Jan 6, 2019):
Seems like your nginx config has an error. Check this Stack overflow post about that problem
@feruzm commented on GitHub (Jan 6, 2019):
looks like having folder in
/root/pictsharecauses above issue, moved into/var/www/pictsharenow seeing 404 when loading page.@feruzm commented on GitHub (Jan 6, 2019):
Tried with api/upload:
mp4,gif,jpg,pngmp4 - 500 internal server error
jpg - {"status":"err","reason":"Unsupported filetype: octet-stream","filetype":"octet-stream"}
png - {"status":"err","reason":"Unsupported filetype: octet-stream","filetype":"octet-stream"}
gif - {"status":"err","reason":"Unsupported filetype: octet-stream","filetype":"octet-stream"}
@feruzm commented on GitHub (Jan 6, 2019):
content of config.inc
@geek-at commented on GitHub (Jan 7, 2019):
What linux are you running?
For the mb_string error see the install guide because you need the multibyte package of php
@feruzm commented on GitHub (Jan 7, 2019):
Ubuntu 18.04.1 LTS
@feruzm commented on GitHub (Jan 7, 2019):
installing all php packages fixed upload via api but home page and and secret upload page shows 404.