search for: e_al

Displaying 20 results from an estimated 21 matches for "e_al".

Did you mean: eval
2005 Sep 08
2
PHP issue on Centos
Hello all, I'm trying to configure a web development & content management application called siteseed under centos 4.1 My centos install is a minimal with httpd, mysql php added via yum. Problem: PHP complains with errors that look like : 10.192.129.12] PHP Notice: Undefined variable: article_comment in /var/www/html/siteseed/index.php on line 112 [client
2011 Jan 03
1
php.ini disabled notices still shows notices in the logs
Hello, I did some google searches but could not find anyone raising a similar issue immediatly but perhaps there is already somewhere a bugreport upstream about this I did overlook ... When you disable notices in /etc/php.ini: error_reporting = E_ALL & ~E_NOTICE on a simple LAMP setup of CentOS 5.x (running 5.0 up to 5.5) I still see notices in the log files ... (which causes a serious overhead of logs in my case ...) Anyone can confirm this and/or can point me towards bugreports/solutions? Regards, George
2006 Mar 29
1
Using boolean terms in PHP bindings
...weight=3 unhtml index landing_page : field=landing_page document_text : field=document_text unhtml index abstract: field=abstract category: field=category boolean=XC - - - - - - php - - - - - - //load the module dl ("xapian.so"); //report all errors error_reporting (E_ALL); $db = new_database ("/www/servers/util/omega/test/default"); $stemmer = new_stem ("english"); //create a query parser $query_parser = new_queryparser(); //set the stemmer and turn on the stemming strategy queryparser_set_stemmer ($query_parser, $ste...
2007 Jan 15
1
phpagi transfer example
Hi, i want to to this thing with php AGI: #!/usr/local/bin/php -q <?php set_time_limit(30); require('phpagi.php'); error_reporting(E_ALL); $agi = new AGI(); $agi->answer(); $cid = $agi->parse_callerid(); $agi->text2wav("Hello, {$cid['name']}."); $agi->text2wav('Enter some numbers and then press the pound key. Press 1 1 1 followed by the pound key to quit.'); $result = $agi->get_data(...
2009 Sep 02
1
web meetme PHP undefined variable
I am hoping maybe some of you have come across these before in your experience with web meetme. Below are the messages im receiveing when I load the web meetme home page. Notice: Undefined variable: s in /usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 9 Notice: Undefined variable: logoff_section in /usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 12 Notice:
2009 Sep 02
0
problem with agi script not getting variable
...problem is that I seems the script is not getting the callerID. Bellow is the script _________________ #!/usr/bin/php -q <?php /** * @package phpAGI_examples * @version 2.0 */ set_time_limit(30); require('phpagi.php'); error_reporting(E_ALL); $agi = new AGI(); $agi->answer(); $cid = $agi->parse_callerid(); $agi->exec("Flite","\"Hello, {$cid['name']}.\""); $agi->exec("flite","\"Goodbye\""); $agi->hangup(); ?&gt...
2009 Oct 25
1
Asterisk-stat! - help needed (once again due to mailserver problem)
Dear all, I'm trying to install Asterisk-stat (ASTERISK CDR ANALYSER) following: http://www.voip-info.org/wiki/index.php?page=Asterisk+CDR+Areski+GUI however it fails to run properly - lots of lines like: **Notice**: Undefined variable: s in */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line *26* **Notice**: Undefined variable: t in */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line
2008 Nov 07
0
CEntOS-5.2 & php-mssql
...php program on two servers (CEntOS-5 and Debian). CEntOS-5.2 (final) - php 5.1.6-20 - php-mssql 5.1.6-15 (from "extras" repository). - freetds 0.64-11 --------------------------- php test code -------------------------------- <?php ini_set('display_errors',1); error_reporting(E_ALL); $user='dbuser'; $pass='dbpassword'; $server='calcantita'; $db='dbtest'; $conn = mssql_connect($server, $user, $pass) or die('Connection error'); $dbselect= mssql_select_db($db, $conn) or die('DB select error.'); $sql = '...
2012 Jun 05
1
How to rotate PHP error log - since it belongs to apache
Hello, I'm using CentOS 6.2 with the stock rpm php-5.3.3-3.el6_2.8.x86_64 and the following /etc/php.ini file: error_reporting = E_ALL & ~E_DEPRECATED display_errors = Off error_log = /var/log/php/php_errors.log and that file is very useful for me because I have many custom PHP-scripts at my site, but that file keeps growing too... :-) So my question is for how to rotate it (esp. since it should be owned by "apache...
2006 Apr 10
2
HTML / PHP
Has anyone made, or have any simple PHP, or HTML interfaces where by a user could enter their number and the number they want to call, and have asterisk bridge the calls?
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
...ail addresses are migrated to "otherMailbox" AD attributes. Perhaps someone else finds it useful as well. It should be easy to adjust for your own needs. It requires apache2, php5 and php5-ldap. Here it is: <?php ini_set('display_errors', 'Off'); error_reporting(E_ALL); $samba3_server = "s3_server_ip"; $samba3_port = 389; $samba3_dn = 'ou=users,dc=example,dc=com'; $samba3_filter="(uid=*)"; $samba4_server = 'ldap://s4_server_ip'; $samba4_user = 'Administrator at REALM'; $samba4_pass = 'very_secret'; $samba4_p...
2013 Oct 04
5
php 5.1 to 5.3
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad! Thank you in advance. Nikos -- Untitled Document ------------------------------------------------------------------------ *?????? ????? - Gatsis
2010 Jun 15
4
can't seem to register, status unmonitored
Hi everybody, I am trying to register my softphone(twinkle) on an asterisk server. Everything seems to be fine. Here is the output on show registrations in twinkle: Tue 18:57:51 nikhil: you have the following registrations <sip:2001 at 172.26.48.208 <sip%3A2001 at 172.26.48.208>>;expires=3013 208 is ip of the asterisk server. on the server on doing 'sip show peers' , it
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...k.priv'' { $httpd_maxclients = 50 $php_display_errors = ''on'' $envname = ''staging'' $envstr = ''stag'' include mywebserver } node ''dev.myprivatenetwork.priv'' { $httpd_maxclients = 20 $php_error_reporting = "E_ALL" $php_display_errors = ''on'' $envname = ''dev'' $envstr = ''dev'' include mywebserver } manifests/classes/mywebserver.pp would contain somethine like this: import "php" import "httpd" class mywebserver { include ce...
2009 Oct 02
0
Sending a DTMF remotely with PlayDTMF problem.
...ouch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Call parking ------------ Parking extension : 70 Parking context : parkedcalls Parked call extensions: 71-78 My script is: #!/usr/bin/php -q <?php error_reporting (E_ALL); set_time_limit(60); ob_implicit_flush(false); $ip_asterisk = "127.0.0.1"; $user_asterisk = "admin"; $pass_asterisk = "forward"; $canal = "SIP/1000-0a292360"; //hardcodeado $oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or die("Connectio...
2009 Oct 03
0
Problem sending a DTMF remotely. Please need help...
...ouch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Call parking ------------ Parking extension : 70 Parking context : parkedcalls Parked call extensions: 71-78 My script is: #!/usr/bin/php -q <?php error_reporting (E_ALL); set_time_limit(60); ob_implicit_flush(false); $ip_asterisk = "127.0.0.1"; $user_asterisk = "admin"; $pass_asterisk = "forward"; $canal = "SIP/1000-0a292360"; //hardcodeado $oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or die("Connection...
2009 Oct 06
0
Problem sending a DTMF remotely. Please need help!!!
...ouch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Call parking ------------ Parking extension : 70 Parking context : parkedcalls Parked call extensions: 71-78 My script is: #!/usr/bin/php -q <?php error_reporting (E_ALL); set_time_limit(60); ob_implicit_flush(false); $ip_asterisk = "127.0.0.1"; $user_asterisk = "admin"; $pass_asterisk = "forward"; $canal = "SIP/1000-0a292360"; //hardcodeado $oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or die("Connection...
2009 Oct 05
1
Problem sending a DTMF remotely. Please need help!!
...ouch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Call parking ------------ Parking extension : 70 Parking context : parkedcalls Parked call extensions: 71-78 My script is: #!/usr/bin/php -q <?php error_reporting (E_ALL); set_time_limit(60); ob_implicit_flush(false); $ip_asterisk = "127.0.0.1"; $user_asterisk = "admin"; $pass_asterisk = "forward"; $canal = "SIP/1000-0a292360"; //hardcodeado $oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or die("Connection...
2005 Apr 04
0
io timeout after 180 seconds
...n = fgets($fp, 4094); // Maximum windows buffer size ~ fclose ($fp); ~ return $in; ~ } } // }}} // {{{ requires require_once 'Console/Getopt.php'; // }}} // {{{ grab command line vars // don't run out of time set_time_limit(0); // we want all errors error_reporting(E_ALL); $args = Console_Getopt::readPHPArgv(); if (PEAR::isError($args)) { ~ die('Fatal Error: ' . $args->getMessage() . "\n"); } $options = Console_Getopt::getopt($args, 'dhtr', array('debug', 'help', 'test', 'reinit')); if (PEAR::isErro...
2019 Apr 04
5
Migration to samba4 ad and sync to openldap.
I managed to do migration using "classicupgrade". Doing tests with debian buster 2:4.9.4+dfsg-4. For the moment using samba internal dns and sub-domain of ad.advocap.org. Had issue forwarding dns if I used main domain. When it comes to real production will use bind that I understand better but don't want to mess with my other dns servers now. Had a w10 box join samba4 ad