Failed to start the session, not starting install

Need help installing Joomla! 4.x? For all Joomla! 4.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
frighten
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 178
Joined: Tue Sep 19, 2006 1:16 pm
Location: Stockholm

Failed to start the session, not starting install

Post by frighten » Thu Sep 16, 2021 9:05 pm

Hello all Joomla friends

First, let me apologize for this post as I have seen the same topic for instance here: viewtopic.php?f=810&t=987965&start=30. However, even though I found some good input and tips, this did not give me any solution.

I have tried installing Joomla 4.0.2 and 4.0.3 on the very same web host as I have always used for all previous versions. In this case, used the same server space (same subdomain with the exact same configuration PHP7.4 Apache 2.4 on Unix). I have also tried with other account with other domain. While at it I should also mention I also tried with PHP7.3 and PHP8 with no success, so focusing on PHP7.4.

After uploading files to FTP I go to my domain expecting the installation process to start, but instead get a fancy orange (or is it red?) screen saying: "Sorry, there was a problem we could not recover from.
The server returned a "500 - Whoops, looks like something went wrong."" Same as discussed at the topic linked above.

Now, after reading around on the forum, I took the advise to change the JDEBUG to true, in the file /installation/includes/framework.php

The message I am now presented to is "Failed to start the session". I am not sure what the rest of the page tells me, but one part is highlighted and that is: /public_html/libraries/src/Session/Storage/JoomlaStorage.php (line 305) > parent::start();

Some things for the record.
1. I deleted all the files on the FTP and uploaded files from Joomla_3.9.22-Stable-Full_Package. It works perfectly. I read somewhere that nothing is changed in requirements between 3.9.x and 4.x. And also checking https://downloads.joomla.org/technical-requirements... things should be fine :-)
2. The issue with the 4.X versions appears directly when you arrive to your domain after uploading files, when you expect the installation process to start. This means that there is no configuration.php file yet. Also Database yet not involved.
3. I compared folder/file permissions and they are set to 750/640 for both 3.9.22 and 4.0.3

One diff between 3.9.22 and 4.0.3 packages is that in respective installation folders (first level) we find 20 folders/files in the earlier version and only 14 in the newer... but I only guess this is as should.

I have been using Joomla since before it became Joomla, and never had this issue before. Looking forward to continue using Joomla for forever and a day, but desperate to get passed this issue.

Assuming I am not alone with this issue... did anyone solve it? Advise? What should I do? The web host says I need to solve it with Joomla. They are otherwise usually very helpful.

Thanks for reading all the way.

Humble regards,

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9745
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Failed to start the session, not starting install

Post by AMurray » Thu Sep 16, 2021 9:26 pm

The system requirements definitely have changed.
The minimum PHP for J3 was 5.3.10. The minimum for J4 is 7.2.x

Are you trying to update Joomla 3.9.22 to 4.03? Did you upload J4.x files directly over J3.9.22 files in the attempt to upgrade? You can't do that. (You say you were trying to install J4 in the "same sub-domain" as J3.9.22?

For a clean install, you need a new, separate subdomain or sub-folder (e.g. https://joomla4.yoursite.com or https://yoursite.com/joomla4), not install it in an existing sub-domain or root folder where there's an existing site. If you are trying to migrate to 4.0, then you need to update 3.9.22 to 3.10 first, then migrate to J4.0.x

Those file and folder permissions seem strange - they should be 755 and 644 as recommended by Joomla.org

Have you referred to the documentation for installation/upgrade?
https://docs.joomla.org/Joomla_3.x_to_4 ... _Migration

The latest 3.x series is 3.10.2 - and is the only version that will allow a successful migration to 4.x. You also need to consider (1) your template used in J3.x (likely won't work in J4) and (2) third party extensions will not all be J4-ready or compatible.

J4 works on PHP 8, PHP 7.4 and 7.3 (its minimum PHP requirement is 7.2.x).

It may help if we have further information about your system - please use the FPA and post the report to this thread. https://forumpostassistant.github.io/docs/
Regards - A Murray
General Support Moderator

frighten
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 178
Joined: Tue Sep 19, 2006 1:16 pm
Location: Stockholm

Re: Failed to start the session, not starting install

Post by frighten » Thu Sep 16, 2021 9:41 pm

Hi
No no. First I tried Joomla 4.0.3 and tried everything I could think of. Then I removed all of the files from the server and and instead uploaded 3.9.22 files to see if that would work, which it did. As stated in my initial post :-)

Then again, removed all of the 3.9.22 files to again try with the 4.0.3 files... I did this to see if I would have the same issue with both versions using the exact same server space. So not a matter of upgrade or migration. Both was clean installs with files for the purpose of clean install.

Also did try with changed permissions for both folders and files... no success.

Simply, I can not get the fresh installation of Joomla 4 to start.

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9745
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Failed to start the session, not starting install

Post by AMurray » Thu Sep 16, 2021 10:03 pm

When selecting the php version, did you check that the "mysqli' driver was enabled (and same for PHP 7.4 or any other PHP you tried).

There are several other forum posts about "failure to start the session" but these point to the idea of incorrect database details, credentials etc; you're saying you can't even get the installer process started to even proceed to the point of entering database details?

Meantime, can you please post the FPA report as requested, it may shed some light on your server information, something that's causing the failure that I haven't identified from the information you have already provided.

Additionally installing WAMPServer (google for it, I can't post the link) on your own PC may help eliminate your web host as the problem - get WAMPServer running then try installing Joomla 4 on it.

If it still fails, then at least we can lean towards the possibility of a bug which should then be posted to https://issues.joomla.org (the Github site where developers are more likely to see your problem).
Regards - A Murray
General Support Moderator

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44096
Joined: Sat Apr 05, 2008 9:58 pm

Re: Failed to start the session, not starting install

Post by Webdongle » Fri Sep 17, 2021 12:53 am

http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 4:37 am

Is SaveSession_Path writable on the server?

Please post your FPA.

frighten
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 178
Joined: Tue Sep 19, 2006 1:16 pm
Location: Stockholm

Re: Failed to start the session, not starting install

Post by frighten » Fri Sep 17, 2021 5:48 am

Thanks for the replies. Here comes the FPA. I read that DB credentials are missing... but I do not even get to the step in the installation process to add the credentials. Otherwise there is a DB waiting to be used :-)

Forum Post Assistant (v1.6.2) : 17-Sep-2021 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 4.0.3-Stable (Furaha) 12-September-2021
Joomla! Configured :: Not Found

Host Configuration :: OS: FreeBSD | OS Version: 13.0-RELEASE-p4 | Technology: amd64 | Web Server: Apache/2.4.48 (FreeBSD) mpm-itk/2.4.7-04 PHP/7.4.23 | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 41898.24 GiB |

PHP Configuration :: Version: 7.4.23 | PHP API: apache2handler | Session Path Writable: No | Display Errors: | Error Reporting: 22517 | Log Errors To: | Last Known Error: | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 200M | Max. POST Size: 200M | Max. Input Time: -1 | Max. Execution Time: 180 | Memory Limit: 256M

Database Configuration :: Database Credentials incomplete or not available Nothing to display.
Missing credentials detected: Connection Type missing | Database Name missing |MySQL Host missing | Table Prefix missing | Database Username missing | Database Password missing |User Privileges : Unknown
Detailed Environment :: wrote:PHP Extensions :: Core (7.4.23) | date (7.4.23) | libxml (7.4.23) | pcre (7.4.23) | hash (7.4.23) | Reflection (7.4.23) | SPL (7.4.23) | session (7.4.23) | standard (7.4.23) | apache2handler (7.4.23) | mysqlnd (mysqlnd 7.4.23) | bcmath (7.4.23) | calendar (7.4.23) | ctype (7.4.23) | curl (7.4.23) | dom (20031129) | mbstring (7.4.23) | fileinfo (7.4.23) | filter (7.4.23) | ftp (7.4.23) | gd (7.4.23) | gettext (7.4.23) | iconv (7.4.23) | imagick (3.4.4) | intl (7.4.23) | json (7.4.23) | exif (7.4.23) | mysqli (7.4.23) | openssl (7.4.23) | PDO (7.4.23) | zlib (7.4.23) | posix (7.4.23) | SimpleXML (7.4.23) | soap (7.4.23) | sodium (7.4.23) | tidy (7.4.23) | tokenizer (7.4.23) | xml (7.4.23) | xmlwriter (7.4.23) | zip (1.15.6) | Phar (7.4.23) | imap (7.4.23) | pdo_mysql (7.4.23) | redis (5.3.2) | xmlreader (7.4.23) | xsl (7.4.23) | Zend OPcache (7.4.23) | Zend Engine (3.4.0) |
Potential Missing Extensions ::

Switch User Environment :: PHP CGI: No | Server SU: No | PHP SU: No | Potential Ownership Issues: No

Apache Modules :: core | mod_so | http_core | mod_alias | mod_unixd | mod_auth_basic | mod_auth_digest | mod_authn_core | mod_authn_file | mod_authn_anon | mod_authz_core | mod_authz_groupfile | mod_authz_host | mod_authz_user | mod_autoindex | mod_cgi | mod_deflate | mod_dir | mod_env | mod_expires | mod_headers | mod_include | mod_info | mod_log_config | mod_log_forensic | mod_mime_magic | mod_mime | mod_negotiation | mod_rewrite | mod_setenvif | mod_status | mod_unique_id | mod_version | mod_logio | prefork | mpm_itk | mod_php7 | mod_remoteip | Apache/2.4.48 (FreeBSD) mpm-itk/2.4.7-04 PHP/7.4.23 |
Potential Missing Modules :: mod_security | mod_evasive | mod_dosevasive | mod_ssl | mod_qos | mod_userdir |
Folder Permissions :: wrote:Core Folders :: images/ (750) | components/ (750) | modules/ (750) | plugins/ (750) | language/ (750) | templates/ (750) | cache/ (750) | logs/ (---) | tmp/ (750) | administrator/components/ (750) | administrator/modules/ (750) | administrator/language/ (750) | administrator/templates/ (750) | administrator/logs/ (750) |

Elevated Permissions (First 10) ::
Extensions Discovered :: wrote:Components :: Site ::
Core ::
3rd Party::

Components :: Admin ::
Core :: com_actionlogs (3.9.0) ? | com_admin (4.0.0) ? | com_ajax (4.0.0) ? | com_associations (4.0.0) ? | com_banners (4.0.0) ? | com_cache (4.0.0) ? | com_categories (4.0.0) ? | com_checkin (4.0.0) ? | com_config (4.0.0) ? | com_content (4.0.0) ? | com_contenthistory (4.0.0) ? | com_cpanel (4.0.0) ? | com_fields (4.0.0) ? | com_finder (4.0.0) ? | com_installer (4.0.0) ? | com_joomlaupdate (4.0.2) ? | com_languages (4.0.0) ? | com_login (4.0.0) ? | com_mails (4.0.0) ? | com_media (3.0.0) ? | com_menus (4.0.0) ? | com_messages (4.0.0) ? | com_modules (4.0.0) ? | com_newsfeeds (4.0.0) ? | com_plugins (4.0.0) ? | com_postinstall (4.0.0) ? | com_privacy (3.9.0) ? | com_redirect (4.0.0) ? | com_tags (4.0.0) ? | com_templates (4.0.0) ? | com_users (4.0.0) ? | com_workflow (4.0.0) ? | com_wrapper (4.0.0) ? |
3rd Party::

Modules :: Site ::
Core :: mod_articles_archive (3.0.0) ? | mod_articles_categories (3.0.0) ? | mod_articles_category (3.0.0) ? | mod_articles_latest (3.0.0) ? | mod_articles_news (3.0.0) ? | mod_articles_popular (3.0.0) ? | mod_banners (3.0.0) ? | mod_breadcrumbs (3.0.0) ? | mod_custom (3.0.0) ? | mod_feed (3.0.0) ? | mod_finder (3.0.0) ? | mod_footer (3.0.0) ? | mod_languages (3.5.0) ? | mod_login (3.0.0) ? | mod_menu (3.0.0) ? | mod_random_image (3.0.0) ? | mod_related_items (3.0.0) ? | mod_stats (3.0.0) ? | mod_syndicate (3.0.0) ? | mod_tags_popular (3.1.0) ? | mod_tags_similar (3.1.0) ? | mod_users_latest (3.0.0) ? | mod_whosonline (3.0.0) ? | mod_wrapper (3.0.0) ? |
3rd Party::

Modules :: Admin ::
Core :: mod_custom (3.0.0) ? | mod_feed (3.0.0) ? | mod_frontend (4.0.0) ? | mod_latest (3.0.0) ? | mod_latestactions (3.9.0) ? | mod_logged (3.0.0) ? | mod_login (3.0.0) ? | mod_loginsupport (4.0.0) ? | mod_menu (3.0.0) ? | mod_messages (4.0.0) ? | mod_multilangstatus (3.0.0) ? | mod_popular (3.0.0) ? | mod_post_installation_messages (4.0.0) ? | mod_privacy_dashboard (3.9.0) ? | mod_privacy_status (4.0.0) ? | mod_quickicon (3.0.0) ? | mod_sampledata (3.8.0) ? | mod_stats_admin (3.0.0) ? | mod_submenu (3.0.0) ? | mod_title (3.0.0) ? | mod_toolbar (3.0.0) ? | mod_user (4.0.0) ? | mod_version (3.0.0) ? |
3rd Party::

Libraries ::
Core ::
3rd Party::

Plugins ::
Core :: plg_actionlog_joomla (3.9.0) ? | plg_api-authentication_basic (4.0.0) ? | plg_api-authentication_token (4.0.0) ? | plg_authentication_cookie (3.0.0) ? | plg_authentication_joomla (3.0.0) ? | plg_authentication_ldap (3.0.0) ? | plg_behaviour_taggable (4.0.0) ? | plg_behaviour_versionable (4.0.0) ? | plg_captcha_recaptcha (3.4.0) ? | plg_content_confirmconsent (3.9.0) ? | plg_content_emailcloak (3.0.0) ? | plg_content_fields (3.7.0) ? | plg_content_finder (3.0.0) ? | plg_content_joomla (3.0.0) ? | plg_content_loadmodule (3.0.0) ? | plg_content_pagebreak (3.0.0) ? | plg_content_pagenavigation (3.0.0) ? | plg_content_vote (3.0.0) ? | plg_editors-xtd_article (3.0.0) ? | plg_editors-xtd_fields (3.7.0) ? | plg_editors-xtd_image (3.0.0) ? | plg_editors-xtd_menu (3.7.0) ? | plg_editors-xtd_module (3.5.0) ? | plg_editors-xtd_pagebreak (3.0.0) ? | plg_editors-xtd_readmore (3.0.0) ? | plg_extension_finder (4.0.0) ? | plg_extension_joomla (3.0.0) ? | plg_extension_namespacemap (4.0.0) ? | plg_fields_calendar (3.7.0) ? | plg_fields_checkboxes (3.7.0) ? | plg_fields_color (3.7.0) ? | plg_fields_editor (3.7.0) ? | plg_fields_imagelist (3.7.0) ? | plg_fields_integer (3.7.0) ? | plg_fields_list (3.7.0) ? | plg_fields_media (3.7.0) ? | plg_fields_radio (3.7.0) ? | plg_fields_sql (3.7.0) ? | plg_fields_subform (4.0.0) ? | plg_fields_text (3.7.0) ? | plg_fields_textarea (3.7.0) ? | plg_fields_url (3.7.0) ? | plg_fields_user (3.7.0) ? | plg_fields_usergrouplist (3.7.0) ? | plg_filesystem_local (4.0.0) ? | plg_finder_categories (3.0.0) ? | plg_finder_contacts (3.0.0) ? | plg_finder_content (3.0.0) ? | plg_finder_newsfeeds (3.0.0) ? | plg_finder_tags (3.0.0) ? | plg_installer_folderinstaller (3.6.0) ? | plg_installer_override (4.0.0) ? | plg_installer_packageinstaller (3.6.0) ? | plg_installer_urlinstaller (3.6.0) ? | plg_installer_webinstaller (4.0.0) ? | plg_media-action_crop (4.0.0) ? | plg_media-action_resize (4.0.0) ? | plg_media-action_rotate (4.0.0) ? | plg_privacy_actionlogs (3.9.0) ? | plg_privacy_consents (3.9.0) ? | plg_privacy_content (3.9.0) ? | plg_privacy_message (3.9.0) ? | plg_privacy_user (3.9.0) ? | plg_quickicon_downloadkey (4.0.0) ? | plg_quickicon_extensionupdate (3.0.0) ? | plg_quickicon_joomlaupdate (3.0.0) ? | plg_quickicon_overridecheck (4.0.0) ? | plg_quickicon_phpversioncheck (3.7.0) ? | plg_quickicon_privacycheck (3.9.0) ? | plg_sampledata_multilang (4.0.0) ? | plg_system_accessibility (4.0.0) ? | plg_system_actionlogs (3.9.0) ? | plg_system_cache (3.0.0) ? | plg_system_debug (3.0.0) ? | plg_system_fields (3.7.0) ? | plg_system_highlight (3.0.0) ? | plg_system_httpheaders (4.0.0) ? | plg_system_languagecode (3.0.0) ? | plg_system_languagefilter (3.0.0) ? | plg_system_log (3.0.0) ? | plg_system_logout (3.0.0) ? | plg_system_logrotation (3.9.0) ? | plg_system_privacyconsent (3.9.0) ? | plg_system_redirect (3.0.0) ? | plg_system_remember (3.0.0) ? | plg_system_sef (3.0.0) ? | plg_system_skipto (4.0.0) ? | plg_system_stats (3.5.0) ? | plg_system_updatenotification (3.5.0) ? | plg_system_webauthn (4.0.0) ? | plg_twofactorauth_totp (3.2.0) ? | plg_twofactorauth_yubikey (3.2.0) ? | plg_user_contactcreator (3.0.0) ? | plg_user_joomla (3.0.0) ? | plg_user_profile (3.0.0) ? | plg_user_terms (3.9.0) ? | plg_user_token (3.9.0) ? | plg_webservices_banners (4.0.0) ? | plg_webservices_config (4.0.0) ? | plg_webservices_content (4.0.0) ? | plg_webservices_installer (4.0.0) ? | plg_webservices_languages (4.0.0) ? | plg_webservices_menus (4.0.0) ? | plg_webservices_messages (4.0.0) ? | plg_webservices_modules (4.0.0) ? | plg_webservices_newsfeeds (4.0.0) ? | plg_webservices_plugins (4.0.0) ? | plg_webservices_privacy (4.0.0) ? | plg_webservices_redirect (4.0.0) ? | plg_webservices_tags (4.0.0) ? | plg_webservices_templates (4.0.0) ? | plg_webservices_users (4.0.0) ? | plg_workflow_featuring (4.0.0) ? | plg_workflow_notification (4.0.0) ? | plg_workflow_publishing (4.0.0) ? |
3rd Party:: plg_editors_codemirror (5.62.2) ? | plg_editors_tinymce (5.8.2) ? |
Templates Discovered :: wrote:Templates :: Site :: cassiopeia (1.0) ? |
Templates :: Admin :: atum (1.0) ? |

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 6:09 am

This is your problem:

Session Path Writable: No

It must be fixed at the server.

frighten
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 178
Joined: Tue Sep 19, 2006 1:16 pm
Location: Stockholm

Re: Failed to start the session, not starting install

Post by frighten » Fri Sep 17, 2021 7:01 am

Hi

Yes, I saw that. Thanks.
But how could it be that a freshly unzipped and uploaded 3.9.22 package works perfectly, but a freshly unzipped and uploaded to the very same server and space version 4.0.X does not work and get this error?
Are the two versions different in regards of Session path or the issue causing this?

I did previously try J4.X locally using WAMP. It worked, so yes, I guess it is something with the environment. But there also must be something different between the two Joomla versions since the server at the web hosting company behaves this way.

Cheers,

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 7:34 am

In 3.x you may have set Session Handler to 'database' instead of PHP. For PHP 7.0 and higher, PHP is the recommended session handler.

djcaptpln880
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 215
Joined: Mon Jul 26, 2021 9:32 am

Re: Failed to start the session, not starting install

Post by djcaptpln880 » Fri Sep 17, 2021 1:19 pm

Am I right in assuming MAYBE it is too soon to install Joomla 4? Should I wait until more versions come out?

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 2:29 pm

That will not fix it as long as the fault is on your server. You have to fix the server. Contact your host.

frighten
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 178
Joined: Tue Sep 19, 2006 1:16 pm
Location: Stockholm

Re: Failed to start the session, not starting install

Post by frighten » Fri Sep 17, 2021 2:33 pm

In 3.x you may have set Session Handler to 'database' instead of PHP. For PHP 7.0 and higher, PHP is the recommended session handler.
I have been using PHP7.x since it was offered, so based on what you are saying default handler for Joomla prior to J4 was Database? And Now default is PHP for J4? Or do I misunderstand? If this is the case, can I change the handler to Database in Joomla, or maybe that is not an option?

No matter the above, in this case we do not even reach the step where I put in the DB credentials. So DB handler or not... I am confused.

Again repeating, All previous versions to Joomla 4 that I have had (and that is most likely all versions since Joomla 1.0 and even Mambo before that, have worked on this web host. I have some other Joomla 3.9.x sites currently running on the same host with the same server config.

If the issue is Session Path, I will not be able to change it since it is done from php.ini and the web host will not let me do it... Am I really the only one around here having this issue with the long-awaited Joomla 4?

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 2:44 pm

Let your host fix it. If they refuse, change host.

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Failed to start the session, not starting "install" (?)

Post by sozzled » Fri Sep 17, 2021 6:06 pm

In J! 3.x and J! 4, the default setting for session handler is "Database".

In J! 3.x you can change the the session handler to the alternative "PHP" setting (which we recommend for PHP 7) as @Per mentioned.

In J! 4 the alternative setting is labelled "Filesystem" which does the same thing.

The default "Database" value may work but I would not recommend it. It's the first thing I change after I install a new J! website! ;)

But this discussion about the recommended setting for session handler would seem to be irrelevant if you cannot even start "the install" as the subject of this topic indicates. The title of this topic sounds wrong to me; I think the topic subject should say "Cannot login to new J! website: failed to start session" ???

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30940
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Failed to start the session, not starting install

Post by Per Yngve Berg » Fri Sep 17, 2021 6:33 pm

Even if the session is set to database, a small php session is still created with the user data in the database. It has been that way since 3.9.


Locked

Return to “Installation Joomla! 4.x”