?
avatar qiaofeng1227
qiaofeng1227
11 Mar 2021

Steps to reproduce the issue

OS: CentOS7.9
refer to:
https://github.com/joomla/joomla-cms/blob/staging/installation/configuration.php-dist
/**

  • @Package Joomla.Installation
  • @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
  • @license GNU General Public License version 2 or later; see LICENSE.txt

  • THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
  • If you are installing Joomla! manually ie not using the web browser installer
  • then rename this file to configuration.php eg
  • UNIX -> mv configuration.php-dist configuration.php
  • Windows -> rename configuration.php-dist configuration.php
  • Now edit this file and configure the parameters for your site and
  • database.
  • Finally move this file to the root folder of your Joomla installation eg
  • UNIX -> mv configuration.php ../
  • Windows -> copy configuration.php ../

*/

Expected result

image

Actual result

image

System information (as much as possible)

[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'

Additional comments

avatar qiaofeng1227 qiaofeng1227 - open - 11 Mar 2021
avatar joomla-cms-bot joomla-cms-bot - change - 11 Mar 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Mar 2021
avatar qiaofeng1227
qiaofeng1227 - comment - 11 Mar 2021

image
There is not data in database joomla

avatar qiaofeng1227
qiaofeng1227 - comment - 11 Mar 2021

How to install without wizard?

avatar drmenzelit
drmenzelit - comment - 11 Mar 2021

Can you please explain what are you trying to do?

avatar ReLater
ReLater - comment - 11 Mar 2021

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.

avatar Fedik
Fedik - comment - 11 Mar 2021

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.

avatar richard67 richard67 - change - 11 Mar 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-03-11 19:31:52
Closed_By richard67
avatar richard67
richard67 - comment - 11 Mar 2021

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/ .

avatar richard67 richard67 - close - 11 Mar 2021
avatar qiaofeng1227
qiaofeng1227 - comment - 12 Mar 2021

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.

Thank you very much for your reply.

Add a Comment

Login with GitHub to post a comment