install plugin which creates sql-table
Install should works succesfully as it installs successfully with joomla 3.10.1
get istaller error
Warning
JInstaller: :Install: SQL File not found C:\myjoomla4\plugins/system/jphp/sql/jphp.install.sql
Extension installation aborted
defined sql-install:
<install>
<sql>
<file driver="mysqli" charset="utf8">sql/jphp.install.sql</file>
</sql>
</install>
Install process finishes succsessfull if "driver" is ommitted - but then sql-tabel is not installed.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-30 13:45:39 |
Closed_By | ⇒ | chmst |
Thanks for reporting the solution. So I close the issue for now.
hi,
found the problem joomla4 neesds a "
<folder>sql</folder>
" otherwise it fails to find the sql install files