I have the following code and doesn't work to display image.
How to fix instead of this code?
[code]$rsSelect = $dbSelect->Execute("SELECT * FROM StudentExpressSearchIndexAttributes");
foreach($rsSelect->fetchAll() as $row) {
$imgHelper = Loade…
Because of deleting express doesn't delete sql records, which is excellent between express and SQL Query or Is it necessary both?
Eg. For delete
[code]Express::deleteEntry(1);[/code]
[code]$rs = $dbl->Execute('DELETE FROM StudentExpressSearchIndex…
I found [$list->filterByStudentFirstName('Andrew');] from the following link.
https://documentation.concrete5.org/developers/express/creating-reading-searching-updating-and-deleting-express-entries
How to retrieve data with multiple conditions?
Referring to this: https://documentation.concrete5.org/developers/permissions-access-security/advanced-programmatically-setting-permissions-on-an-object
I need to programmatically set permissions to a group of users to add files to the file manager. Th…
You get post data from inputs like:
[code]
$data = $this->request->request->all();
[/code]
However, this doesn't get file upload data. But even
[code]
$photo = $_FILES['photo']['tmp_name'];
$photo_name = mb_strtolower($_FILES['photo']['name']);
$p…
Does anyone know how to do this? Tags seem to be the most obtuse processes in C5 (IMHO), and I can't seem to find a way to delete a tag programmatically, like
[code]
$tag = \Tag::getByValue("cats");
or
$tag = \Tag::getByID("1234");
$tag->delete…
Hello
I am referring http://andrewembler.com/2018/02/meet-concrete5s-rest-api-and-new-routing-component/ , I have setup latest Concrete5 8.5.1 and enabled API in its settings. When I goes to www.domain.com/ccm/api/v1/system/status it returns 404 page n…
If i want to logout from the system i get a an Unexpected error which goes like:
[code]Class Concrete\Authentication\ExternalConcrete5\Controller does not exist[/code]
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.