[Mapbender-users] MB 2.7.x: Can't save wms application settings
lukas.bollack
lukas.bollack at naturnetz.ch
Mon Jan 11 04:05:17 PST 2016
Hi Armin
Thanks a lot, this was very helpful. I edited my php-ini to
max_input_vars=6000 and now I can save the wms-settings :)
As to setting curl as the connection method, I read the corresponding part
of the mapbender installation guide but I'm not 100% sure what I'm supposed
to do. I understand I have to edit my mapbender.conf-file.
I think I have to change this:
---------------------------------------
#define("CONNECTION", "curl");
define("CONNECTION", "http");
#define("CONNECTION", "socket");
---------------------------------------
to this:
---------------------------------------
define("CONNECTION", "curl");
#define("CONNECTION", "http");
#define("CONNECTION", "socket");
---------------------------------------
but then there's this part:
---------------------------------------
define("CONNECTION_PROXY", "<ip>");
define("CONNECTION_PORT", "<port>");
define("CONNECTION_USER", "<user>");
define("CONNECTION_PASSWORD", "<password>");
---------------------------------------
Do I have to make changes here as well?
Thanks
Lukas
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/MB-2-7-x-Can-t-save-wms-application-settings-tp5244512p5244532.html
Sent from the mapbender-users mailing list archive at Nabble.com.
More information about the Mapbender_users
mailing list