Search found 3 matches

by mvogt3105
Wed Feb 10, 2021 2:22 pm
Forum: Installation and configuration
Topic: After Installation blank white page
Replies: 6
Views: 3876

Re: After Installation blank white page

It was a permission problem after a new fresh install and after adding the config.php, I did following

Code: Select all

chown -R www-data:www-data /var/www/html/forma/

Code: Select all

chmod -R 755 /var/www/html/forma
by mvogt3105
Wed Feb 10, 2021 7:58 am
Forum: Installation and configuration
Topic: After Installation blank white page
Replies: 6
Views: 3876

Re: After Installation blank white page

Now the input on the page is following. I think I got an permisson problem. I did following chown -R www-data:www-data <path to forma> Now I´m getting another error Notice: Undefined index: notuse_plugin in /var/www/html/forma/formalms/lib/lib.forma.php on line 31 Notice: Undefined index: notuse_plu...
by mvogt3105
Tue Feb 09, 2021 3:53 pm
Forum: Installation and configuration
Topic: After Installation blank white page
Replies: 6
Views: 3876

After Installation blank white page

Hello, I'm getting problems accessing the page after the installation is complete (see attachment). I downloaded the config.php and moved it to the root directory of formalms. I also removed the install and upgrade directory. What am I'm doing wrong? Do I need to edit the config.php file?