Page 1 of 1
[Solved] Saving problem
Posted: Wed Mar 24, 2010 7:55 pm
by tiitremmel
hi.I'm running CMS Made Simple 1.7. I'm using PHP 5.0.21. i'm using a module that i've created with CTlmodulemaker.
When i edit some existing item and trying to submit/save or apply it says "There is already an element bearing that name." i was unable to debug it. any suggestions?
thank you
Re: Saving problem
Posted: Wed Mar 24, 2010 8:14 pm
by Dr.CSS
You may want to read this a little closer, 1.7 doesn't support PHP5.0.21...
Re: Saving problem
Posted: Thu Mar 25, 2010 5:27 am
by tiitremmel
Thanks for so fast reply. I've try to use the same module with cmsm version 1.6.7 and same story. i also tryed to upgrade the php to 5.2.11. maybe you can tell me what order does a module save or apply things? maybe i can debug it?
thank you
Re: Saving problem
Posted: Thu Mar 25, 2010 5:50 am
by tiitremmel
Hello again.
I've just solved the problem! it was very simple thing. in adminpanel.tpl there was at the begining of the document and at the end. when i removed these everything works again. So for total if someone ever have same problem try to find some not nessesary element in tpl's.