Developing (v7+)

Page selector blank list

Hi i'm not sure, i've used the pages selector in a custom dashboard module, I call it using the: [code] $ps = Loader::helper('form/page_selector'); [/code] Then [code] [/code] And its random, sometime I get the pop up page selector and so…

Extending Models

How can you extend a model permanently from a package, or can the model only be extended within the package part? [code] $pkg = Package::getByHandle($this->pkgHandle); $objEnv = Environment::get(); $objEnv->overrideCoreByPackage('models/block_types.…

Displaying a product category

Hi, I'm following the tutorial in the Concrete5 beginner's guide 'creating your own add-on block'. I've just made the product_information block on page 191 where product categories are available to choose. The controller: [code] [/code] The …

Get block database schema

Is there any way inside of concrete to get a block types database structure?

accessing other database tables within or outside package.

This may sound like a dumb question but all the tutorials and explanations / demo etc. loads the database tables with either the package and or block level and then does all the logic within that block with those tables. I have seen a few times where the…

Internal Server Error in Backup Database

Went to backup my website database in C5 dashboard, systems and settings for www.getthebigidea.co.uk before upgrading to the latest version of Concrete5 and got the following message: "Internal Server Error The server encountered an internal error o…

Form Error Message mysqlt error: [1054: Unknown column

Hi, when clicking the add button to add a new form to a page, I get this error message: An unexpected error occurred. mysqlt error: [1054: Unknown column 'addFilesToSet' in 'field list'] in EXECUTE("insert into btForm (questionSetId, surveyName, notify…

Accessing blocks in Page list override

So I have a page list block on the home page. I want it to show one page only in the area. It looks like page lists are intended to get attributes rather than page content. I have been looping thru the code below trying to get a block called "Sta…

ui dialog content showing blank in IE8

Not sure if some script I've added may be affecting this but for some reason, the ui dialog popups are showing no content in IE8. For example, if I click to add a new block (any block), the ui dialog popup appears but with nothing inside of it. In the IE8…

Filter Posts