Hostgator php update has messed up all my website Hostmonster only has PHP7.x as well. As for upgrading... That is exactly how I upgrade them, move them onto my server, run them up at PHP5.4, upgrade the core files, switch to PH… says ConcreteOwl on 03/05/21 at 4:56 pm, in reply to Ive noticed Hostgator and Blue…
If you need someone to fix this for you, get in touch via a PM. says ConcreteOwl on 03/05/21 at 7:27 am, in reply to Does anyone know how to fix th…
Migrating developments site to Live Server. check the server is not running a backend cache, something like cachewall or lightspeed cache. says ConcreteOwl on 03/01/21 at 9:20 pm, in reply to Interesting problem. We hav…
Multilingual Setup - Website is super slow/not responding - Pixel 2 Theme Yup, @JohnTheFish has probably hit the nail on the head. I noticed that clicking the link to your site would have the page loaded very quickly, but refreshing the browser would of… says ConcreteOwl on 02/05/21 at 10:32 am, in reply to This is not 100% certain, but …
Twitter Bootstrap padding redacted says ConcreteOwl on 01/30/21 at 8:42 am, in reply to Hey all, is there a way to cus…
Tutorial Fail One possibility is that the tutorial shows you how to create theme paths using php short open tags like this[code][/code] If your server is not setup to allow php short_open_tag t… says ConcreteOwl on 01/28/21 at 8:17 am, in reply to Hoping someone has experienced…
Safely Update from 8.2.1 to latest version? My advice would be, don't do this on a live server. Instead, download a zipped up copy of the file system and export your database to your PC. Install a local server on your PC a… says ConcreteOwl on 01/26/21 at 9:56 am, in reply to I searched but couldn't find a…
Unable to save task or user permissions If your server is running a back-end caching program, that would make sense. Rebooting would flush the cache ... If the problem comes back try looking for any server caching and d… says ConcreteOwl on 01/26/21 at 9:43 am, in reply to The log didn't show anything r…
Mixed Content Try adding this line of code to your root/config/site.php file[code]define('CONCRETE5_ORG_URL', 'https://www.concrete5.org');[/code] says ConcreteOwl on 01/22/21 at 3:58 pm, in reply to Hello, id like to connect to t…
Login issue - cookies Any chance you might respond to my last post? says ConcreteOwl on 01/22/21 at 9:01 am, in reply to Try clearing out your root/fil…
Try clearing out your root/files/tmp folder, the cookies are stored in that folder and it could be extremely bloated... says ConcreteOwl on 01/21/21 at 11:08 am, in reply to I have never had this problem …
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…
[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…
Getting error "Supports concrete5 request URLs" "3rd party software" indeed!. Find another hosting company if that is there reply. Here is a list of PHP extensions that my hosts provide as a standard PHP environment... [code]… says ConcreteOwl on 01/07/21 at 10:00 pm, in reply to I'm having the same issue. I c…
Looks like some PHP extensions need to be enabled, start with CURL and FILEINFO. Some more info here... https://documentation.concrete5.org/developers/introduction/system-require… says ConcreteOwl on 01/04/21 at 9:23 pm, in reply to Hey Guys, I have had my sup…
Using Concrete 5.4 - Getting fatal errors on website You should Truncate your PageStatistics table using phpMyAdmin as it has become extremely bloated with garbage. says ConcreteOwl on 01/04/21 at 9:19 pm, in reply to Hi folks! At the risk of seem…
Questions on Getting an old neglected site ready for 2021 and beyond If your site is running on 5.6 then you cannot upgrade beyond 5.6.4.0. In reality you have 2 options.. 1. Perform the upgrade to 5.6.4.0 (5.6.4.0 is php 7 compliant) and debug an… says ConcreteOwl on 01/03/21 at 11:07 am, in reply to After neglecting a Concrete5 s…
Error 500 message across all sites Possibly the server php version has been upgraded to one that is not compatible with your version of concrete5. says ConcreteOwl on 01/01/21 at 6:02 pm, in reply to Getting the following error wi…