FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

Can't Create Media File Plugin #1183

Closed iamrobert closed 5 months ago

iamrobert commented 5 months ago

I'm trying to create a mediafile field - but there is a 500 error:

index.php:1

   Failed to load resource: the server responded with a status of 500 (Internal Server Error)
administrator/index.php?option=com_flexicontent&task=fields.getfieldspecificproperties&cid=0&field_type=mediafile&format=raw 500 (Internal Server Error)

IF I open the link I getL

micker commented 5 months ago

Ah can you display this with debug to 1 and error_reporting to max ?

micker commented 5 months ago

i think i found can you edit https://github.com/FLEXIcontent/flexicontent-cck/blob/aee90af8f02338db4f668aa0900a354513130526/admin/elements/fcmediaprops.php#L38 and And change \Joomla\CMS\Form\FormFieldFcSortableList for JFormFieldFcSortableList test and do a return

iamrobert commented 5 months ago

Thanks - that works.

Also I saw it here and this doesn't seem to work:

administrator\components\com_flexicontent\elements\fccountriesphones.php

micker commented 5 months ago

ok i will publish