Then I discovered that there is no /homepages directory in root (or /pages or /modules ...).
and
/homepages/21/d111430206/htdocs/temp/unzip/info.php
That's right, there are no homepages in your root or pages etc
The homepages is the root of your webserver,
in it is a path to your htdocs,
/homepages/21/d111430206/htdocsthe htdocs is your website root, here are the pages wich will be send when someone surfs to
www.yourwebsite.comThe error :
Parse error: syntax error, unexpected T_STRING in /homepages/21/d111430206/htdocs/temp/unzip/info.php on line 2
simple tells you that /temp/unzip/info.php (in your website root) has illegal php code, a syntax error
When you install something through the backend of wb, wb will receive the zip and unzips it in your temp directory (websiteroot/temp/unzip)
Then it tries to read the info.php so wb's install routine knows what you are installing, template, module etc
Then it should copy the content of temp/unzip to the correct location, /templates for example after wich it will fire up the install.php.
In this case your info.php is not correct. PHP gives an error and WB halted
Have fun,
John