File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ Some errors you may encounter:
52
52
Error 404:
53
53
54
54
55
- -> Make sure you actually call the php script, and not some other website / make sure apache / nginx is running
55
+ Make sure you actually call the php script, and not some other website / make sure apache / nginx is running
56
56
57
57
58
58
59
59
Sorry, your file could not be uploaded:
60
60
61
61
62
- -> Make sure you have php 7.4 installed & that the service is running (systemctl status php7.4-fpm)
62
+ Make sure you have php 7.4 installed & that the service is running (systemctl status php7.4-fpm)
63
63
64
64
65
- -> make sure your php script hast permissions to create files (sudo chown -R www-data:www-data /var/www)
65
+ Make sure your php script hast permissions to create files (sudo chown -R www-data:www-data /var/www)
66
66
67
67
68
68
You can’t perform that action at this time.
0 commit comments