I attempted to install, but received the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/19/database###/htdocs/directory/wp-content/plugins/wapple-architect/theme/wapl_builder.php on line 447
I attempted to install, but received the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/19/database###/htdocs/directory/wp-content/plugins/wapple-architect/theme/wapl_builder.php on line 447
Nevermind. I just realized that Wapple Architect requires PHP 5.
Now it works fine.
**Note: for those with 1and1 web hosting, you just need to add a single line to the .htaccess file in your wordpress directory:
AddType x-mapp-php5 .php
You'll need to do this for each installation of wordpress.
Thanks for supplying that info Brian.
You need PHP5 for simpleXML - it uses that to parse the result from a web service call.
Future versions won't have a reliance on it and even though PHP4 isn't even supported anymore, you'll still be able to use it.
You must log in to post.