Smartys wrote:That sounds like a host issue, there's no place where PunBB would output that string
That's definetly a host issue, i'm fully agree. I repeat that i had to add this string to all *.php files, which use SQL quieries, - because i need PostgreSQL(pgsql.so) enabled. So every scripts which uses SQL starts from:
#!/usr/local/temp/php/bin/php -c/http/to/tourclub.rsu.ru/etc/php.ini
<?php
...
May be this string can be include in $PATH of my environment of FreeBSD in some way?
Is this output optional and depends on php.ini, like some kind of E_NOTICE output?
Moreover, ?There is a bug? with select query (admin_ranks.php), when updating an existing rank, in version 1.2.14 which i've downloaded from http://punbb.org! It's easy to fix, I don't have any possibility to view all topics with bugs...
P.S. Such strings don't appear at all when i use single scripts.... and then i pass parameters from *.html forms using POST method also.