Concrete5 5.6 and MySQL 8 That forum post was referring to PHP 8, not MySQL 8.. says ConcreteOwl on 01/20/21 at 10:38 am, in reply to Looks like this forum post ind…
What is the best way to install C5? I always just unzip into my directory than pull up the website and go to town. It's pretty easy says dbuerer on 01/20/21 at 4:22 am, in reply to I like the idea of using compo…
Formify - Export: How can I update the cache per record in bulk, or not read from the cache? There was an instance of needing to write a script that updates the FormifyAnswers table with different values. (formatting reasons) The problem enters when we run the export on… says Fjorge on 01/19/21 at 10:44 pm
Unable to update Themes and Add ons I have been unable to update the theme and one Add on. I have changed the file permissions on every directory I could find to 777 and still get the same error message: Unable to … says heybill on 01/19/21 at 10:06 pm
What is the best way to install C5? I've always installed C5 manually. I typically upload an extracted folder via FTP (although that can take a while), or I upload and extract via Cpanel file manager (takes only a fe… says PineCreativeLabs on 01/19/21 at 9:17 pm, in reply to I like the idea of using compo…
I like the idea of using composer to install, and https://documentation.concrete5.org/developers/introduction/installation seems to recommend it as well: "More versatile and maint… says NotionCommotion on 01/19/21 at 8:38 pm
Concrete5 5.6 and MySQL 8 Looks like this forum post indicates that no c5 versions will work with mysql 8 https://www.concrete5.org/community/forums/installation/missing-installation-requirements/#994075 says hutman on 01/19/21 at 5:09 pm, in reply to Will a Concrete5 version 5.6.3…
Will a Concrete5 version 5.6.3.5 website work with MySQL 8? I have next to no experience with Concrete5 but we host one website built using it on our server. We're looking to up… says Whitfield on 01/19/21 at 3:59 pm
[SOLVED] Missing Installation Requirements Yeah, PHP 8 is a real site breaker, I don't think any concrete cms versions will run on it the moment. says ConcreteOwl on 01/19/21 at 10:45 am, in reply to Fixed it, no missing requireme…
How to set the lower_case_table_names MySQL variable to 2 ? I assume this is a local install (PC). If so, go to MySQL and edit the my.ini file. Find [mysqld] and immediately after add a new line with this 'lower_case_table_names=2' so it … says ConcreteOwl on 01/19/21 at 10:40 am, in reply to Apologies, I am new to MySQL a…
[SOLVED] SQLSTATE[HY000] [1049] Unknown database - what do I set for the database name via localhost? Awesome, thanks! I went into myPHPAdmin and set up a database says ty505 on 01/18/21 at 9:56 pm, in reply to Before installing concrete5, y…
How to set the lower_case_table_names MySQL variable to 2 ? Apologies, I am new to MySQL and Concrete 5. How can I change this variable? Here is the error: "Table names are stored in the lowercase: you may have problems if you plan t… says ty505 on 01/18/21 at 9:55 pm
Error: Call to a member function getLocale() on null (1) Hi, You can find the code for getting active locale here: https://github.com/shahroq/whale_c5_cheat_sheet#get-active-locale says shahroq on 01/18/21 at 6:18 pm, in reply to Hello, i have footer.php this …
Hello, i have footer.php this simple code: $Locale = \Concrete\Core\Multilingual\Page\Section\Section::getCurrentSection(); echo $Locale->getLocale(); The language is displ… says DSeven on 01/18/21 at 10:02 am
[SOLVED] SQLSTATE[HY000] [1049] Unknown database - what do I set for the database name via localhost? Before installing concrete5, you need to set up a MySQL database. That will have a database name, and that name is what you enter in the form. https://documentation.concrete5.o… says JohntheFish on 01/18/21 at 8:46 am, in reply to Not sure what to set it as
Attribute from topics added to page but no checkbox Feels like i'm missing something basic but when i create a new page where i added a custom attribute with topic tree, the checkboxes are not there 1. Created new topic 2. Cre… says dbuerer on 01/18/21 at 4:30 am
[SOLVED] Missing Installation Requirements Fixed it, no missing requirements now! Just re-installed xampp to version 7.2.34 / PHP 7.2.34, instead of 8.0.0 says ty505 on 01/18/21 at 3:02 am, in reply to Hey there, so I'm trying to te…
Obviously the 4 PHP extensions are missing/disabled in the server setup. I don't use Windows. Could they be enabled somewhere in the server config or php.ini? says linuxoid on 01/18/21 at 2:50 am, in reply to I'm using the full version dow…