This topic is locked
[SOLVED]

 trigger_error(mysql_error(), E_USER_ERROR);

10/18/2011 10:38:59 PM
PHPRunner General questions
C
carrie3800332 author

HELLO !
I Use PHPRUNNER 5.3(Build 7474) AND Apache ver2.2.8 AND PHP ver5.2.6 AND Mysql ver5.0.51b

My Project Full Build RUN Program Have Error Message:

Fatal error: Table 'agriculture.agriculture_new_ugrights' doesn't exist in C:\AppServ\www\agriculturenew\include\dbconnection.php on line 37

dbconnection.php on line 37
function db_query($qstring,$conn)

{

global $strLastSQL,$dDebug;

if ($dDebug===true)

echo $qstring."
";

$strLastSQL=$qstring;

if(!($ret=mysql_query($qstring,$conn)))

{

trigger_error(mysql_error(), E_USER_ERROR);

}

return $ret;
}

No such problem before AND No changes in other programs(PHPRUNNER 5.3(Build 7474) AND Apache ver2.2.8 AND PHP ver5.2.6 AND Mysql ver5.0.51b)

What is the problem AND How to deal with It

Thanks!

Sergey Kornilov admin 10/19/2011

You need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.