By sugitha on
Hi ,
I recently hosted my website in freehostia. I am using Drupal 6.10. I found that the modules in sites/all/modules are not working in my hosted website. They appear in my admin/build/modules example FCKeditor but they dont seem to work as they did in my localhost. Please someone help.
Thanks
Comments
Can you give an example of
Can you give an example of something which a module doesn't do? This is the only way to identify the problem.
Modules in sites/all/modules not working after hosting
The example of something that does not work is as I mentioned is FCKeditor ..FCKeditor is not seen in the content -page -body part. I did have fckeditor in my localhost.
Another example can be flash node module...this too is not working in the hosted site.
I think the installed modules in sites/all/modules folder is not recognized in the hosted site ..what should I change to get it recognized?( I have all files FTP in my hosted site)
I get the modules in admin/build/module and I did "save configuration" still no effect on the modules.
Is this a problem with php version of the freehostia site?
I am using freehostia.
examplesewahouston.freehostia.com
Thanks
fckeditor
I have uploaded fck editor and had files missing. and it won't work if files are missing. That one module is a big bite with a large folder tree.. I have had to go through each folder in fckeditor and check to make sure all the files were there.
Maybe try..
A. disable FCK at /admin/build/modules and then delete the directory sites/all/modules/kfc. Upload a new .tar.gz packed version to sites/all/modules. Use cPanel>Files>pathtoallmodules. R-click on the packed file and select unpack. Back to /admin/etc and re-enable the module. If not working, could try ...
B. archive with .zip or .tar.gz the entire local drupal directory and upload and then unpack it after deleting the whole remote directory. That could solve possible missing or bad files.
C. maybe try a very simple new module and unpacked it in sites/all/modules and enable it to test if the 'all' folder is usable at all.
good luck!
.
Did u get this working? If so, what was the trouble?