joomla-cms icon indicating copy to clipboard operation
joomla-cms copied to clipboard

PHP Requirements for Joomla 5

Open sdrawdenek opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Fresh install of Joomla 5 on server throws Error 500 unless following PHP Moddule is selected:

nd_mysql

This is the case for Joomla 5 when using PHP 8.1 or 8.2

Describe the solution you'd like

Add nd_mysql to the list under More Information for Joomla! 5 at:

https://manual.joomla.org/docs/next/get-started/technical-requirements/

List currently reads:

Modules: json, simplexml, dom, gd, mysqlnd or pgsql

Should it read:

Modules: json, simplexml, dom, gd, nd_mysqli, mysqlnd or pgsql

Additional context

Only observed the above on server run my one UK hosting provider

sdrawdenek avatar Feb 25 '24 16:02 sdrawdenek

Correction:

nd_mysql

should read

nd_mysqli

sdrawdenek avatar Feb 25 '24 16:02 sdrawdenek

please do it yourself https://github.com/joomla/Manual

alikon avatar Mar 04 '24 07:03 alikon

Reported to https://github.com/joomla/Manual/issues/230

Quy avatar Mar 04 '24 18:03 Quy