CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Error in PHP

Print topic Send  topic

Author Message
sujatha
Posted: 01/09/2002, 12:39 AM

I generated the employee directory site from cc example to my remote server and i get the following error.


Parse error: parse error, expecting `']'' in /home/xixvxechxa/xixexlxxdxxtxon-www/employee/common.php on line 72

Warning: Cannot send session cache limiter - headers already sent (output started at /home/divecha1/pixelproduction-www/employee/common.php:72) in /home/divecha1/pixelproduction-www/employee/Login.php on line 17

Fatal error: Call to undefined function: get_param() in /home/xixexhx1/pxxxlxroxuxtxon-www/employee/Login.php on line 46
Thanks
Nicole
Posted: 01/09/2002, 4:51 AM

Hello,
what is CC version you use? Try to upgrade to CC2.0.4. It is now available at www.codecharge.com/download as CC2.0.
Check the common.php file line 72 and around it. There should be:
if(isset($HTTP_POST_VARS[$param_name]))
$param_value = $HTTP_POST_VARS[$param_name];
else if(isset($HTTP_GET_VARS[$param_name]))
$param_value = $HTTP_GET_VARS[$param_name];
(this part of code is generated by CC2.0.4)

The rest errors are caused by first one.

   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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