git clone https://github.com/joomla/joomla-cms.git
git checkout 3.5-dev
Try the install process.
Joomla Installs
Once you get to the last page, and click install, this error comes up resulting in the install failing.
```ERROR: relation "#__redirect_links" does not existSQL=CREATE INDEX "#__redirect_links_idx_link_modifed" ON "#__redirect_links" ("modified_date")
ERROR: relation "#__redirect_links" does not existSQL=CREATE INDEX "#__redirect_links_idx_old_url" ON "#__redirect_links" ("old_url")
ERROR: syntax error at or near ")" LINE 13: ) ^SQL=CREATE TABLE "#__redirect_links" ( "id" serial NOT NULL, "old_url" varchar(2048) NOT NULL, "new_url" varchar(2048), "referer" varchar(2048) NOT NULL, "comment" varchar(255) NOT NULL, "hits" bigint DEFAULT 0 NOT NULL, "published" smallint NOT NULL, "created_date" timestamp without time zone DEFAULT '1970-01-01 00:00:00' NOT NULL, "modified_date" timestamp without time zone DEFAULT '1970-01-01 00:00:00' NOT NULL, "header" INTEGER DEFAULT 301 NOT NULL, PRIMARY KEY ("id"), )```
Ubuntu 14.04
nginx 1.9.12
PHP 7.0.3
PostgreSQL 9.5.1
Very much a SQL problem.
I will be able to help on this if needed
On 3 Mar 2016 1:06 pm, "Richard Fath" notifications@github.com wrote:
My fault, came with PR #9269
#9269I will see what I can find out, but help by anyone who has experience with
PostgreSQL would be very welcome.
This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/9292
https://issues.joomla.org/tracker/joomla-cms/9292.—
Reply to this email directly or view it on GitHub
#9292 (comment).
I'll follow along, I plan on using PostgreSQL in production at version 9.5.x.
Just waiting for the CI tests to be done.
Done now
Yep, it's good! Successfully installed using PostgreSQL 9.5.1 on PHP 7.0.3.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-03 13:00:32 |
Closed_By | ⇒ | Dygear |
@Dygear Could you mark your test result as success then at the issue tracker? Just go to https://issues.joomla.org/tracker/joomla-cms/9294, click the "Test this" button at the to left area and then select the test result. Thanks.
Done.
Labels |
Added:
?
|
My fault, came with PR #9269
I will see what I can find out, but help by anyone who has experience with PostgreSQL would be very welcome.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9292.