[Mapbender-users] Mapbender_users Digest, Vol 129, Issue 1

Nelson Lovestrom nelson at auracleremotesensing.com
Fri Aug 4 13:16:08 PDT 2017


So I made corrections within config.yml so now they are hardcoded as the
same values as in parameter.yml.
Now I get the Date.Time error when running doctrine:database:create. This
is despite having that defined in php.ini
code as written:

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Vancouver"




On Fri, Aug 4, 2017 at 12:00 PM, <mapbender_users-request at lists.osgeo.org>
wrote:

> Send Mapbender_users mailing list submissions to
>         mapbender_users at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.osgeo.org/mailman/listinfo/mapbender_users
> or, via email, send a message with subject or body 'help' to
>         mapbender_users-request at lists.osgeo.org
>
> You can reach the person managing the list at
>         mapbender_users-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Mapbender_users digest..."
>
>
> Today's Topics:
>
>    1. Installation issue Mapbender 3 (Nelson Lovestrom)
>    2. Re: Installation issue Mapbender 3 (Charlotte Toma)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 3 Aug 2017 13:20:14 -0700
> From: Nelson Lovestrom <nelson at auracleremotesensing.com>
> To: mapbender_users at lists.osgeo.org
> Subject: [Mapbender-users] Installation issue Mapbender 3
> Message-ID:
>         <CAFT3dytPVF95Q7uJkrkXfK4xKqHwg8vdNY9H34PQApVty8LrfQ at mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Having an issue with getting mapbender 3 up and running.
>
> I have Apache24 64 bit. and PHP 5.6 64 bit.
> I've configured both of those correctly to talk to each other.
> I've went through the steps to install mapbender3 as found here.
> https://doc.mapbender3.org/en/book/installation/installation_windows.html
>
> When I get to this part
>
> c:
> cd mapbender3
> php.exe app/console doctrine:database:create
> php.exe app/console doctrine:schema:create
> php.exe app/console assets:install web
> php.exe app/console fom:user:resetroot
> php.exe app/console doctrine:fixtures:load
> --fixtures=./mapbender/src/Mapbender/CoreBundle/DataFixtures/ORM/Epsg/
> --append
> php.exe app/console doctrine:fixtures:load
> --fixtures=./mapbender/src/Mapbender/CoreBundle/
> DataFixtures/ORM/Application/
> --append
>
> the first php.exe line throws a fatal error with the message 'You have
> requested a non-existent parameter "database_host".
>
> How do I fix this and get Mapbender running?
>
>
> --
> Nelson Lovestrom
> B.A., P.G. Dip.
> GIS Technician
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/mapbender_users/
> attachments/20170803/83a527af/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 4 Aug 2017 09:50:37 +0200
> From: Charlotte Toma <charlotte.toma at wheregroup.com>
> To: mapbender_users at lists.osgeo.org
> Subject: Re: [Mapbender-users] Installation issue Mapbender 3
> Message-ID: <5d112440-79cc-d142-d10d-d21baf401c7b at wheregroup.com>
> Content-Type: text/plain; charset="utf-8"
>
> Good morning,
>
> the "non-existent parameter" database_host is from the database
> definition in the parameters.yml (app/config). You propably defined a
> false value in the database connection in the config.yml
>
> parameters:
>     # database-connection "default"
>     database_driver:   pdo_pgsql
>     database_host:     localhost
>     database_port:     5432
>     database_name:     mapbender3
>     database_path:     ~
>     database_user:     postgres
>     database_password: postgres
>
> Documentation is here: https://doc.mapbender3.org/en/book/database.html
>
> --
> Mit freundlichen Grüßen
>
> Charlotte Toma
> GIS-Consultant
>
> ***********************************************************
> FOSS Academy Sommerschule 2017
> Aufbau von Geodateninfrastrukturen mit Open-Source-Software
> 11.-15. September 2017
> www.foss-academy.com/sommerschule
> ***********************************************************
>
>
>  Charlotte Toma
>  WhereGroup GmbH & Co.KG
>  Eifelstraße 7
>  53119 Bonn
>  Germany
>
>  Fon: +49(0)228 90 90 38 - 24
>  Fax: +49(0)228 90 90 38 - 11
>
>  charlotte.toma at wheregroup.com
>  www.wheregroup.com
>
>  Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com
>
> Amtsgericht Bonn, HRA 6788
> -------------------------------
> Komplementärin:
> WhereGroup Verwaltungs GmbH
> vertreten durch:
> Olaf Knopp, Peter Stamm
> -------------------------------
>
> Am 03.08.2017 um 22:20 schrieb Nelson Lovestrom:
> > Having an issue with getting mapbender 3 up and running.
> >
> > I have Apache24 64 bit. and PHP 5.6 64 bit.
> > I've configured both of those correctly to talk to each other.
> > I've went through the steps to install mapbender3 as found
> > here. https://doc.mapbender3.org/en/book/installation/
> installation_windows.html
> >
> > When I get to this part
> > c:
> > cd mapbender3
> > php.exe app/console doctrine:database:create
> > php.exe app/console doctrine:schema:create
> > php.exe app/console assets:install web
> > php.exe app/console fom:user:resetroot
> > php.exe app/console doctrine:fixtures:load --fixtures=./mapbender/src/
> Mapbender/CoreBundle/DataFixtures/ORM/Epsg/ --append
> > php.exe app/console doctrine:fixtures:load --fixtures=./mapbender/src/
> Mapbender/CoreBundle/DataFixtures/ORM/Application/ --append
> > the first php.exe line throws a fatal error with the message 'You have
> > requested a non-existent parameter "database_host".
> >
> > How do I fix this and get Mapbender running?
> >
> >
> > --
> > Nelson Lovestrom
> > B.A., P.G. Dip.
> > GIS Technician
> >
> >
> >
> > _______________________________________________
> > Mapbender_users mailing list
> > Mapbender_users at lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/mapbender_users
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/mapbender_users/
> attachments/20170804/2e526c82/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Mapbender_users mailing list
> Mapbender_users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapbender_users
>
> ------------------------------
>
> End of Mapbender_users Digest, Vol 129, Issue 1
> ***********************************************
>



-- 
Nelson Lovestrom
B.A., P.G. Dip.
GIS Technician
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapbender_users/attachments/20170804/f0315ba2/attachment.html>


More information about the Mapbender_users mailing list