projectsend / projectsend

ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
https://www.projectsend.org/
GNU General Public License v2.0
1.37k stars 304 forks source link

Database installation was successful, but errors were encountered. #905

Open marcoronk opened 3 years ago

marcoronk commented 3 years ago

Hi guys, i'm tring to install ProjectSend. It works on my PC but i can't install on an hosting space (Register.it). It shows me this error:

Database installation was successful, but errors were encountered.

And on the next step it shows me an header with the site name and nothing. I gave a look to the code and the problem is in /projectSend/Install/index.php , i think. On row 181 the variable $other_errors is valorized. I tried to look into it but it has only NULL values ( array(2) { [0]=> NULL [1]=> NULL } ). Can you help me? Thanks a lot. Marco vardump

.

jeff-borghoff commented 3 years ago

I had a similar/same issue https://github.com/projectsend/projectsend/issues/900

sitWolf commented 3 years ago

I think you have two issues here you have to fix. You are seeing only a header because I think you have PHP modules that are missing. Install the following modules:

sudo apt install php-common php-mbstring php-xmlrpc php-soap php-apcu php-dap php-redis php-gd php-xml php-intl php-json php-imagick php-mysql php-cli php-zip php-curl -y

Did you deploy it using a LAMP stack? Try:

sudo chown -R www-data:www-data /var/www/your-folder-name