Developing (v7+)

Question about URL(page not found)concrete5 8.5.2

When I click a url a javascript function is called like below ccm_coreCommerceLaunchMediaManager = function () { $.fn.dialog.open({ width: '90%', height: '70%', modal: false, href: "ccm_coreCommerceMediaManag…

Installed package always showing in 'Awaiting Installation'

I've created a custom package that includes a theme some custom blocks. This was done more or less through following the 'Building a Concrete5 Site' guide in the docs. From the very beginning the package appears in both 'Currently Installed' and the 'A…

Session lifetime

Hi! I'm learning to use session variables with Concrete5 and I found this guide: https://documentation.concrete5.org/tutorials/session-handling-and-gdpr It works great. But how do I know how long is the session cookie lifetime? And is it possible to …

External form sending multiple emails

I'm working on 8.4.4 in XAMPP. When I have a single "$mh->to()", there is no issue. It sends a single email. However if I use multiple "$mh->to()" or "$mh->to() with $mh->cc()", it sends several emails. It seems to send emails after every few minute…

Question about .lesscache files

Hi, I had been having some intermittent errors on my site when trying to add/edit pages. I've now removed an add-on which wasn't being used and that problem 'seems' to have gone away, but I've noticed there are loads of files appearing in my cache, part…

8.4.2: User doesn't enter group during installation but does after

I create a user group during a package installation and want to add the admin right after it: [code] $config_database = $this->app->make('config/database'); $group_id = $config_database->get('my_user_group'); $group = Group::getByID($group_id); $site…

i am using extend form in 5.6 version

i am using extend form in 5.6 version. Now i integrate my website 8.5.2 version. How to update or replace this package to 8.5.2 version. Extend form any replace that are working 8.5.2 version Thanks

what 5.7 version works on PHP 7.2

What version of 5.7 works on PHP 7.2 I know 5.6.4.0 works on PHP7.2, so i assume a version of 5.7 also works on php 7.2 I couldnt find that info. Thanks

Image accreditation

Hi, The images my client has supplied have come from online free image libraries which require accreditation of the original photographer. Where can I put this information? I thought I'd put it in the alt or description tags. When you add an image thr…

Error trapping in block controller

I want to learn more about error-trapping in my custom block controller. Where can I find documentation for that? Specifically, I need error trapping during INSERT and UPDATE statements, but I want to learn more about it in general.

Filter Posts