[Mapbender-users] app_dev.php is not opening
naresh
naresh_n at nrsc.gov.in
Thu Apr 23 02:18:57 PDT 2015
Dear ALL,
I have installed Mapbender3.0.4.1 on windows xp machine. I have
followed the steps given in
http://doc.mapbender3.org/en/book/installation.html#installation-example-for-windows.
When i am visiting the link http://localhost/mapbender/app_dev.php ->
the page is not showing it is keep on loading. How to run/open the
application.
The following info may be helpful to understand the issue
1. http://localhost/mapbender3/config.php showing the following message.
Your configuration looks good to run Symfony.
* Configure your Symfony Application online
<http://localhost/mapbender3/app_dev.php/_configurator/>
* Bypass configuration and go to the Welcome page
<http://localhost/mapbender3/app_dev.php/>
Even if we click on above hyper links the page was not loading.
2. while executing the command php.exe app/console init:acl it is shown
the message Aborting: The table with name 'postgres:acl_classes' already
exists
3. Attached parameter.yml and config.yml file. ( where i have changed
the paramers).
Please give suggestion/advise how to fix the issue and explore further
map bender option
Thanks&Regards,
Naresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapbender_users/attachments/20150423/70074188/attachment.html>
-------------- next part --------------
imports:
- { resource: parameters.yml }
- { resource: security.yml }
framework:
#esi: ~
translator: { fallback: %fallback_locale% }
secret: %secret%
router:
resource: "%kernel.root_dir%/config/routing.yml"
strict_requirements: %kernel.debug%
form: true
csrf_protection: true
validation: { enable_annotations: true }
templating: { engines: ['twig'] } #assets_version: SomeVersionScheme
default_locale: %locale%
session:
cookie_httponly: true
cookie_secure: %cookie_secure%
cookie_lifetime: %cookie_lifetime%
# Twig Configuration
twig:
debug: %kernel.debug%
strict_variables: %kernel.debug%
globals:
fom: %fom%
form:
resources:
- 'FOMCoreBundle:Form:fields.html.twig'
# Assetic Configuration
assetic:
debug: %kernel.debug%
use_controller: true
ruby: %ruby_path%
filters:
cssrewrite: ~
sass: ~
compass:
bin: %compass_path%
no_line_comments: true
style: compressed
load_paths:
- "%kernel.root_dir%/../mapbender/src/Mapbender/CoreBundle/Resources/public/sass"
# Doctrine Configuration
doctrine:
dbal:
driver: %database_driver%
host: %database_host%
port: %database_port%
dbname: %database_name%
path: %database_path%
user: %database_user%
password: %database_password%
charset: UTF8
orm:
auto_generate_proxy_classes: %kernel.debug%
auto_mapping: true
# Swiftmailer Configuration
swiftmailer:
transport: %mailer_transport%
host: %mailer_host%
username: %mailer_user%
password: %mailer_password%
spool: { type: memory }
# FOM Manager Configuration
fom_manager:
route_prefix: /manager
# FOM User Configuration
fom_user:
selfregister: false
reset_password: true
max_registration_time: 1
max_reset_time: 1
mail_from_address: wizard at oz.net
mail_from_name: Wizard of Oz
profile_entity: FOM\UserBundle\Entity\BasicProfile
profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType
profile_template: FOMUserBundle:User:basic_profile.html.twig
self_registration_groups:
- Self Registered
- Demo Group
# OWSProxy Configuration
ows_proxy3_core:
logging: true
obfuscate_client_ip: true
proxy:
host: 172.16.0.11
port: 8080
connecttimeout: 60
timeout: 90
user:naresh
password:bhuvan
# noproxy:
# - host_a
# - host_b
# Mapbender Configuration
mapbender_core:
sass_assets: false
-------------- next part --------------
parameters:
database_driver: pdo_pgsql
database_host: localhost
database_port: 5432
database_name: mapbender
database_path:
database_user: postgres
database_password: bhuvan
mailer_transport: smtp
mailer_host: localhost
mailer_user:
mailer_password: ~
# locale en, de, it, es are available
fallback_locale: en
locale: en
secret: ThisTokenIsNotSoSecretChangeIt
fom:
server_name: Mapbender3
server_version: 3.0.4.1
server_logo: bundles/mapbendercore/image/logo_mb3.png
# framework : http://symfony.com/doc/2.1/reference/configuration/framework.html#cookie-lifetime
cookie_secure: false
cookie_lifetime: 3600
# activate sass_assets and define the compass_path, ruby_path, if you want to work with compass and edit sass files
# if not leave sass_assets: false
sass_assets: false
compass_path: ~
ruby_path: ~
More information about the Mapbender_users
mailing list