Hallo zusammen, ich bekommen bei der Installation von Webspell RM 2.0.6 folgende Fehler:
Notice: Undefined variable: values in /app/install/index.php on line 147 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
( ! ) Notice: Undefined variable: accepted1 in /app/install/index.php on line 164 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
( ! ) Notice: Undefined variable: accepted2 in /app/install/index.php on line 165 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
( ! ) Notice: Undefined variable: accepted3 in /app/install/index.php on line 166 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
( ! ) Notice: Undefined variable: accepted4 in /app/install/index.php on line 167 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
( ! ) Notice: Undefined variable: fatal2_error in /app/install/index.php on line 169 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
368320 |
{main}( ) |
.../index.php:0 |
Ich komme bis zum abschluss der Installation und bekomme dann einen Fehlermeldung:
Installation wird ausgeführt!
- Failed to install Webspell-RM 2.0
Incorrect date value: '0000-00-00' for column 'birthday' at row 1
Install failed
( ! ) Warning: fopen(locked.txt): failed to open stream: Permission denied in /app/install/index.php on line 442 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
370840 |
{main}( ) |
.../index.php:0 |
2 |
0.0078 |
438248 |
fopen( $filename = 'locked.txt', $mode = 'w' ) |
.../index.php:442 |
( ! ) Warning: fwrite() expects parameter 1 to be resource, bool given in /app/install/index.php on line 444 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
370840 |
{main}( ) |
.../index.php:0 |
2 |
0.0080 |
438248 |
fwrite( $fp = FALSE, $str = 'installation locked' ) |
.../index.php:444 |
( ! ) Warning: fclose() expects parameter 1 to be resource, bool given in /app/install/index.php on line 445 |
Call Stack |
# |
Time |
Memory |
Function |
Location |
1 |
0.0001 |
370840 |
{main}( ) |
.../index.php:0 |
2 |
0.0080 |
438248 |
fclose( $fp = FALSE ) |
.../index.php:445 |
Als System benutzt ich docker container, erstellt nach der Anleitung: https://marketmix.com/de/docker-apache-mysql-php-und-phpmyadmin-im-container-verbund/
Benutzt habe ich ein PHP-FPM-8.0 und 7.4 mit beiden bekomme ich die gleichen Fehlermeldungen. Hab Ihr mir evtl. einen Tipp was ich hier falsch mache?
VG kevjaN