I am designing templates with a very simple structure (learning curve for myself and the middle size company I work in).
I am still at the test phase.
When I open my account list or my contact list, I got the error message : {âcontentâ."
I close it and can continue to navigate.
Same, if within the âtest accountâ I created, I open theâ test contactâ.
If you are setting up SuiteCRM for the first time, I would ignore that thread and simply concentrate on getting your Linux ownerships and permissions right, thatâs probably what is breaking your app, especially if you see âundefinedsâ on the screen in several places.
If you donât have other problems, and you are sure it is your changes that are causing this, them remove them and try to proceed slower, add fewer things, see if they break. All it takes is a missing bracket to completely through outputted content out of order and produce that errorâŚ
To help a new user ;), when you write âLinux ownerships and permissions rightâ, could you be more specific, please. Is there something I should look at in particular, knowing obviously that I have the full admin rights?
I carefully checked the few field changes I have made, but couldnât spot any writing issue. Any other classical mistake I should look at?
You need to focus on your own code changes, find out where you are breaking a block. If you use an IDE and XDEBUG this gets a lot easier⌠less guessing needed.
Thank you for the advice. Your follow-up is much appreciated.
Will do, and if I find something interesting to share for beginners like me, will post it.