<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
Hi Daniel<br>
<br>
<br>
In apache log i found this error:<br>
<br>
[error] an unknown filter was not added: PHP <br>
[error] [client my client] PHP Parse error: syntax error,
unexpected T_CONSTANT_ENCAPSED_STRING in 'my
domain'/routing/php/pgrouting.php on line 42, referer: <br>
<br>
<br>
Line 42 is my db data:<br>
<br>
<br>
// Connect to database<br>
$con = pg_connect("dbname=".PG_DB." host=".PG_HOST."
user=".PG_USER "Password=".PG_PASS);<br>
<br>
<br>
<br>
do you know what is the problem?<br>
<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
<br>
Em 10-07-2012 17:12, Daniel Kastl escreveu:<br>
</div>
<blockquote
cite="mid:CABXBSH9k4noDQ=go0E1486j20OgwefjxVgsdLo3k7W=ZTJTZtA@mail.gmail.com"
type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div><br>
server: <a moz-do-not-send="true"
href="http://pastebin.com/tdWDgj54" target="_blank">http://pastebin.com/tdWDgj54</a><br>
<br>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>You're missing quotation in line 11 ... that's when the
code highlighting becomes weird.</div>
<div><br>
</div>
<div>Otherwise, try to output the SQL queries to the server log
and then run the query in the terminal.</div>
<div>Like this you can see if your query is OK or not.</div>
<div><br>
</div>
<div>Daniel</div>
<div> </div>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<span
style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic
UG & Georepublic Japan<br>
eMail: <a moz-do-not-send="true"
href="mailto:daniel.kastl@georepublic.de"
style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>
Web: <a moz-do-not-send="true" href="http://georepublic.de/"
style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span><br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Pgrouting-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pgrouting-users@lists.osgeo.org">Pgrouting-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users">http://lists.osgeo.org/mailman/listinfo/pgrouting-users</a>
</pre>
</blockquote>
<br>
<br>
</body>
</html>