so clearing cache from the cli - ā¦ I have access through cPanel / terminalā¦ what would the commands look like from there to clear the cache? Otherwise there are a bunch of different cache folders soā¦ hesitant thereā¦ I have:
root/.cache (contains esbuild, node, yarn)
root/public_html/cache (contains prod)
think I came across another one or so as wellā¦ so which do we delete everything out of to test this?
Like thisā¦
You have to do a cache clear AND repair and rebuild
That command on cPanel ā Terminal, doesnāt workā¦ tried pathing to the console but itās a file and doesnāt openā¦ Suggestions?
nope haā¦ thatād do itā¦ thanks for the simple reminder!
well, that cleared the cacheā¦ but still isnāt routing the custom module through the yaml file into the suite 7 layout so I can add new buttons.
I have the below added to the module_routing.yaml file
SVCS_ServiceNotes:
index: true
list: false
record: false
did a cache clear, did a repair/rebuild ā¦ but still not showing upā¦ thoughts?
Sorry, I had a doubtā¦ published this post because I didnāt see the customizations in my form:
- js file that calculates the hours in an interval
- the controls on the various fields through entrypoints
ā¦
but the custom module I see it independently of editing the module_routing.yaml file and clearing the cache.
So my question, the modification of the module_routing.yaml file and clearing the cache, is it just to be able to see My custom module? If so, I donāt need it.
I would like to know how to get the js and entrypoints working again.
That looks right, unfortunately I donāt have the dev environment anymore where I set this up. I did in fact get it to work. Iāll send you a PDF of my personal notes on what I did to get it to work.
One other thing, did you copy the whole file to the extension, or just add your custom module?
I copied the whole file and then added my module at the end of it.
I modified the original file, what path would I throw the override file into for this? Iāve done a lot with custom/modules/ * and such, but wasnāt sure where this file would fall.
Just for S&G ā¦ cleared cache on the browser and refreshedā¦ and itās 7 style now!!!
now just to fine tune the Print PDF button to call back to the PDF template!! Thank you!!
Congrats! I knew it worked. I have a procedure on how to do the PDF print too if you need it.
Bwahah now weāre see an issue on this one (thankfully our test server) that itās not allowing us to create new records. Logs show an error saying the primary already exists so it doesnāt allow duplicates, but when I confirm, that record isnāt in our database yet.
Thoughts?
Have you narrowed it down, is it the legacy module causing the problem or the PDF modification thatās causing the issue. I know I for sure created a couple of records in my custom module after I made it legacy and it worked.
Still narrowing it down. Reverted changes to the routing and still seeing it, so routing may not have been it. Will be testing a couple of Logic Hooks weāve been working on to see if thatās the issue possibly!
haā¦ funky timingā¦ was working on a couple of logic hooks tooā¦ and itās looking like we had the priorities set too close so it was causing an attempted duplicate save on the recordā¦
was it working before? Or is this the first time youāre trying it?
procees record logic hook showing html tag in suitecrm 8 but process record was working in suitecrm 7
Process_record logic hook was working in Suitecrm 7 but process record logic hook is not working in Suitekarm 8,
Itās showing full HTML code like tag () in Suitecrm 8
I am sharing the image of Suitecrm 7.11.2 procees record logic hook