Save deletes formatting and pictures - Joomla! Forum - community, help and support
i built site @ renacercob.org/renacer using joomla 1.5.15. build went well. yesterday, attempted update picture on front page. inserted picture visible when inserted, disappeared when attempted save. can insert text, cannot add formatting.
i have tried using tinymce , no editor. each time try save, formatting have added removed. (including code added insert picture). disabled , re-enabled tinymce same results. tried used jce. when select article, blank screen.
i'm feeling frustrated joomla. have thoughts or suggestions?
i have tried using tinymce , no editor. each time try save, formatting have added removed. (including code added insert picture). disabled , re-enabled tinymce same results. tried used jce. when select article, blank screen.
i'm feeling frustrated joomla. have thoughts or suggestions?
make sure folder , file permissions correct.
--------------------------------------------------------
resetting permissions
turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again.
you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
--------------------------------------------------------
resetting permissions
turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again.
you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Comments
Post a Comment