Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql - error on pkg installation #73

Merged
merged 2 commits into from Jul 14, 2015

Conversation

alikon
Copy link
Contributor

@alikon alikon commented Jul 13, 2015

Steps to reproduce the issue

try to install on postgresql

Expected result

it install

Actual result

don't install

System information

Weblinks 3.4.1 Release Candidate 2
PostgreSQL 9.3.5
Joomla 3.4.4-dev

Additional comments

without the setting give an invalid timestamp for the category table

#### Steps to reproduce the issue
try to install on postgresql


#### Expected result
it install


#### Actual result
don't install 


#### System information (as much as possible)
Weblinks 3.4.1 Release Candidate 2
PostgreSQL 9.3.5
Joomla 3.4.4-dev

#### Additional comments
without the setting give an invalid timestamp for the category table
@@ -42,6 +42,7 @@ public function install($parent)
$category->params = '{"category_layout":"","image":""}';
$category->metadata = '{"author":"","robots":""}';
$category->language = '*';
$category->checked_out_time = JFactory::getDbo()->quote(JFactory::getDbo()->getNullDate());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't need to be quoted here, JTable should be managing that when the record is inserted.

@zero-24 zero-24 added this to the 3.4.1 milestone Jul 13, 2015
@zero-24 zero-24 added the bug label Jul 13, 2015
mbabker added a commit that referenced this pull request Jul 14, 2015
postgresql  - error on pkg installation
@mbabker mbabker merged commit e757e3b into joomla-extensions:master Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants