DB Error: not found
Posted: Wed Sep 16, 2009 9:20 pm
Hey,
Ive installed web meetme which is a web based application coded in php and used PEAR for database access and everything is working fine except no records are being written to the cdr and participants tables, this is because the cbEnd.php script is not running. Below is the output of the cbEnd.php when I run in manually. I am running asterisk 1.4.20.1 and web meetme 3.1.0 and the latest release's of PEAR,PHP and MySQL.
./cbEnd.php
PHP Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/php5/PEAR/PEAR.php on line 569
PHP Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/php5/PEAR/PEAR.php on line 572
PHP Strict Standards: Non-static method DB::connect() should not be called statically in /usr/local/apache2/htdocs/web-meetme/lib/database.php on line 8
PHP Strict Standards: Non-static method DB::parseDSN() should not be called statically in /usr/share/php5/PEAR/DB.php on line 520
PHP Strict Standards: Non-static method PEAR::raiseError() should not be called statically in /usr/share/php5/PEAR/DB.php on line 543
PHP Strict Standards: Non-static method DB::errorMessage() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/DB.php on line 965
PHP Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/DB.php on line 688
PHP Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/share/php5/PEAR/DB.php on line 594
PHP Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/PEAR.php on line 867
PHP Strict Standards: Non-static method DB::isError() should not be called statically in /usr/local/apache2/htdocs/web-meetme/lib/database.php on line 9
PHP Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/share/php5/PEAR/DB.php on line 594
DB Error: not found
Its not giving me many clues to the problem with DB Error : not found.
Others seem to be using this script without problems so im assumeing there is something wrong with my PEAR install, is there anything I can do to test to make sure its working.
Ive installed web meetme which is a web based application coded in php and used PEAR for database access and everything is working fine except no records are being written to the cdr and participants tables, this is because the cbEnd.php script is not running. Below is the output of the cbEnd.php when I run in manually. I am running asterisk 1.4.20.1 and web meetme 3.1.0 and the latest release's of PEAR,PHP and MySQL.
./cbEnd.php
PHP Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/php5/PEAR/PEAR.php on line 569
PHP Strict Standards: Assigning the return value of new by reference is deprecated in /usr/share/php5/PEAR/PEAR.php on line 572
PHP Strict Standards: Non-static method DB::connect() should not be called statically in /usr/local/apache2/htdocs/web-meetme/lib/database.php on line 8
PHP Strict Standards: Non-static method DB::parseDSN() should not be called statically in /usr/share/php5/PEAR/DB.php on line 520
PHP Strict Standards: Non-static method PEAR::raiseError() should not be called statically in /usr/share/php5/PEAR/DB.php on line 543
PHP Strict Standards: Non-static method DB::errorMessage() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/DB.php on line 965
PHP Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/DB.php on line 688
PHP Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/share/php5/PEAR/DB.php on line 594
PHP Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in /usr/share/php5/PEAR/PEAR.php on line 867
PHP Strict Standards: Non-static method DB::isError() should not be called statically in /usr/local/apache2/htdocs/web-meetme/lib/database.php on line 9
PHP Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/share/php5/PEAR/DB.php on line 594
DB Error: not found
Its not giving me many clues to the problem with DB Error : not found.
Others seem to be using this script without problems so im assumeing there is something wrong with my PEAR install, is there anything I can do to test to make sure its working.