Edit Pages Are Blank After Upgrade
I'm currently on version 12.0 (yes, I know I need to upgrade to 12.2, I'm getting there 😊.
I recently upgraded my Ubuntu server from 13.x to 14.04. After the upgrade, whenever I try to create a new page, when the edit screen displays, the "editable" are of the page is blank and I cannot type in that space.
Thinking that it might have been my laptop I was working off of, I have tried from a different machine and even browser just to be sure.
Also, cause I thought maybe the Ubuntu upgrade might have messed with some permissions on the tiki directory, I went ahead and repermissioned the tiki directory with:
sudo find /var/www/tiki -type d -exec chmod 777 {} \;
sudo find /var/www/tiki -type f -exec chmod 644 {} \;
Still no luck.
Anyone have any insight as to what might have happened?
Thanks!
Flash