Imagery on pages not printing properly - Grand Gallery block Wow, great idea, Evan. That's a great way of fixing this issue! says Myq on 10/20/20 at 5:48 pm, in reply to Hi Evan Wow you legend, tha…
"Table Row size is too large" problem with CollectionSearchIndexAttributes table If possible, change the "row_format" for the problematic table to "dynamic". Even if the database is set to use dynamic by default for tables, ensure that the table throwing the er… says Myq on 09/29/20 at 3:52 am, in reply to Hello, In Concrete 5.6.3.4 …
mysql error: [1118: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126 One way to get around this is to change the "row_format" for the problematic table to "dynamic". Even if the database is set to use dynamic by default for tables, ensure that the t… says Myq on 09/29/20 at 3:50 am, in reply to Hi All, I a getting mysql e…
Upgrading from 8.5.2 to 8.5.4 It looks like the public identifier express entry property was newly added in 8.5.3 (https://github.com/concrete5/concrete5/commit/dc08d1685c3bad228c310a148f810c7c61a6d810), so thi… says Myq on 06/15/20 at 8:34 pm, in reply to Hi Myq, This is the error. Ma…
There is a delay between the latest available version and the recommendation to upgrade showing up in the dashboard. Part of the delay is to ensure there aren't any unknown bugs th… says Myq on 06/12/20 at 11:58 pm, in reply to I just performed a "composer u…
Doctrine\DBAL\Driver\PDOException - could not find driver A bit late to answer this, but if anyone else has this problem, it's because the PDO extension is not enabled in php.ini. You need to un-comment (remove the leading semicolon) or a… says Myq on 04/21/20 at 1:10 am, in reply to Hi, I having an issue with …
Can't "Connect to the Community" - Invalid concrete5.org username or password I would recommend that you make a new thread with the specific details. Based on your screenshot, your issue is different to the one described in this thread. says Myq on 03/06/20 at 6:50 pm, in reply to I still have the same problem …
Hi everyone. Thanks very much for reporting this problem. We have made some changes which should prevent this error from occurring. Could you all please try to connect to the commu… says Myq on 01/07/20 at 11:36 pm, in reply to Hi, I just installed a new si…
Workflow setup for users writer and editor Take a look at this tutorial: https://documentation.concrete5.org/tutorials/limit-editors-to-a-specific-section-of-your-site If there are any steps which are unclear, please … says Myq on 01/07/20 at 1:27 am, in reply to Hello, Could someone please…
Reconnect to community blank screen The issue above occurred over the weekend. If you've had an issue for years, it's likely a different issue. If you provide some more details, someone might be able to help. says Myq on 09/10/19 at 5:19 pm, in reply to Indeed. My sites now can conn…
Can you try again? There was a configuration issue recently which prevented some sites from connecting. It should be fixed now. says Myq on 09/09/19 at 5:15 pm, in reply to Hi Just hit the same proble…
Can you try again? There was a configuration issue recently which prevented some sites from connecting. It should be fixed now. says Myq on 09/09/19 at 5:15 pm, in reply to Just a thought....Is there any…
8.4.4 to 8.5.1 upgrade fails: Index column size too large on CollectionVersionBlocksOutputCache Try: cd to the directory where concrete5 is installed, and run [code] ./concrete/bin/concrete5 c5:database:charset:set utf8mb4_unicode_ci [/code] to set the utf8mb4 charset, w… says Myq on 07/25/19 at 11:31 pm, in reply to Upgrade instructions followed …
Update from 5.5 to 5.6 crashed my site After some extra trial and error on this same problem, you can solve the problem like this: add the missing column to the database by running the following SQL command: [code] … says Myq on 06/28/19 at 9:43 pm, in reply to Downloaded the offered updater…
When downloading upgrade : Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error You can add the missing column to the database by running the following SQL command: [code] ALTER TABLE Logs ADD COLUMN logUserID INT(10) UNSIGNED AFTER logIsIn… says Myq on 06/28/19 at 9:41 pm, in reply to Ok so i see this now: http…
Issues with Concrete5 and Database You can add the missing column to the database by running the following SQL command: [code] ALTER TABLE Logs ADD COLUMN logUserID INT(10) UNSIGNED AFTER logIsIn… says Myq on 06/28/19 at 9:41 pm, in reply to We are running version 5.5.2.1…
Fatal Error help You can add the missing column to the database by running the following SQL command through PHPMyAdmin or the MySQL command line: [code] ALTER TABLE Logs ADD COLUMN l… says Myq on 06/28/19 at 9:40 pm, in reply to I tried upgrading my version o…
TOTAL DISASTER!!! You can add the missing column to the database by running the following SQL command: [code] ALTER TABLE Logs ADD COLUMN logUserID INT(10) UNSIGNED AFTER logIsIn… says Myq on 06/28/19 at 9:39 pm, in reply to Hey Guys, I updated to 5.6.…
Concrete5.org Private message reply by email broken This should be fixed now. says Myq on 05/21/19 at 6:46 am, in reply to When you receive an email copy…
Replying to a private message not working Thanks for reporting this. We are aware of this issue and are working on a fix now. I will update you as soon as it is fixed. says Myq on 02/22/19 at 2:23 am, in reply to Hi, When I click REPLY for …