Developing (v7+)

Building Sections into HTML5 Theme

Hey there, I just started working with concrete5 and I am amazed about all the fantastic stuff you can build with it. Currently I am building a custom theme for my site im currently working on. For this site, I'm using a HTML5 based theme from http://h…

Has the way to determine if a user is logged in changed in 5.7/5.8?

Hi There, I'm starting to migrate a 5.6 theme over to 5.8 but see an error: 'Call to a member function isLoggedIn() on null'. The theme's footer.php checks if someone is logged in like this. [code] global $u; if ($u->isLoggedIn()) { // do so…

site errors / pretty URL issue

Hey there, We have a web site located at http://quartzsitervshow.com/ and I set it up years ago and don't touch it unless the content editors have a problem. today, none of the 2nd level pages were workign and I got a "no input file" eror. After some…

Attribute panel not showing in admin

When I try to add attributes to a page, the attribute panel is completely blank. I'm including a screenshot to demonstrate. It works fine on my local install, but I cannot figure out how to fix it on the live site. Help? Here's the environment in…

Bugsnag integration

If you want to be emailed about new log messages or when an exception is thrown, you could consider using Bugsnag. It's free up to x-amount of notifications. Bugsnag lets you collect messages and notify you e.g. via Slack or email. It can now easily be…

League vendor throwing error 500 on image not found

Hello, I have imported the live database on sandbox, so some uploaded images are missing. But then I have an error "concrete5 has encountered an issue." : League \ Flysystem \ FileNotFoundException File not found at path: 6114/8586/4205/avatar_none.png …

How can I load the body text into a template?

Hi there Is there an easy way to load the body text from the COMPOSER into a template – there's this page title add-on, something like this for the body text? Many thanks Simon

Autoloading from packages

Hi Everyone, A couple of versions ago classes in the src folder of a package wouldn't autoload anymore. I couldn't figure out why and eventually just implemented autoloading myself. But this is obviously not the proper way to do it and Concrete is goin…

Filter Posts