[Mapbender-users] [function.import-request-variables]: No prefix
specified
Uli Rothstein
uli.rothstein at ccgis.de
Fri Sep 22 05:35:40 EDT 2006
Hello,
Karsten Vennemann schrieb:
> Hi all,
>
> I installed Mapbender 2.4 with Postgres 8.0/Postgis and php 5.0.5 on a
> Windows box. I checked the set-up with
> http://localhost/mapbender/tools/mapbender_setup.php at it seems to be
> fine. I can log into mapbender with root/root
> - however on the lower part of the login page (create new user) and on
> each additonal page when login in I get the error
> Notice: import_request_variables() [function.import-request-variables]:
> No prefix specified - possible security hazard in
> C:\web\mapbender\http\php\mod_createUser.php on line 21 or similar ones.
This is a notice - no error :-).
Please modify your php.ini, set:
error_reporting = E_ALL & ~E_NOTICE
Maybe it is enough to set ini_set('error_reporting', 'E_ALL & ~ E_NOTICE'); in
your mapbender.conf (section error_reporting -> uncomment it) to disable notices
only for this application.
>
> Could it be that my php.ini is not defined correctly ?
>
> Maybe the session access ?
> Also didn't know what the entry in php.ini
> session.save_path = (Path to SESSIONS-Directory). (Check authorisation!)
> Means - what is meant with authorization - write acess to the directory
> , something else ?
If you have not configured the session.save_path, php will use a default path.
But php needs write-access on the directory to save the session files.
best regards
uli
>
> Anybody ideas how to fix that?
> Couldn't find any hint in the archives :(
> Karsten
> Viele Gruesse aus Seattle
>
> Karsten Vennemann
> GIS Analyst
> CommEn Space
> The Community & Environment Spatial Analysis Center
> 1402 3RD Ave. Suite 1015
> Seattle, WA 98101
> 206 749 0112 (+Ext 33)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe at mapbender.osgeo.org
> For additional commands, e-mail: users-help at mapbender.osgeo.org
>
--
--------------------------------
Ulrich Rothstein
CCGIS GbR
Siemensstraße 8
53121 Bonn
GERMANY
--------------------------------
uli.rothstein at ccgis.de
www.ccgis.de
www.mapbender.org
--------------------------------
Zentrale: ++49 (0) 228 90826 0
Durchwahl: ++49 (0) 228 90826 17
Fax: ++49 (0) 228 90826 11
--------------------------------
More information about the Mapbender_users
mailing list