This topic is locked

Parse error in template Jobs

11/30/2007 6:05:12 AM
PHPRunner General questions
M
maxsoftware author

I try to use template JOBS in PHPRUNNER...but only when i try to open jobs_list.php i receive this answer:

Parse error: syntax error, unexpected T_STRING in /home/httpd/vhosts/demo-comuni.com/httpdocs/JOBS4/include/jobs_events.php on line 158

this line is:

$rstt = db_query("select `Title`, concat(City,', ',state,' ',Zip) as Location, jobtype.Type as Category From `jobs` left join jobtype on jobtype.ID=jobs.TypeID where jobs.ID=".$_REQUEST["editid1"], $conn);
The same if I try in local whit easyphp1.8... I think that is strange..I don't modify nothing from template...you know what is this error?

Please ... I need exactely this project for my work...
PS(all other template run well)

Thank's

J
Jane 11/30/2007

Hi,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site