Re: [PHP-DB] php_warn

2010-02-16 Thread Chris
madunix wrote: solved by setting error reporting to 0 in “configuration.php” file $mosConfig_error_reporting = '0; That hides the problem, it doesn't solve it. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP-DB] php_warn

2010-02-16 Thread madunix
solved by setting error reporting to 0 in “configuration.php” file $mosConfig_error_reporting = '0; -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] php_warn

2010-02-11 Thread Daniel Brown
On Thu, Feb 11, 2010 at 08:49, madunix wrote: > some of my web pages having the following issue when i call them > Warning:main(main_page.html.php): failed to open stream: No such file > or directory in /www/htdocs/web/public/public.php on line 50 > Warning:main(): Failed opening 'main_page.html.p

Re: [PHP-DB] php_warn

2010-02-11 Thread Kamil Walas
include_once()? Link: http://www.php.net/manual/en/function.include-once.php W dniu 2010-02-11 14:49, madunix pisze: some of my web pages having the following issue when i call them Warning:main(main_page.html.php): failed to open stream: No such file or directory in /www/htdocs/web/public/publ