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

learn more… | top users | synonyms

0
votes
2answers
11 views

Moving an ezPublish site

I've never used ezPublish before, but I got the question if I could try to move a site. I found a forum post ...
1
vote
2answers
53 views

Ez Publish Unable to get REST API working

I am new to Ez Publish, I would like to make the default Rest API working as a first step and next developing my own Rest API extension for mobile communication purpose but I am blocked at the first ...
1
vote
1answer
87 views

Symfony 2 form in eZ Publish 5, CSRF intuition

I'm working on a eZ publish 5 project. This CMS is based on symfony 2. I have built a form without class as described in tge page : ...
0
votes
0answers
27 views

eZPublish 5 : Impossible to create a new article in front end - database error with 'sort_key_int'

Here is my code to create a new article in the front end with Symfony http://pastebin.com/duBnuvW4 I have used the code from the documentation : ...
0
votes
1answer
41 views

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 ...
0
votes
1answer
63 views

Indexing CJK and strip HTML tags

I am using eZ Find, a front end of eZ Publish to solr, to index some fields containing japanese text and html tags. I modified the text analyzer as below in schema.xml: <fieldType name="text" ...
0
votes
1answer
56 views

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 ...
0
votes
1answer
37 views

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: ...
1
vote
2answers
97 views

Setup Solr for ezPublish

I am using eZPublis(4.6.0). I have set solr folder folder in my xampp folder and activated the eZFind extension in \settings\override\site.ini.append.php. My solr is runing on port 8080 ...
0
votes
1answer
54 views

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 ...
0
votes
2answers
129 views

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 ...
1
vote
3answers
100 views

ezpublish backend pushing to wordpress frontend

I have this problem that our primary news site is already running on wordpress. Due to the editorial workflows and some new projects, i am checking ezpublish. But I want to keep wordpress frontend and ...
0
votes
3answers
202 views

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 ...
0
votes
1answer
123 views

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 ...
2
votes
1answer
143 views

jQuery - Double-colon in JSON URL

For a project I'm building in EZPublish I'm using the EZJScore module to generate JSON arrays. Ezjscore requires me to seperate parameters with double colons, for example: ...
0
votes
1answer
119 views

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 ...
0
votes
2answers
129 views

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 ...
1
vote
1answer
3k views

EZPDF - Documentation, Tutorial, Anything?

I've been handed a project that utilizes the ezpdf class to generate PDF files. Problem is, I can't seem to find any documentation on it on the net. I've figured out most of changes that my bosses ...
0
votes
1answer
324 views

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 ...
1
vote
2answers
198 views

ezurl operator in JavaScript

Is there a way to find out an eZPublish module-path in a plain JavaScript file? I have to call a Module from JS, but i won't hardcode the url to the module. Is there a function like the ezurl() ...
1
vote
2answers
159 views

Easiest SOLR install for a non coder? Is it a CMS? Low budget

I need a simple way to have powerful search. Im pretty confident in Solr being the right solution as per here Can solr serve individual documents like a CMS would? however I am trying to find the ...
0
votes
3answers
129 views

ezpublish : want to get new comment and delete it

In an ezpublish extension i need to know when a new comment is created and to get all informations about it. I have seen in a blog that an object can be get with this: $currentNode = ...
0
votes
2answers
136 views

eZPublish Extension setup script

I am coding an extension for eZPublish which has an own eZPersistantObject, so it needs an own database table. Is there any way to provide a kind of setup.php or something, which runs on extension ...
1
vote
2answers
473 views

Rewriting index.php form URL using only httpd.conf on EZ Publish site

I'm attempting to use Apache rewriterules to strip index.php from the url, but I've hit a brick wall. The following urls currently resolve to their correct pages: ...
0
votes
1answer
111 views

eZPuzblish regerate ezurl table

The Problem The url-policy for one of my projects has changed. They want to have lowercase URL's (plain old style). Example: http://www.myproject.tld/archive/articles/the-thruth-is-in-here For now ...
0
votes
1answer
100 views

Run PHPUnit silently

I would like to know if it is possible to run PHPUnit tests silently and to show results manualy ? Here is my file (this is the first time I use xUNIT tests) : ...
1
vote
1answer
85 views

ezfind installation

I have installed ezpublish, and ezcomponent placed in lib/ezc. *Now, i want to install ez find. i have followed 3 steps according to install.txt (that present in ezfind folder) In the fourth step ...
0
votes
1answer
104 views

How do I normalize eZ Find Search Score across multiple shared indexes?

I am currently searching 3 different indexes on 3 different sites (Site A has access to the indexes of Site A, B, and C, and so on...) using eZ Publish extension, eZ Find (uses Apache Solr). This all ...
6
votes
2answers
472 views

Three rather than Four step forgot password functionality

I am using the EZ Publish CMS: What is currently happening: From the forgot password page, user enters the email address that they used to register and submits User receives an email with a ...
1
vote
1answer
220 views

Ez Publish create file input field inside feedback_form

There's anyone around here who knows how to create a contact-form (maybe extending the feedback_form class) with a file input field (using ez-publish v.4.3)? any help would be really appreciated! ...
0
votes
1answer
147 views

ezpublish header links how do I push/remove link?

just don't know how can I control over the visualization of links in my header (ezPublish 4.3) thanks
2
votes
1answer
1k views

Entering custom HTML-code in EZ Publish's TinyMCE will not work

I've added the "html"-button to TinyMCE on an EZ Publish site so that the users can write custom html into the xmlblock-field. But html-code with div-, img- and other tags get stripped when the user ...
2
votes
0answers
181 views

Get eZ Flow zones of an object

for a navigation on our site I need to fetch a specific zone and the included blocks from some objects in our eZ Publish installation. Can you tell me how I can fetch the blocks in this zone? I ...
0
votes
2answers
133 views

How can I do a Directory Listing of ebsites with Ez?

I need to do a specific task with Ez Publish but I don't have a clue on how to do it. What I need to do is a list of Websites(Website directory). I will need to add basically two kinds of data: ...
0
votes
2answers
488 views

Ez Publish 4.5 is free or is only Enterprise Edition?

I'm new to Ez Publish. I need to know if the Ez Publish is like Joomla and is completely free or is a commercial open source application. It is possible to use Ez Publish without paying any fees? PS: ...
1
vote
1answer
171 views

Ez Publish - Which files should I edit to control the Upload mechanism

I'm new to Ez Publish. I need to change the behaviour of the File Upload mechanism in the Ez Publish. I'm kind of lost in which files should I edit. Can someone give me a clue? Best Regards,
0
votes
1answer
168 views

Error with Ez Publish

i have an error when i want to install eZ-Teamroom when i finish the eZ Teamroom installation, i simply run this command in my eZ publish root directory php ...
0
votes
4answers
383 views

ez publish competitors as internally good cms / framework

i need to put a corporate site under a cms, which i haven't finally chosen yet, and have some tight requirements for it: it should be very well organized at a code level, as i'm a developer and i ...
0
votes
1answer
243 views

Traverse ez-multioption attribute options in EZ Publish PHP-side

I need help to traverse all options in a multioption. I use the Product-class with a new multioption-attribute called "product_properties". I need a function to check if the optionID the user chose ...
3
votes
7answers
691 views

How can i count array keys in ezpublish?

i have a problem counting array keys value in ezpublish whose php function is array_count_values(); i need a similar function in ezpublish. Is there any operators in ezpublish or i have to make an ...
1
vote
1answer
301 views

How can i merge array in ezpublish template?

If any one could help me to add arrays in ez publish. i have arrays link {def $a = array(a,b,c)} {def $b = array(d,e)} i want an output in an array like $c = array(a,b,c,d,e);
5
votes
2answers
674 views

How to use Custom PHP Functions in eZ Publish Templates?

Hi i am wondering if i could use PHP functions in ez publish templating. If any one knows how to use it. Any hint will be greatful. eg:- i want to use str_replace() PHP function in ez-publish ...
1
vote
2answers
653 views

ezPublish - How to let users add content objects

I have already asked this question on share.ez.no. But since I didn't get any question or answer back, I thought let me try my favorite site and see if it gets some traction. I want to accomplish ...
1
vote
1answer
190 views

ezPublish Translation mixup

I'm trying to create a development mirror site of an ezPublish site so I can stage changes without messing up the main site. I copied the database and the filesystem and changed the ini files to ...
4
votes
2answers
479 views

using LDAPS authentication

I am using LDAPS authentication with Open source CMS ez publish. I have made all the configuration settings that I am suppoed to make. But, I still cannot get LDAPS authentication to work! on ...
0
votes
2answers
718 views

eZ Publish template creation

I'm trying to add a new template (.tpl) file to an existing design for a company. It is fairly basic: * New page with iFrame that can be controlled from admin. * Add new CSS to the new file that will ...
3
votes
2answers
621 views

How to you find the previous/next sibling of a node?

with eZ Publish, when given an ezContentObjectTreeNode object, how can I find its previous/next sibling? Is there a template operator? If not, is there a php method?
0
votes
0answers
114 views

ezPublish package installation issue

I am have a number of packages I am deploying onto an ezPublish site. 4 out of 5 have gone up smoothly. However one fails on an error: Document is empty in /path/to/package/package.xml, line: 1 in ...
1
vote
3answers
558 views

ezpublish for practical e-commerce?

For while now I have been using ezpublish as a framework, and CMS when my web projects are based on PHP, and I must say, I have grown accustomed to it because of its flexibility for most scenarios. ...
1
vote
1answer
766 views

How to apply vignette image magick filter in ez publish

Hi Im using eZ Publish and wish to apply a vignette filter to a image, how I am not sure how to do so in the image.ini file. At the moment I have [frontitem] Reference= Filters[] ...

1 2