Fw: Re: GUIs in mapbender 2.6 after login not shown

3 messages Options
Embed this post
Permalink
Bertil Miller

Fw: Re: GUIs in mapbender 2.6 after login not shown

Reply Threaded More More options
Print post
Permalink
I am on a windows system:

I use from the windows menu:
psql to 'postgres'
(PostgreSQL interactive terminal connected to the postgres database)

then this prompt shows up:
Welcome to psql 8.3.8, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit

Warning: Console code page (437) differs from Windows code page (1252)
         8-bit characters might not work correctly. See psql reference
         page "Notes for Windows users" for details.
postgres# GRANT ALL ON mapbender TO postgres;

still not what are the commands to be entered ???
or do I have to enter
GRANT ALL PRIVILEGES ON DATABASE mapbender TO postgres    ???

Please advive.

Thank you!

Best regards
Bird  
----- Original Message -----
From: "Norman Rauthe" <[hidden email]>
To: "Mapbender User List" <[hidden email]>
Subject: Re: [Mapbender-users] GUIs in mapbender 2.6 after login not shown
Date: Sun, 11 Oct 2009 20:26:12 +0200



--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze

Hi Bird,

we had the same problem. Probably your database user don't have enough
rights for some constraints. So try on your postgresql "GRANT ALL ON
databasename TO username".

Best

Norman

Bertil Miller schrieb:

> I have installed mapbender 2.6 as follows:
> -  postgresql 8.3.8
> -  php 5.3
> -  apache 2.2.12   (XAMPP Lite 1.7.2)
>
>
> mapbender.conf
>
> # Internationalization
>
> define("USE_I18N", false);  // requires gettext for PHP.
> // If "false", LANGUAGE is set to english
> define("LANGUAGE", "en");   // only available if USE_I18N is "true".
> // "en", "de", "bg", "gr", "nl", "hu","it", "es","fr","pt"
>
> mapbender_setup.php   no error, everything ok
> but when I log in I don't see any gui.
>
> with the same setting mapbender 2.5.2 I see all the gui's.
>
> Any hint and what else to I have to check?
>
> Rgds
> Bird
>
>  
_______________________________________________
Mapbender_users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapbender_users

_______________________________________________
Mapbender_users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapbender_users
Norman Rauthe

Re: Fw: Re: GUIs in mapbender 2.6 after login not shown

Reply Threaded More More options
Print post
Permalink
Hi Bertil,

you're right, you have to use GRANT ALL ON DATABASE mapbender TO userXY;


Bertil Miller schrieb:

> I am on a windows system:
>
> I use from the windows menu:
> psql to 'postgres'
> (PostgreSQL interactive terminal connected to the postgres database)
>
> then this prompt shows up:
> Welcome to psql 8.3.8, the PostgreSQL interactive terminal.
>
> Type:  \copyright for distribution terms
>        \h for help with SQL commands
>        \? for help with psql commands
>        \g or terminate with semicolon to execute query
>        \q to quit
>
> Warning: Console code page (437) differs from Windows code page (1252)
>          8-bit characters might not work correctly. See psql reference
>          page "Notes for Windows users" for details.
> postgres# GRANT ALL ON mapbender TO postgres;
>
> still not what are the commands to be entered ???
> or do I have to enter
> GRANT ALL PRIVILEGES ON DATABASE mapbender TO postgres    ???
>
> Please advive.
>
> Thank you!
>
> Best regards
> Bird  
> ----- Original Message -----
> From: "Norman Rauthe" <[hidden email]>
> To: "Mapbender User List" <[hidden email]>
> Subject: Re: [Mapbender-users] GUIs in mapbender 2.6 after login not shown
> Date: Sun, 11 Oct 2009 20:26:12 +0200
>
>  


_______________________________________________
Mapbender_users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapbender_users
Bertil Miller

Re: Fw: Re: GUIs in mapbender 2.6 after login not shown

Reply Threaded More More options
Print post
Permalink
In reply to this post by Bertil Miller
still no gui's.

Which version of postgresql are people running with mapbender 2.6 ?

May be all users run 8.1.x or 8.2.x ?

I think it might be a bug but we need to verify.

Rgds
Bird

> ----- Original Message -----
> From: "Norman Rauthe" <[hidden email]>
> To: "Mapbender User List" <[hidden email]>
> Subject: Re: Fw: Re: [Mapbender-users] GUIs in mapbender 2.6 after login not shown
> Date: Tue, 13 Oct 2009 14:31:19 +0200
>
>
> Hi Bertil,
>
> you're right, you have to use GRANT ALL ON DATABASE mapbender TO userXY;
>
>
> Bertil Miller schrieb:
> > I am on a windows system:
> >
> > I use from the windows menu:
> > psql to 'postgres'
> > (PostgreSQL interactive terminal connected to the postgres database)
> >
> > then this prompt shows up:
> > Welcome to psql 8.3.8, the PostgreSQL interactive terminal.
> >
> > Type:  \copyright for distribution terms
> >        \h for help with SQL commands
> >        \? for help with psql commands
> >        \g or terminate with semicolon to execute query
> >        \q to quit
> >
> > Warning: Console code page (437) differs from Windows code page (1252)
> >          8-bit characters might not work correctly. See psql reference
> >          page "Notes for Windows users" for details.
> > postgres# GRANT ALL ON mapbender TO postgres;
> >
> > still not what are the commands to be entered ???
> > or do I have to enter
> > GRANT ALL PRIVILEGES ON DATABASE mapbender TO postgres    ???
> >
> > Please advive.
> >
> > Thank you!
> >
> > Best regards
> > Bird  ----- Original Message -----
> > From: "Norman Rauthe" <[hidden email]>
> > To: "Mapbender User List" <[hidden email]>
> > Subject: Re: [Mapbender-users] GUIs in mapbender 2.6 after login not shown
> > Date: Sun, 11 Oct 2009 20:26:12 +0200
> >
> >
>
>
> _______________________________________________
> Mapbender_users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/mapbender_users

>


--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
_______________________________________________
Mapbender_users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/mapbender_users