Hi all,
This is by far the weirdest thing ever. All of a sudden when I try to save a blog post the content area would not be saved. No one has done anything for sure as those accessing to it have no permissions to do it.
I am using JCeditor and did create an article within Joomla as well to make sure this extension was not corrupted. The test was positive, the article was actually saved. I then updated the whole system to the latest, including a jceditor one and no results.
The update was done first of all on my development environment and then I pass all the changes to live except the folders below. On development I can save the blog posts while on the live environment I can't. More over if I edit an existing blog post and try to save it the content area is wiped out.
/*********** This is part of my deploying script *****************************/
echo "${YELLOW}Deleting irrelevant folders from sources${NORMAL}"
rm -rf $sourceFolder/logs
rm -rf $sourceFolder/media
rm -rf $sourceFolder/images
rm -rf $sourceFolder/cache
rm -rf $sourceFolder/tmp
rm $sourceFolder/.htaccess
rm -rf $sourceFolder/.git
rm -rf $sourceFolder/nbproject
echo "${YELLOW}Replacing 'configuration.php' file in sources${NORMAL}"
cp $dFolder/configuration.php .
I have tried different browsers and remove all cookies. I tried from different computers. No way it would work. It cannot be the database as the two of them are exactly the same, literally.
Any ideas?