Unlimited Words In Video Description Section!
Hello Admin,
I installed the upgrade in a separate folder on my server and I noticed that the Video Description section was not modified to accommodate more words. It still cuts off words in my paragraph if it is too long. When will this error be corrected?
Thanks in advance for your response.
Best Regards,
apj5621
Re: Unlimited Words In Video Description Section!
Run following SQL in phpMyAdmin, it will fix the problem
Code:
ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
This will be fixed on next release.
Re: Unlimited Words In Video Description Section!
Done....
Thanks so much.
apj5621