5.8 version Call to a member function setTreeNodeName() on null We bumped into similar issue. If you have used phpMyAdmin to export the database dump and transferred it somewhere else, it can leave out some crucial database keys and column auto… says Mainio on 09/25/17 at 1:18 pm, in reply to Call to a member function setT…
Upgrade to 5.8 We experienced the same issue and it was related to a failed update and trying out the update again after that. In case you ran the update previously and it failed, do the follo… says Mainio on 01/13/17 at 10:10 am, in reply to Hello, I'm having dificulty u…
Which is the best practice of using Express Data Objects in a multilingual website? I think it depends on each use case which attributes need to be multilingual and what not. E.g. you might have a boolean attribute like "Product manual available in language" in… says Mainio on 12/06/16 at 6:29 am, in reply to I tried the addon for 5.6 - it…
Easily synchronize your website content with Mainio Sync Special offer until the end of the year: 30% off the license price! Check it out: https://www.concrete5.org/offers/-/boyhohdokviq/ This add-on is licensed per user, so you b… says Mainio on 12/06/16 at 3:53 am, in reply to We just submitted a new upcomi…
Which is the best practice of using Express Data Objects in a multilingual website? Currently I think you need 1 dedicated object / language. For 5.6 there was an add-on for multilingual attributes, you could also consider forking that for 5.7. At some point… says Mainio on 12/05/16 at 8:19 am, in reply to [code] Hello world! [/code] …
5.6 to 5.7 Migration Now Available! Enable this: http://php.net/manual/en/ini.core.php#ini.short-open-tag says Mainio on 12/05/16 at 8:11 am, in reply to I just stumpled upon this cont…
wu To me this sounds like a security issue. It sounds you might not have had your site secured properly. Were you running the latest version of concrete5? With some of the older re… says Mainio on 11/28/16 at 1:53 am, in reply to This is the worst I have ever …
Force links to SSL Seems so based on that. It also seems it will be "fixed" in v8: https://github.com/concrete5/concrete5/issues/4016 says Mainio on 11/25/16 at 10:41 am, in reply to I read from here that it might…
OK, yeah I think that settings page is touching that config too. But of course, if you manually defined that in /application/config/config.php, you're no longer to update it throug… says Mainio on 11/25/16 at 10:32 am, in reply to I was able to get it working b…
I'd personally do it either in .htaccess or even on the level above in the server configs (VirtuaHost block if you're using Apache). But yes, there is also a setting for that un… says Mainio on 11/25/16 at 10:28 am, in reply to I am running version 5.7.5.3. …
Extend sitemap Probably the easiest option would be to hook to an event named "on_sitemap_xml_ready". Here's some documentation on how to hook into events (although not this particular event):… says Mainio on 11/25/16 at 10:21 am, in reply to Within the current generated s…
Easily synchronize your website content with Mainio Sync The add-on is now live: https://www.concrete5.org/marketplace/addons/mainio-sync/ says Mainio on 11/16/16 at 10:45 am, in reply to We just submitted a new upcomi…
5.7 Single page ajax MVC Maybe you can just request that URL /job/xx by hand (or with tool such as Postman) in order to debug the problem...? says Mainio on 11/16/16 at 8:01 am, in reply to Hi I am running version 5.7.5.…
Uploading 300dpi picture not possible This is because PHP's GD image manipulation library will try to load the whole image bitmap into memory when manipulating it. And when uploading an image to the system, it is autom… says Mainio on 11/15/16 at 10:18 am, in reply to Hi there, When I try to upl…
What happened to the simplicity of editing in v8? There is also an open GitHub issue about the usability aspects (don't mind the title of the issue, the discussion involves a lot more than only Dashboard): https://github.com/con… says Mainio on 11/10/16 at 9:01 am, in reply to = Inline editor = This is bec…
= Inline editor = This is because in v8 the core integrates with CKEditor which is completely different editor than Redactor what used to be there. It was switched because most of… says Mainio on 11/10/16 at 8:56 am, in reply to I'm using the new v8RC1 a lot …
Easily synchronize your website content with Mainio Sync We just submitted a new upcoming add-on to the PRB few moments ago. It is called Mainio Sync and it allows you to easily synchronize the concrete5 website's content with another in… says Mainio on 11/04/16 at 12:23 pm
Is it possible to convert a Joomla theme to a Concrete5 theme? Just post it here: https://www.concrete5.org/community/forums/jobs1/ The more details you include in the request, the more exact quotes you should be expecting. E.g. listing al… says Mainio on 11/04/16 at 10:31 am, in reply to This might be more than I can …
If you know how to create custom templates and simple level blocks that contain some display logic, then yes you can. If you want to include functionality like eCommerce and regist… says Mainio on 11/04/16 at 10:25 am, in reply to This one: http://demo.rockett…
Looking For Hands-On Step by Step Tutoial Starting From a Blank Page Maybe this would be helpful? https://www.youtube.com/watch?v=vQm1QXN9OfI But regarding the content and elements of the site, as said above, it really depends what you want to b… says Mainio on 10/23/16 at 6:40 am, in reply to Are there tutorials that give …