Mihamina Rakotomandimby

To content | To menu | To search

Friday 11 February 2011

EzPublish EzTeamroom No XML data available

Installing EzTeamroom

When launching the final installation command of Ezpublish:

www-data@dev-01:/var/www/PDCH.ezpublish440$ php extension/ezxmlinstaller/bin/php/xmlinstaller.php --template=teamroom/installezteamroom --siteaccess=plain_site --allow-root-user
Using siteaccess "plain_site" for installation from XML
Checking requirements...
Trying to install data from XML ...
No XML data available.

How I solved

When you face this "No XML" Error, first go to the Administrator Web interface:

  • Setup
  • Extensions
  • Check: ezxmlinstaller, ezjscore, ezie, ezevent, ezlightbox, ezteamroom
  • Update
Then re-launch the command.

Wednesday 10 November 2010

ezpublish add siteaccess

Goal

I first wanted to install ezteamroom on my ezpublish 4.3, but it requires me to have created "siteaccess" before. This is how to create "siteaccesses"

Documentation

There is an existing documentation, but guess why screenshots did not match my installation.

Download requirements

I had to install ezwebin, and as I am there, I also installed all the ezteamroom requirements:

git clone https://github.com/ezsystems/ezwebin.git ezwebin
git clone https://github.com/ezsystems/ezlightbox.git ezlightbox
git clone https://github.com/ezsystems/ezxmlinstaller.git ezxmlinstaller
git clone https://github.com/ezsystems/ezteamroom.git ezteamroom
git clone https://github.com/ezsystems/ezevent.git ezevent
Then following the documentation is OK, but you just dont need to swap the "Home" page because the root node is already a folder.

What's next

Let's install ezteamroom, then...

Sunday 22 August 2010

PHP session data support

Store a class PHP $_SESSION

This is not yet possible in PHP.
You have to find a workaround and it depends on your programm.