Developing (v7+)

API to clear cache

Hi all, I was wondering if there's a built in callable API that can clear the cache? If not has anyone else managed to automate this task and if so how have you done so? I understand that you can clear the cache from the command line but before we get …

Update from 5.7.13 to 8.5.1

Tried to update on a test site and running into multiple problems. I get the following message: Class 'Application\Src\Photography\Base' not found in my bootstrap app.php file: [code] Core::bind('helper/Base', function() { return new \Application\S…

Unable to login after adding ssl certificate

Hi Everyone I am using the latest concrete version and i moved my website to server and added ssl. Using IIS server. Unable to login to website, it gives invalid form token.please reload error. I have tried clearing cache and tried with conan…

Pretty URL issue

I have an issue with the "Pretty URL" option. When I tick the "Pretty URL" box and Save, I get this error message : It was not possible to detect your server kind. Here's the configuration sections for every supported server: please manually add the…

CLI debugging question

I have a few C5 scripts that run on the CL and there, therefore, use the C5 program caller of .. [code] concrete/bin/concrete5 c5:exec src/myscript.php [/code] this works ok, but it makes it impossible to debug as I can't run the script from withi…

UserList cannot apply many filters

Hi, I cannot apply many filters on a UserList : $userList->filterByTopicTreeA(123); and then $userList->filterByTopicTreeB(123); Both filters work (A or B), but when I combine them I get en empty list, and I'm sure that some users do have both cr…

Events::addListener question

I can't seem to find an answer to this in info online, so I am hoping someone knows this. My custom 'on_page_update' event listener function seems to be called before the data is written to the database, not after. I change a page attribute from A to…

Editing Topic List display

Hi, I want to change the awful URL associated to Topic Lists. Currently it is /topic/ID/NAME and I want it to be just /NAME Editing the block controller to remove those bits changes the url alright, but when clicked, it doesn't work. Perhaps "topic"…

Filter Posts