June 13, 20179 yr Application Name: ProjectSend Application Site: http://www.projectsend.org Docker: https://hub.docker.com/r/linuxserver/projectsend/ Github: https://github.com/linuxserver/docker-projectsend Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support. Edited September 14, 20187 yr by linuxserver.io
June 18, 20179 yr Errr. Can you post the exact steps you did to reach this error message? Docker run command, how you created a mariadb/mysql database etc.
June 18, 20179 yr I used the default docker settings, the only thing I changed was the host port. I made a new database and user with MySQL Workbench, and edited the sys.config.php file with the database credentials and database host. It might be related to this: https://github.com/ignacionelson/ProjectSend/issues/320 - Boxland Edited June 18, 20179 yr by boxland
July 12, 20178 yr I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80) Quote [s6-init] making user provided files available at /var/run/s6/etc...exited 0.[s6-init] ensuring user provided files have correct perms...exited 0.[fix-attrs.d] applying ownership & permissions fixes...[fix-attrs.d] done.[cont-init.d] executing container initialization scripts...[cont-init.d] 10-adduser: executing...-------------------------------------_ _ _| |___| (_) ___| / __| | |/ _ \| \__ \ | | (_) ||_|___/ |_|\___/|_|Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 30-config: executing...[cont-init.d] 30-config: exited 0.[cont-init.d] done.[services.d] starting services[services.d] done.AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.8. Set the 'ServerName' directive globally to suppress this message 172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up.
August 1, 20178 yr Ooh, I was going to take a look at this and forgot, give me a week or so as I'm busy at work at the moment, if I haven't replied in a week, someone remind me.Sent from my LG-H815 using Tapatalk
August 1, 20178 yr On 7/12/2017 at 6:49 PM, mavermc said: I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80) 172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up. I am getting the same.
August 1, 20178 yr On 13.7.2017 at 1:49 AM, mavermc said: I was really excited for this docker, installed it and change the default port to something besides 80 (as I imagine it would collide with unraid's own use of 80) 172.*.*.* isn't part of my usual IP range. When I try to preview the docker at the port I set I get a HTTP ERROR 500, which gives me an indication it's working on some level, as empty ports on my unraid usually throw back a ERR_CONNECTION_REFUSED , so trying to figure out where it's hung up. 19 hours ago, thestraycat said: I get the same error... Anyone got a fix for where to set the hostname? 4 hours ago, ice pube said: I am getting the same. Did you guys read the README of the github link on the first page on how to set it up?
August 1, 20178 yr That apache error is nothing, it's just a reflection of apache getting an ip from the docker range. It's no problem. Have you, like @saarg said checked the readme? You must set up a MySQL or MariaDB database for it to use, and whilst you can change the server name, don't change the URL.
October 7, 20178 yr On 6/18/2017 at 1:25 AM, boxland said: Hi, After running the initial setup I get this error. I encountered the very same issue and this is how I had to solve it: 1) Drop and re-create your database so it is fresh (if you don't, you'll get a primary key error after fixing the problem) 2) SSH into your unRAID box and type: docker exec -it projectsend /bin/bash --- Providing you kept the default docker name of projectsend. If you didn't, change it to whatever you set the docker name as 3) Change Directory (cd) into /var/www/htdocs/localhost/install 4) type: vi database.php 5) Navigate to line 26 and change expiry_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(), to expiry_date TIMESTAMP NOT NULL DEFAULT "2017-01-01 00:00:00", 6) Press and hold SHIFT then type ZZ 7) Attempt to finish installation now within the docker's web ui
October 21, 20196 yr I am using the letsencrypt container putout by you guys to reverse proxy my Nextcloud/Plex/Radarr/sonarr/tautuli docker, there where sample conf. files that I was able to adjust slightly and voila, could you make a conf.sample file for ProjectSend as well to reverse proxy and post it here and maybe add it to your docker container for future usage? Edited October 21, 20196 yr by Smooth Beaver
November 1, 20196 yr @CHBMB A new version of ProjectSend (r1070) was released in April, can we update inside the container or do we need to wait for you to update the docker container? How about a reverse proxy conf file anyone know where I can get my hands on one for ProjectSend?
November 1, 20196 yr 6 hours ago, Smooth Beaver said: @CHBMB A new version of ProjectSend (r1070) was released in April, can we update inside the container or do we need to wait for you to update the docker container? How about a reverse proxy conf file anyone know where I can get my hands on one for ProjectSend? r1053 is the latest proper release on github, so that is what our automated build server use. r1070 isn't a proper release on github and therefor not picked up by our builder.
November 1, 20196 yr 4 minutes ago, saarg said: r1053 is the latest proper release on github, so that is what our automated build server use. r1070 isn't a proper release on github and therefor not picked up by our builder. @saarg Thank you. Any knowledge on how I might get that reverse proxy working?
November 1, 20196 yr 2 minutes ago, Smooth Beaver said: @saarg Thank you. Any knowledge on how I might get that reverse proxy working? I guess Google as we haven't made one. Forgot to say that you shouldn't update inside the container.
November 1, 20196 yr I guess Google as we haven't made one. Forgot to say that you shouldn't update inside the container.I tried combining/using some of the samples that you have already made but haven’t had much luck...not exactly my area of strength...Sent from my iPhone using Tapatalk
January 31, 20215 yr Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things...
February 10, 20215 yr On 1/31/2021 at 6:32 AM, blaine07 said: Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things... Also looking to update to R1295. Seems to be the latest verified release. Edited February 10, 20215 yr by Z3RO
March 9, 20215 yr Is it possible to take contents of the update and paste them into install DIR on Unraid? Can't seem to figure out where the actual files it runs with are residing though...
May 3, 20215 yr On 1/30/2021 at 11:32 PM, blaine07 said: Any advice on how I could get this updated to newest version, r1295? Not trying to break all the things... Anyone? 😞
May 3, 20215 yr 3 hours ago, blaine07 said: Anyone? 😞 https://github.com/linuxserver/docker-projectsend/issues/17
June 27, 20215 yr For anyone interested this got updated to 1295. See info in link above. :-)Thanks folks!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.