I have installed the Cataloger module via the module manager. I edited the item template and when I attempted to upload the new file and overwrite the original one I got a "you don't have permission" message from my Cute FTP program.
I'm assuming thre reason why I don't have permission is because the files were upped and installed by the module manager.
Is there a way to gain permissions to overwrite the template files or is it best to remove the cataloger module from the CMSMS admin interface and then reinstall it by downloading the cataloger and FTPing it back up to the modules files directory.
For access to editing module files in general is it best to avoid using the module manager to install the modules?
Thanks
[solved] Can't Edit Files
[solved] Can't Edit Files
Last edited by paradox on Mon Dec 10, 2007 9:24 pm, edited 1 time in total.
Re: Can't Edit Files
since your php runs as the webserver; the webserver user and not your hosting account user, owns the files.
the easy answer is..... edit the templates from the admin area; NOT via ftp. cataloger templates are editable via extensions -> cataloger.
this is not a 'problem' specific to cmsms, so please don't blame it.
under most circumstances, you should never have to edit files in ./modules unless you're modifying existing code. templates and settings are generally editable from the admin area. if you do need to upload a changed file or two and cannot via ftp because 'you' don't 'own' the files; try the filemanager in advanced mode before resorting to having your host chown the affected directories/files to your user (which would also require a chmod to 777/666 as well so cmsms can also write/maintain/uninstall the files).
the easy answer is..... edit the templates from the admin area; NOT via ftp. cataloger templates are editable via extensions -> cataloger.
this is not a 'problem' specific to cmsms, so please don't blame it.
under most circumstances, you should never have to edit files in ./modules unless you're modifying existing code. templates and settings are generally editable from the admin area. if you do need to upload a changed file or two and cannot via ftp because 'you' don't 'own' the files; try the filemanager in advanced mode before resorting to having your host chown the affected directories/files to your user (which would also require a chmod to 777/666 as well so cmsms can also write/maintain/uninstall the files).
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Can't Edit Files
Code: Select all
this is not a 'problem' specific to cmsms, so please don't blame it.
I consider this topic closed.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: [Solved] Can't Edit Files
Thanks a lot 
