CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 Yet an other problem with CCS when uploading the site online

Print topic Send  topic

Author Message
Philou ^_^
Posted: 07/15/2003, 10:36 AM

O hayô gozaimasu.
Paix et félicité.

Yes new bug !
the website I made worked perfectly on my local account (php mysql)!
and when I uploaded it (I've tried with my own ftp and even configured CCS
to try it), I get this error : Parse error: parse error in ./Classes.php on
line 126

that's the function
function AllParamsSet()
{
$blnResult = true;

if(isset($this->Parameters) && is_array($this->Parameters))
{
reset($this->Parameters);
while ($blnResult && list ($key, $Parameter) = each
($this->Parameters))
{
//THIS LINE IS SUPPOSED TO BE THE PROBLEM
if($Parameter->GetValue() === "" && $Parameter->GetValue() !== false
&& $Parameter->UseIsNull === false)
$blnResult = false;
}
}
return $blnResult;
}

now I was just wondering if any of you had problems uploading the site
online and if you did do you know why it has a problem here ^_^;

Bonne journée et soyez heureux. ^_^
ICQ : 44116813
AIM & IRC & YAHOO : Philou255
MSN :philou255@hotmail.com
HL : AnimeParadise.mine.nu
My software never has bugs, it just develops random features.

Philou ^_^
Posted: 07/16/2003, 3:05 AM

O hayô gozaimasu.
Paix et félicité.

ok sorry my fault it was my ISP which was using php3 instead of php4 and of
course the triple = didn't work ^_^;
thanks to all those who didn't answer ^_^

Bonne journée et soyez heureux. ^_^
ICQ : 44116813
AIM & IRC & YAHOO : Philou255
MSN :philou255@hotmail.com
HL : AnimeParadise.mine.nu
My software never has bugs, it just develops random features.


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.