Page 1 of 1
Error when installing FormBuilder
Posted: Sat Sep 09, 2006 7:40 am
by tswpn
I am using CMSMS 1.0beta6 and when I try to upload the xml file via the admin panel I get this error:
Could not create a file (permissions problem?) /home/tswpnth/public_html/modules/FormBuilder/templates/RenderFormTableTitleTop.tpl (Troubleshooting)
Can anyone help me with this?
Re: Error when installing FormBuilder
Posted: Sun Sep 10, 2006 2:01 pm
by SilverXp
I guess you have to give that file the right permissions.
When you want to upload something, you have to chmod the file to 777 (Writeable).
After you done that you can chmod the file back to 644.
That was my problem too when I wanted to upload an image.
Re: Error when installing FormBuilder
Posted: Sun Sep 10, 2006 2:26 pm
by tswpn
SilverXplosion wrote:
I guess you have to give that file the right permissions.
When you want to upload something, you have to chmod the file to 777 (Writeable).
After you done that you can chmod the file back to 644.
That was my problem too when I wanted to upload an image.
I don't think you get what I mean.
To install a module with just an XML file, you need to upload it via the admin, and it automatically gets the information from the XML file and makes other files from this one file. It should work, but it isn't. Help!
Re: Error when installing FormBuilder
Posted: Sun Sep 10, 2006 2:49 pm
by Greg
The modules directory (folder) needs to be writable. chgmod 777
LINK to help
Re: Error when installing FormBuilder
Posted: Sun Sep 10, 2006 2:56 pm
by tswpn
Greg wrote:
The modules directory (folder) needs to be writable. chgmod 777
LINK to help
It is.