Error when installing FormBuilder

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
tswpn

Error when installing FormBuilder

Post 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?
SilverXp

Re: Error when installing FormBuilder

Post 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.
tswpn

Re: Error when installing FormBuilder

Post 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!
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Error when installing FormBuilder

Post by Greg »

The modules directory (folder) needs to be writable. chgmod 777
LINK to help
Greg
tswpn

Re: Error when installing FormBuilder

Post by tswpn »

Greg wrote: The modules directory (folder) needs to be writable. chgmod 777
LINK to help
It is.
Locked

Return to “CMSMS Core”