Page 1 of 1

lost formats ???

Posted: Sun Jan 08, 2023 8:02 pm
by nathan
I dont know what happened but i lost my formats...nunumber and nudate
i create a new object and the select format drop down is empty ...the zzzzsys_format file is in the DB and the formats are there but nothing in the list ???

Thank you once again

Re: lost formats ???

Posted: Mon Jan 09, 2023 5:01 am
by kev1n
Hi Nathan,

Did you check this?
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
Do you see the formats in the Format form?

Does this query return any rows?

Code: Select all

SELECT 
   CONCAT(LEFT(srm_type, 1), '|', TRIM(srm_format)) AS a, 
   srm_format AS b 
FROM zzzzsys_format
ORDER BY srm_type