Install PHP 7.x
Install Joomla 3.7.x
Install PostgreSQL 9.5.x
Try to install ANY template for Joomla 3.x
Template is installed
Error Message:
ERROR: null value in column "system_data" violates not-null constraint...
php 7.x
PostgreSQL 9.5.4
Joomla 3.7.0
It is easy to fix, just edit libraries/cms/installer/adapter/template.php
search for "storeExtension" method and then search for "$this->extension->custom_data = '';" line. After that and before closed brace, add:
$this->extension->system_data = '';
Priority | Critical | ⇒ | Medium |
Status | New | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-17 14:28:05 |
Closed_By | ⇒ | brianteeman |
Closed as we have a pr for testing. Thanks
Done!
This is the first time I use Github, but I think I did it ok
please can you submit a pull request with this change