Questions tagged [concrete5]

Concrete5 is an open source content management system (CMS) written in PHP and based on the Zend Framework. It allows for in-place editing of content for logged in admin-level users.

concrete5 is an open source content management system (CMS) written in PHP. It includes Zend libraries and includes jQuery for JavaScript needs. It allows for in-context editing of content for logged in admin-level users.

As a database, it's using MySQL through the ADOdb Database Abstraction Layer.

The project is maintained at http://www.concrete5.org/.

Many answers can be found on their forums or through their irc channel on freenode (/server irc.freenode.net in your favorite IRC client, and /join #concrete5 once you're connected)

586 questions
0
votes
1 answer

concrete5 limit file access only for file owner

My concrete5 website is open for some limited member of an organization. each organization member is assigned to a user group according to their department on the organization. I'm giving them (their user group to be exact) access to add their own…
Kamal
  • 1,922
  • 2
  • 23
  • 37
0
votes
0 answers

Concrete5 – Implicit Aliases for the Subpages of an Alias

I use the internationalization module for a new project. But for a one page and it's subpages I want to handle the translation manualy coded in the pagetype. There will be thousands of subpages, so I want to avoid actually creating an alias for each…
johjoh
  • 464
  • 4
  • 18
0
votes
1 answer

Concrete5 Multiple file upload error:404 in firefox

Multiple file upload error: 404 in Firefox browser . Check this link
ssrgspdkt
  • 1
  • 3
0
votes
1 answer

Importing Wordpress into Concrete5: Error establishing a database connection

Firstly, sorry if this has been dealt with before, I've spent quite a while searching posts to no avail. I have a Wordpress blog and a Concrete5 site. I am trying to write out the three most recent Wordpress blog posts on the Concrete5 site. I…
osnoz
  • 1,127
  • 1
  • 11
  • 16
0
votes
1 answer

How can I determine the date a block was added in Concrete5?

$block->getBlockDateAdded() and $block->getBlockDateLastModified() both return the same timestamp, the one of last modification (in all my tests). This might be because on every modification of a block Concrete5 creates a new version, so…
johjoh
  • 464
  • 4
  • 18
0
votes
2 answers

Concrete5: Take the central part of my single page and have it displayed on the homepage

Within my Concrete5 there's a package that contains many single pages, which actually make the core functionality (community connections). There's one particular page that contains search functionality. Is there any way to take the central part of…
developer10
  • 1,450
  • 2
  • 15
  • 31
0
votes
1 answer

I've upgraded my Concrete5 site to 5.6.0, and I'm getting `Fatal error, failed to open /concrete/models/json.php`

After upgrading my site past 5.6.0, I get the following error: Fatal error: require_once() [function.require]: Failed opening required '/concrete/models/json.php' in /concrete/core/libraries/loader.php on line 40 How can I fix this? This issue…
Korvin Szanto
  • 4,531
  • 4
  • 19
  • 49
0
votes
1 answer

endless loop in a website - mod_rewrite

I am getting an endless loop with a concrete5 site that just went live today... it was fine in development using a temporary URL, but now live only the homepage works... was wondering if this has something to do with pretty URLS. error: Request…
Pete Norris
  • 1,056
  • 7
  • 24
  • 36
0
votes
2 answers

Concrete5: Problems when adding a new block type

I've just made a new installation of concrete (5.6), and all of a sudden I'm failing Concrete 101's. I created a new block type, when I went to install it I got this... Warning: require_once(/...[concrete …
osnoz
  • 1,127
  • 1
  • 11
  • 16
0
votes
3 answers

PHP Concrete 5 Pass Variables to Add.php

I'm creating a new block and I want to pass a defined variable to the block instance on add. In my controller, I have the following: // declare the var public $hasMap = 0; public function add() { $this->set('hasMap',…
Jongosi
  • 2,305
  • 1
  • 28
  • 31
0
votes
1 answer

How to read url-parameters in the controllers on_start() methode?

In my current Contrete5 project, I have a single page, that takes one url parameter. So the urls look like this: domain.com/[singlepagename]/[id] and the controller has a corresponding view function: function view($id) { ... } now i need access to…
johjoh
  • 464
  • 4
  • 18
0
votes
2 answers

Concrete 5 ADODB update and insert duplicate primary key

I'm creating a new package for Concrete 5 (5.4.0+). Inserting a new block works perfectly. But when I edit an existing block, it tries to INSERT again when I click 'save', instead of UPDATE. The two fields on the database that affect this are bID…
Jongosi
  • 2,305
  • 1
  • 28
  • 31
0
votes
3 answers

Has anyone come across this php error before, Warning: imagejpeg()?

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/SITENAME/public_html/files/cache/052f225905c1618003df0c5088aec7a9.jpg' for writing: Permission denied in /home/SITENAME/public_html/concrete/helpers/image.php on line 172 I emptied…
ShambalaG
  • 356
  • 1
  • 7
  • 21
0
votes
1 answer

Concrete5 - Warning: imagejpeg() [function.imagejpeg]

Possible Duplicate: Has anyone come across this php error before, Warning: imagejpeg()? I'm migrating a Concrete5 site to the live server and keep getting this error on some pages. Mainly the pages using the Dojo page filter addon/block, but not…
ShambalaG
  • 356
  • 1
  • 7
  • 21
0
votes
2 answers

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description. Each item on the initial summary page would have the first few…
Pete Norris
  • 1,056
  • 7
  • 24
  • 36