JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
10 stars 1 forks source link

Joomla\Filesystem\File::getExt() error while uploading files #200

Closed mozaffar closed 2 months ago

mozaffar commented 3 months ago

On Joomla 4.4.3, when you upload a file using "Uploads" field, it will display "Joomla\Filesystem\File::getExt()" error. It seems that you should "Joomla**CMS**\Filesystem\File::getExt()" instead. I replaced all occurences and it worked.

andiamine commented 3 months ago

thanks, will be fixed in next update.

andiamine commented 2 months ago

Fixed