Witam serdecznie,
mam problem z panelem administracyjnym. Konkretnie chodzi o to, że wszystko chodzi elegancko jeżeli używam wersji developerskiej. Natomiast jeżeli przełączę się na wersje produkcyjna [backend.php], to bez problemu zaloguję się do panelu, ale już w adresie z backend.php robi się backend_dev.php. Jeżeli zmienię ręcznie znowu na backend.php i wybiore którąś z pozycji menu przełącza mi się do modułu frontendu.
Prosze rzućcie jakąś radą bo siedzę nad tym cały dzień. :/
PS. czyszczę cache
to jest mój plik routingu z backendu
image:
class: sfDoctrineRouteCollection
options:
model: image
module: image
prefix_path: /image
column: id_image
with_wildcard_routes: true
reference:
class: sfDoctrineRouteCollection
options:
model: Reference
module: reference
prefix_path: /reference
column: id_reference
with_wildcard_routes: true
realization:
class: sfDoctrineRouteCollection
options:
model: Realization
module: realization
prefix_path: /realization
column: id_realizations
with_wildcard_routes: true
contact:
class: sfDoctrineRouteCollection
options:
model: Contact
module: contact
prefix_path: /contact
column: idContact
with_wildcard_routes: true
company:
class: sfDoctrineRouteCollection
options:
model: company
module: company
prefix_path: /company
column: id_company
with_wildcard_routes: true
# You can find more information about this file on the symfony website:
# <a href="http://www.symfony-project.org/reference/1_4/en/10-Routing" target="_blank">http://www.symfony-project.org/reference/1_4/en/10-Routing</a>
# default rules
homepage:
url: /
param: { module: administrator, action: index }
# generic rules
# please, remove them by adding more specific rules
default_index:
url: /:module
param: { action: index }
default:
url: /:module/:action/*