OS: CentOS7.9
refer to:
https://github.com/joomla/joomla-cms/blob/staging/installation/configuration.php-dist
/**
*/
[Thu Mar 11 17:01:28.926716 2021] [proxy_fcgi:error] [pid 32208:tid 32208] [client 43.128.22.14:55662] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:29.737936 2021] [proxy_fcgi:error] [pid 32196:tid 32196] [client 43.128.22.14:55668] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:30.020371 2021] [proxy_fcgi:error] [pid 32178:tid 32178] [client 43.128.22.14:55670] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:30.207716 2021] [proxy_fcgi:error] [pid 32202:tid 32202] [client 43.128.22.14:55672] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:30.904079 2021] [proxy_fcgi:error] [pid 32173:tid 32173] [client 43.128.22.14:55678] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:32.139939 2021] [proxy_fcgi:error] [pid 32713:tid 32713] [client 43.128.22.14:55686] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:32.203635 2021] [proxy_fcgi:error] [pid 32208:tid 32208] [client 43.128.22.14:55688] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
[Thu Mar 11 17:01:38.188105 2021] [proxy_fcgi:error] [pid 32196:tid 32196] [client 43.128.22.14:55706] AH01071: Got error 'PHP message: PHP Warning: session_start(): Failed to read session data: user (path: /tmp) in /data/wwwroot/joomla/libraries/joomla/session/handler/native.php on line 260'
Labels |
Added:
?
|
How to install without wizard?
Can you please explain what are you trying to do?
There is not data in database joomla
FIRST you must install/fill the database on your own. See joomla.sql
here https://github.com/joomla/joomla-cms/tree/staging/installation/sql for your database server type. And before you do that you have to replace #__
with your database table prefix, e.g. mx56r_
in that file. See public $dbprefix
in configuration.php
This is not a Joomla core issue. Something for a forum.
How to install without wizard?
For clear/new installation you should use "wizard", it will not work without.
Unless you restoring the site from backup.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-11 19:31:52 |
Closed_By | ⇒ | richard67 |
Closing as not a core issue for the reasons stated above. Feel free to ask for support in the support forum https://forum.joomla.org/ .
There is not data in database joomla
FIRST you must install/fill the database on your own. See
joomla.sql
here https://github.com/joomla/joomla-cms/tree/staging/installation/sql for your database server type. And before you do that you have to replace#__
with your database table prefix, e.g.mx56r_
in that file. Seepublic $dbprefix
in configuration.phpThis is not a Joomla core issue. Something for a forum.
Thank you very much for your reply.
There is not data in database joomla