Roundcube Community Forum

 

Install roundcube 1.5.2

Started by FPNC, February 08, 2022, 11:19:19 AM

Previous topic - Next topic

FPNC

Hi everyone!

Newbie questions ;-)

- First time with roundCube.

- I've downloaded the last roundcube 1.5.2 (complete),
uncompressed it and moved its folder to the web server (nginx) tree.

- No systemd.

- As mentioned in the INSTALL file:

- Created the database:


# mysql
> CREATE DATABASE roundcubemail CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
> CREATE USER roundcube@localhost IDENTIFIED BY 'password';
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost;
> quit


- However it's also said:


3. Make sure that the following directories (and the files within)
   are writable by the webserver
   - /temp
   - /logs


- Are these folders at the main root, just under the linux "/" ?
- If not, where are they?

- Finally, when I try to start roundcube, I get ...


Oops... something went wrong!

An internal error has occurred. Your request cannot be processed at this time.


For administrators: Please check the application and/or server error logs for more information.


- Where can I find these logs?

- Many thanks for any help you can provide.

Best wishes,

-Francisco

SKaero

Quote from: FPNC on February 08, 2022, 11:19:19 AM
- However it's also said:


3. Make sure that the following directories (and the files within)
   are writable by the webserver
   - /temp
   - /logs


- Are these folders at the main root, just under the linux "/" ?
- If not, where are they?
That is referring to the temp and logs folder that are within the Roundcube folder.


Quote from: FPNC on February 08, 2022, 11:19:19 AM
- Finally, when I try to start roundcube, I get ...


Oops... something went wrong!

An internal error has occurred. Your request cannot be processed at this time.


For administrators: Please check the application and/or server error logs for more information.


- Where can I find these logs?
Maybe in <RC root>/logs but they could also be in the nginx or php-fpm error logs depending on your configuration.