Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

lost formats ???

Questions related to using nuBuilder Forte.
Post Reply
nathan
Posts: 40
Joined: Tue Apr 19, 2022 9:18 pm
Been thanked: 3 times

lost formats ???

Unread post 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
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: lost formats ???

Unread post 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
Post Reply