Developing (v7+)

An image could not be created from the given input

having manually upgraded to 5810 the build was progressing well until we started getting this error An image could not be created from the given input A few days ago this hit us but then everything recovered and was ok. Then this evening it struck aga…

Please help with this error message

(day ago I was changing some CSS and then clearing cache via administration) one day later there is following error message: Warning: require_once(Zend/Date/DateObject.php): failed to open stream: No such file or directory in /data/web/virtuals/63292/…

Override User class in 8.1

Hi, In 5.7 I used a application specific User class by setting aliases in config/app.php: 'aliases' => array( 'User' => '\Application\Src\User\User', ) I have now upgraded to 8.1 and this is not working anymore. I tried either 'enable_legac…

suddenly we have -1 as the first part of the tree url

We are currently developing on 5..8.0.3 its all been going very well until suddenly today (in the last 12 hours the urls for the home page have changed from / to /-1/ and most of the sub folders also have /-1 at the start of the url, so /faq becomes /-1/f…

Buggy data handling on concrete5.7.5.9 and concrete5-8.1.0

Hi all, while working on my themes in a 5.7.5.9 installation (on Windows 7 XAMPP 3.2.2 platform), i.e. adding a page_theme.php file, removing and re-adding a theme, I lost access to the dashboard/login screen completely after logging out. It showed the…

Get Selected Tag on Tag block for Page List Filtering

Hi, I'm trying to highlight the selected tag when filtering a Page List block with a Tags block, similar to what happens with the Topic List block. How can I retrieve what the selected tag is? Should probably be straightforward but I'm not getting …

Inserting programmatically all the stacks filtered by the language

Hi, what would be the best way to insert stacks in a page? I have a long list of stacks containing FAQ blocks. I would like to have a complete list of FAQs. Inserting them one by one is very time consuming. I would like to hard code a loop in a dedi…

c5.7.X install custom file attribute via package controller

Hi I need help in installing a file attribute via package controller. My script: [code] $att = AttributeType::getByHandle('textarea'); $myAttribute = CollectionAttributeKey::getByHandle('description_long'); if(!is_object($myAttribute)){ C…

Filter Posts