Hi there, I need to get the data associated with a user
[code]$ui = UserInfo::getByID(2);
$numberoflogins = $ui->getNumLogins();
echo $numberoflogins;
$lastlogin = $ui->getLastOnline();
echo $lastlogin;[/code]
The first bit of code successfu…
I am trying to link a background image. I have uploaded the background jpg into the themes images directory. Tried linking through Bootstrap, a separate style sheet as well as inline on the page itself. Still get a 403 error! Clearing cache doesn't work. …
We are moving a site for a customer to a new server. The customer is not interested in spending time on upgrading the concrete site to a newer version.
When we try to move it to our new Plesk Onyx server where we have installed PHP5.6 it fails with a whi…
I currently maintain a site which was built in version 5.6.2.1, which supports php 5.6.
The provider does not support this version as of December 1, 2018.
The supported version is php 7.
The site contains approx 25 pages.
It contains a few mail send o…
Downloaded the offered updater. Backed up the database. Ran the updater and now every page shows this...
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqli error: [1054: Unknown column 'logUserID' in 'field list'] in EXECUTE("insert…
I'm getting no responses from this addon creator so I thought i'd ask the masses.
I am unable to show form data on a DETAILS page using Advanced Forms data display. Also the Data Display Single Record block isn't working. I saw a post where users d…
I logged into my Concrete 5 Editor, but it is completely frozen, no access to editing tools or Dashboard. See link below.
https://unconquerdpeople.com/
I am happy to report that the legacy 5.6 code base will run on the latest stable release of php 7.2.10.
Some modding to the core and addons is required as I have discovered with the last few upgrades I have carried out for C5 members.
However, I should …
we need some assurances on general CMS maintenance and wanted to tap into the forum to try and establish a list of common housekeeping/maintenance processes that would be required to keep a CMS/Concrete5 site healthy. For contingency purposes we want almo…
I am trying to quantify the risks of only having 1 account with admin permissions in our Concrete5 setup. I could do with a list of common CMS maintenance operations that only an officer with admin rights could perform, and therefore if this officer was o…