When we make login in our website, the page isn’t showed, the site is: http://aviancavirtual.tk user: ONE009 password: testing
EDIT1: I have found the error, is that code:
\<?php $contabids = SchedulesData::GetBids(Auth::$pilot-\>pilotid); if ($contabids \> 0) { $bidscontados = $contabids(count); } else { $bidsconstados ="0"; } if($contabids \>0){ ?\>
What i can change here for correct this error?
Parkho
September 25, 2017, 7:55am
2
4 hours ago, ArthurHetem said:
$bidscontados = $contabids(count);
What do you trying to do in above code? If you’re trying to count number of bids then the following is the right code to do it:
$bidscontados = COUNT($countabids);
Also, I am not sure that “crewcenter” will work well the way you have installed it. I think there are a few important reasons why the install instructions specially state that it must be installed on a separate subdomain.
On 25/09/2017 at 4:55 AM, Parkho said:
What do you trying to do in above code? If you’re trying to count number of bids then the following is the right code to do it:
$bidscontados = COUNT($countabids);
Thank you, its working fine
LukeW
September 29, 2017, 6:47pm
5
Yeah CrewCenter is designed to be used on a separate subdomain as Parkho said this code is how to count bids
Glad to hear it is all working now
$bidscontados = COUNT($countabids);