Page 1 of 1

Web Auction Installation Instructions

PostPosted: Sun Apr 17, 2011 10:30 am
by Movin
Hi,

I have installed "webauction" regarding the web auction installation instructions-but I failed.

Concerning "Step 5" - "Log In" (t this point, your web auction installation is available here. You can log into the administration section here with username admin and password password. ) I clicked on the "here" Button but the following message appeared:

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/8/d362753340/htdocs/webauction/dataface/dataface-public-api.php on line 468.

However in this line (467 and 468) there is the following code:
function df_translate($id, $default=null, $params=array(), $lang=null){
return Dataface_LanguageTool::getInstance($lang)->translate($id,$default,$params, $lang);


Could someone explain me what I can do to solve this problem?

Thanks in advance

Kind regards
Elmar

Re: Web Auction Installation Instructions

PostPosted: Sun Apr 17, 2011 11:16 am
by shannah
Sounds like you're probably running on PHP 4. Can you confirm this? PHP 5.2 or higher is now required.

-Steve