Hi,
i've a strange problem using sfSimpleCMS plugin.
i use both sfSimpleCMS and sfSimpleCMSAdmin modules and everything works
well in dev environment.
When i switch in prod environment slot editing doesn't work. In particular
when i click tu the update button,
nothing happens.
In the html code generated by the prod environment i found:
<form class...
onsubmit="new Ajax.Updater('slot_1', '/index.php/sfSimpleCMS/updateSlot',
..."... action="/index.php/sfSimpleCMS/updateSlot" ..>
but in dev environment the html generated is different:
<form class...
onsubmit="new Ajax.Updater('slot_1', '/sfSimpleCMS/updateSlot', ..."...
action="/sfSimpleCMS/updateSlot" ..>
How can i resolve this problem?
Thanks
M.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---