New error code

Here is the error that I got while adding my parse file:

    MySource Warning
    All design areas need to have an "id_name" and a "design_area" [CORE0143]
    
    The extension 'zlib' couldn't be found. Please make sure your version of PHP was built with 'zlib' support.


Does this mean that I have to rebuild php? And if I do, do I have to reinstall Matrix?

It means that a design area is missing an id name or a design area:


<mysource_area id_name=“unique_id_name_for_area” design_area=“metadata” />



All design areas need both - make sure they are all there.



The zlib error is pretty descriptive - you need zlib support compiled into php:

http://au2.php.net/zlib



You won’t need to re-install matrix - an often times you can add a php module quite easily. The php website should have a stack of info to help.