Questions tagged [ezpublish]

eZ Publish is a PHP based CMF/CMS for publishing, especially editorial content.

eZ Publish is a PHP based CMS. Someone calls it a CMF where F stands for framework. It's very flexible: it has a pool of basic classes from where you can choose to create your content (such as Folder, Article, Link, File and so on), but it allows you to add or to modify classes, adding other attributes to them.

One of its greatest features is the cache handling, very powerful since the focus of eZ Systems (the company behind eZ Publish) is on the editorial world and large size sites.

There is a kernel, where the core functionality is kept, and an extension section where you can add your own modules (as extensions are called in eZ Publish).

It supports workflows, notifications and has a built in e-commerce system with lots of features.

As for the front end part, the HTML is integrated with a templating language that closely resembles PHP, but it has less functionality.

Beware, though: there is just enough documentation for the templating system, the documentation for the PHP part is really scarce. The main source of information is the forum, but don't expect too much. Most of the time, you have to extract information and solutions from other people's code.

It has also an extensions repository where you can search for tools and extensions that easy your work. There are some great extensions, like sqliimport for importing data.

From version 5, eZ Publish is based on Symfony 2 framework.

203 questions
0
votes
1 answer

Ez Publish - Ez Flow - Editinlocks errors

I have to upgrade an old website in ez publish 4.2. There is a class which use a layout attribut (ez flow layout and manual blocks). In front office, the result is perfect, but in backend, i can't change the content. In bakcend, it's possible to…
Schroby59
  • 11
  • 6
0
votes
2 answers

How to embed modules on pages?

I have created my own extension and modules. I can view the modules fine, by going to their URL. However, now I want to embed them on a page, much like a content class. How do I go about doing that? Thanks!
Maria
  • 23
  • 1
  • 5
0
votes
2 answers

Dynamic url and title for links in eZ Publish

I am using this code in my menu: {def $menu = treemenu( $module_result.path, false(), array( 'folder', 'article', 'page', 'listing', 'blog' ), 1, 2, true )} {if $menu}
Miller John
  • 41
  • 1
  • 3
0
votes
2 answers

Download multiple images ezpublish in ezpublish attribute

I have somme problem to upload a lot of image. Into my class article i would like to upload multi-images in my attribute image. Thanks for your feeback.
user1781040
  • 291
  • 2
  • 5
  • 12
0
votes
1 answer

Stuck on ez publish setup wizard

I'm installing ez publish 5 on a linux machine, but when I got to the web based setup wizard, I got stuck on the first page. Clicking on Next > doesn't do nothing but refresh the page. Has anyone gone through this? Aditional info: Clicking on the…
Gonzo
  • 1,533
  • 16
  • 28
0
votes
1 answer

eZ Publish extension doesn't override other extension template

I have a problem with eZ Publish and template overriding. I have two extensions named, i.e. a and b. Extension b extends and requires extension a (it is in the extensions.xml of extension b). In extension a I have a template file located at…
Daniel Cisek
  • 931
  • 3
  • 9
  • 23
0
votes
1 answer

EZ Publish: Custom datatype not working after upgrading from 4.6 to 4.7

I have a couple of sites running on eZ Publish 4.5. After upgrading to 4.6 everything worked just fine but after upgrading to 4.7 my custom datatype stopped working. Error: eZDataType::loadAndRegisterType Datatype not found: 'xxx', searched in these…
Alex
  • 63
  • 6
0
votes
1 answer

Filtering from multiple object ID

I'm trying to filter an eZPublish fetch. I've got a class which has an object relationS attribute. My filter allows to fetch objects of this class filtered by the object relations attribute. I've started using the Enhanced Object Relations Filtering…
DevAntoine
  • 1,932
  • 19
  • 24
0
votes
2 answers

Using Solr on multiple CMS

I have an eZ Publish and a Magento site on two different servers, and one Solr server. The Solr server is now used as the search engine for eZ Publish but I would also like to use the same Solr-server on Magento. eZ Publish comes with an extension…
Fredrik
  • 1,741
  • 4
  • 24
  • 40
0
votes
3 answers

Using Capistrano for local development tasks

I'm currently in the process of setting up a development environment around the eZPublish CMS. I would like to use Capistrano for deployments. What I'm curious about would be to also use Capistrano for local development tasks. These tasks would be…
nifty
  • 45
  • 4
0
votes
1 answer

Adding image gallery to eZ Publish 4.0 on each page

I want to add an (optional) image gallery on each page of an eZ Publish 4.0.0 installation. I found some extensions but these galleries are extra pages, as far as I understand it. How can I achieve this? It should not be a flash gallery and a simple…
stofl
  • 2,950
  • 6
  • 35
  • 48
0
votes
1 answer

PHP Composer (errno 2)

I wanted to create new ez publish 5 project using composer.phar but it fails this is the result: $ ./composer.phar create-project ezsystems/ezpublish5-standard Installing ezsystems/ezpublish5-standard (dev-master…
skonsoft
  • 1,786
  • 5
  • 22
  • 43
0
votes
2 answers

EZ Publish Articles

I have been using EZ Publish for a while but I am still a bit confused about the difference between the Article, Article (Subpage) and Article (Mainpage) content classes. Just wondering what contexts these are meant to be used in.
Purple Hexagon
  • 3,538
  • 2
  • 24
  • 45
0
votes
1 answer

Infrastructure for Automatic User Logon (SSO) with Active Directory / LDAP / NTLM

I have to set up an automatic logon system for an eZ Publish Website hosted on a debian server. The pitch is : "a client is logged on its Windows session (User registered on a Windows Active Directory (so LDAP)) ; when he'll arrive on the intranet…
Charles B.
  • 11
  • 2
-1
votes
1 answer

Delete children objects where create data is less than "X" hour - eZ Publish 5

I need simple php code for deleting children objects in ez publish 5, i'm trying to create cron job file and delete objects in ez publish where created date is leess then "x" hour , in my case it is 24 hour. if some have had wrote this…
1 2 3
13
14