Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





SquirrelMail Error: Warning: Fsockopen(): Unable To Connect To [ip Address]:143


If anybody has experienced the following SquirrelMail error:

Warning: fsockopen(): unable to connect to xx.xx.xx.xx:143 in
/home/virtual/siteX/fst/var/www/squirrelmail/functions/imap_general.php
on line 172

or something similar, then listen up, here's the solution. PHP 4.3.x
has known bugs with file handle and socket leak issues. This is true
up to PHP 4.3.3. The only solution for now is to revert to PHP 4.2.x.
I'm told that this issue only affects systems with 250+ SquirrelMail
sites.




View Complete Forum Thread with Replies

Related Forum Messages:
Warning: Stream_select(): Unable To Select [0]: No Error In ...
<?php
while (true) {
$read = array(STDIN);
$write = $except = NULL;
if (stream_select($read, $write, $except, 0)) {
}
}
?>

When I run this in PHP4, I get a "warning: stream select(): unable to
select [0]: No error" error. In PHP5, I don't.

View Replies !
Warning: Fsockopen() [function.fsockopen]: SSL: Connection Reset By Peer In
I keep gettin this error when i submit on the form hosts say its all ok for them but isnt for me

Warning: fsockopen() [function.fsockopen]: SSL: Connection reset by peer in
/home/jaynbhav/public_html/msn/msnpauth.php on line 67

Warning: fsockopen() [function.fsockopen]:
php_stream_sock_ssl_activate_with_method: SSL handshake/connection failed in
/home/jaynbhav/public_html/msn/msnpauth.php on line 67

Warning: fsockopen() [function.fsockopen]: failed to activate SSL mode 1 in
/home/jaynbhav/public_html/msn/msnpauth.php on line 67

View Replies !
Mysql - Error Warning Cant Connect To Localhost.
simple problem i cant seem to sort out.

i can login to mysql account through mydb studio windows program

but i try to login through php script

// Database Connection
$connect = mysql_connect("localhost", "root", "admin") or die(mysql_error());
mysql_select_db("databasename") or die (mysql_error());

i get error warning cant connect to localhost.


View Replies !
Warning: Smarty Error: Unable To Read Resource: "index.tpl" In
I am using "Smarty 2.1 Version" in php. It is giving following error

Warning: Smarty error: unable to read resource: "index.tpl" in
/home/httpd/tsils/parag/tradesite/Smarty.class.php on line 1095

the directory which is containing templates i.e. templates and templates_c is
having 777 permission.

Also tried with full absolute path in the Smarty.class.php. like
var $compile_dir = '/home/httpd/tsils/parag/tradesite/templates_c'

View Replies !
Warning: Odbc_connect() [function.odbc-connect]: SQL Error: [Microsoft][ODBC Driver Manager] Data Source Name Not Found
I have an access database which I used to demonstrate Java - ODBC
connectivity and it works fine.

I tried to access the same DSN (system DSN) thro' PHP and the
following error is displayed.

Warning: odbc_connect() [function.odbc-connect]: SQL error:
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified, SQL state IM002 in SQLConnect in
D:AjithTeachingPHPExamplesphpdbmstest.php on line 8
Connection Failed:

Database is there, DSN is defined, can access the DSN via Java but not
with PHP.

View Replies !
Use Fsockopen To Connect To Pop3 Mail Server
I am writing a application which use fsockopen to connect to pop3 mail server and check mails. It works fine for me. But, Now i am having problem with checking same server.

I mean when i try to connect to example.com from a script running at http://www.example.com/myscript.php it doesn't connect to server gives

PHP Code:

View Replies !
Specify A Source Address/interface To Use When Using Fsockopen
I am looking for a way to specify which IP or interface to use as the
source when calling fsockopen on a server with multiple IP's.

View Replies !
Unable To Connect
Here is the setup:

Server:
-SQL 2000 SP3 on a win2k box
-Firewall set up to allow connections for all ports
ntwdblib.dll version 2.8.0 (newest)

Client:
XP Pro SP2
Apache 2.0.52
PHP 4.3.8.8
ntwdblib.dll version 2.8.0 (copied from server)
extension=php_mssql.dll uncommented

i am unable to connect to MSSQL, PHP4 through Windows XP.

View Replies !
Unable To Connect To Certain SQL Servers From PHP On IIS.
I am unable to connect to certain SQL servers from PHP on IIS.

I have two IIS 5 servers, both are Windows 2000 Server boxes with PHP
4.3.4 and MDAC 2.80.1022.3. I have three SQL Server machines - two
SQL2K SP3a machines and one SQL 7.0 SP4 machine. One of the SQL2K
servers is the same machine as one of the IIS 5 servers.

One of the IIS servers, Server1, can mssql_connect to all three SQL
servers. The other IIS server, Server2, can only mssql_connect to one
of the SQL2K servers. I get a "connect failed" error when attempting
to hit the other two SQL servers. The one it can connect to,
incidentally, is the SQL server that resides on the _other_ IIS
server.

I have tried copying the PHP application from Server1 to Server2. The
same PHP app that can connect to all three SQL Servers from Server1
can only connect to SQL on Server1 from Server2.

Here's a chart of the servers:

ServerName |OS |SQL Version |PHP Can connect to...
-------------|-----------|----------------|-------------------------
Server1 |Win2k Svr |SQL2K SP3a |Server1, Server3, Server4
Server2 |Win2k Svr |N/A |Server1
Server3 |NT 4.0 |SQL7 SP4 |N/A
Server4 |Win2k3Svr |SQL2K SP3a |N/A

View Replies !
Unable To Connect To MySQL
I've finished coding php, run it OK with my localhost and uploaded to my Apache server with Linux OS. However, I'm seemingly unable to connect to mysql at the server side... and received the following message:

Could not connect to database: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

What's this message abt? I tried to get into MySQL without php on the server.. and received the same message at the console... how come?

View Replies !
Unable To Connect To Database Server
I am trying to install a PHP script on my server and get the following error message. I replaced username, directory, and folder name for security reasons.

---------------------------------------------------------------------------
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /bhome/username/directory/directory name/includes/functions/database.php on line 12 Unable to connect to database server!
-------------------------------------------------------------------------

Here is the DB Privileges. I subbed the personal data. Code:

View Replies !
Warning: Fsockopen() (how To Disable Debug Messages)
In Win32 PHP you can disable debug messages using the php.ini Can someone tell me how to do that in linux? there is no php.ini in linux Php script running on windows Php script running on linux.

View Replies !
Pg_connect() Unable To Connect To PostgreSQL Server:
Hi, I was working on a bunch of PHP scripts using postgreSQL when I decide to improve my setup. I upgrade to RH8.0 and put the last updates but when I trying to make pg_connect on my database, I always get this error:

Warning: pg_connect() unable to connect to PostgreSQL server: FATAL 1: IDENT authentication failed for user "postgres"

My DB is working fine but when I make a phpinfo() , I see that pgsql is compilated like this :

'--with-pgsql=shared'

Can somebody tell me if it is normal and if my pg_connect error coming from there?

View Replies !
Unable To Connect To Oracle 9 Database OCI8
I have a mandrake 10 box with apache 2 and php 4.3.8 preinstalled via rpms. We are trying to connect to an oracle 9 databse ( on a fedora box, in the same LAN) but have been unable to.

We intend to use adodb to for the database abstraction layer. Now we are trying to upgrade to php 4.3.11 to solve issues with the oracle instant client. This is update is done by compiling php 4.3.11 from source.

From phpinfo() , oracle module does not appear? Any of you have an idea of how we can actuially connect to the database ( using adodb and oci8) ? How can we troubleshoot?

View Replies !
Warning: Fsockopen(): Php_network_getaddresses: Getaddrinfo Failed: Name Or Service Not Known
Never seen such a situation !

Do you have once faced this problem ?

We use a fsockopen to retrieve a content from a URL [fsockopen ($url,
80, $errno, $errstr, 5);]. The content is dispalid corretly on a page
on one of our servers.
But on an other server (more-or-less same config.) the content is not
displaid !! with the error message ::

Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed:
Name or service not known in /home/virtual/site1/fst/var/www/html/..php
on line 46

A config. probem of PHP or Linux server ? Never seen that in the past !

View Replies !
Unable To Connect To MSSQL Server If User Is Non-admin
On my IIS server, I set it to reject anonymous logins (I need to eventually get the NT login names). I am able to run PHP scripts on the defined site (it can run a phpinfo() script).

On another computer, I try to access the page that reads from the database. If I logon on the remote pc as using the username of the database admin, I my script runs fine. If I logon as a regular user, I get the following errors: Code:

Warning: mssql_connect(): Unable to connect to server: largeserver in C:Inetpub
r_intraadodbdriversadodb-mssql.inc.php on line 424

Warning: Cannot modify header information - headers already sent by (output started at C:Inetpub
r_intraadodbdriversadodb-mssql.inc.php:424) in C:Inetpub
r_intraconfigconfig.php on line 51

View Replies !
Warning: Ftp_put(): Unable To Access
I'm using the following code on my website, but something seems to be wrong, cause everytime I try to upload something, I get this error:

Warning: ftp_put(): Unable to access in /home/cjbcc/public_html/members/koerel/party/uploads.php on line 16

<html>
<head></head>
<body>
<?
$ftp = ftp_connect("koerel.cjb.cc");
$source_file = $_POST['bestand'];
$logged = ftp_login($ftp,"***","***");
if ((!$ftp) || (!$logged)){
echo "der is iets mis!";
} else {
echo "je bent ingelogd";
}
if(isset($_FILES['bestand'])) {
    ftp_put($ftp,"x.gif",$source_file,FTP_BINARY);
    echo "Het bestand is opgeslagen";
} else {
    echo "Selecteer een bestand";
}
?>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="bestand"><br>
<input type="submit" name="submit" value="Upload">
</form>
</body>
</html>

View Replies !
Warning: MySQL: Unable To Save Result Set In
I'm running PHP/MySQL/Apache on my home system on Windows for testing purposes. As a run a specific query, I get this error:

Warning: MySQL: Unable to save result set in C:apachehtdocsfinal.php on line 129

Warning: Supplied argument is not a valid MySQL result resource in C:apachehtdocsfinal.php on line 132

I know the second result means the specified query cannot be found, and I'm guessing for some reason MySQL cannot save the query. Here is my code. PHP Code:

View Replies !
Warning: Unable To Open 'php2' For Reading:
I using PHP 3.0.16, Apache Web Server. and MySQL 3.22.34 in my Win 98 machine. The problem that i had is when i want to upload a picture in php the error Warning: Unable to open 'php2' for reading:Unknown error in crogram filesapache groupapachehtdocsmansteradd.php3 on line 23.

The sample of my coding is paste below. Can somebody help me to figure out what is the problem. Code:

View Replies !
Warning: MySQL: Unable To Save Result Set
I'm getting this error:

Warning: MySQL: Unable to save result set in /www/hosts/wwwroot/mainPage.php on line 11

Here is what line 11 looks like:

$articles = mysql_query("select entryID from articles where siteID like 'senior'");

View Replies !
Warning: (null)(): Unable To Obtain IDispatch Interface
I'm working on a site using COM to open word and excel documents, but i have an error with the CLSID, it says :

"Warning: (null)(): Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}: Server execution failed in monsite.php on line 21 Word could not be started"

and line 21 is : $word = new COM("word.Application",$server) or die("Word could not be started"); i work on a win2k server with IIS.

View Replies !
Warning: Unable To Open 'none' For Reading: No Such File Or Directory
I'm using copy($userfile,$dir.$userfile_name); to upload files and this works fine for small files. But if I have to upload large files (5-10mb) then I get the error message:

Warning: Unable to open 'none' for reading: No such file or directory

Are you not able to upload large files? Is there a fix to this?

View Replies !
PDFlib :: Warning: Dl(): Unable To Load Dynamic Library
I am a user of a Linux machine (not root) and I have installed PDFlib somewhere in my home
directory. So I can't change the '/etc/php.ini' file.

If I use the next statement "dl('!home/lib/PDFlib.so')" in my script I get the next error :

Warning: dl(): Unable to load dynamic library
'/usr/lib/php/extensions/local/usr/people/emami/lib/PDFlib.so' -
/usr/lib/php/extensions/local/usr/people/emami/lib/PDFlib.so: cannot
open shared object file

And it is understandable, because he are looking for a directory which is not exist.

View Replies !
Warning : Unknown(): Unable To Load Dynamic Library
I install php 4.3.1 on Windows XP (Use Apache 2.0.44) I open c:windowsphp.ini and uncomment line extension=php_gd2.dll When I restart Apache It has error pop up every time I open php file in browser like this:

Warning : Unknown(): Unable to load dynamic library './php_gd2.dll' - The specified module could not be found.

View Replies !
PHP Warning: Unknown(): Unable To Load Dynamic Library
I'm running a dedicated server with windows 2003 server with IIS, anyway recently a strange message started to pop out in my face each time I tried to access a page have query to the database.

---------------
PHP Warning: Unknown(): Unable to load dynamic library 'E:Program FilesSWsoftPleskAdditionalPhpextensionsphp_curl.dll' - Access is denied. in Unknown on line 0
-------------------

View Replies !
PHP Warning: Unable To Load Dynamic Library 'Chp4php_nsmail.dll'
I have my extention_dir = Chp4, and my extention=dllname all right, but when I try and load the page it says.

(for example)

PHP Warning: Unable to load dynamic library 'Chp4php_nsmail.dll' - One of the library files needed to run this application cannot be found.

All of the modules are located in that directory and for some reason it's still giving me this error, can anyone help?

View Replies !
PHP Warning: Unknown(): Unable To Load Dynamic Library Php_mhash.dll
I just downloaded PHP-4.3.3 for win32 and got the extensions folder and
dropped it intot he root of the PHP directory and set it's path in the
PHP.ini:

extension_dir = "c:/php/extensions/"

But I am still getting the error that it can't find the php_mhash.dll though
I can see that it is indeed in the folder....

View Replies !
Using Form To Post Info And Pic's (Warning: Unable To Fork)
I have created an admin form which allows the admin to update info and pic's to his site but I am having trouble with the update_pic script. When I pass along the form to the php script it gives me the following error message:

"Warning: Unable to fork [C:WINDOWSTEMPphp30.tmp /full/path/to/joesauto/images/anime_dvd_icongif.gif] in c:inetpubwwwrootadd_data.php on line 39"

This is line 39: exec("cp $picture /full/path/to/joesauto/images/$picture_name");
This is the form I used which was taken from this site. Code:

View Replies !
Warning: Unable To Include 'cgi-bin/hello.cgi' - Request Execution Failed
I run PHP pages on my webserver. What I am trying to do is run a Perl script within a PHP page (and return the output to the webpage). The test script I am trying to run is this... Code:

#!/usr/bin/perl
print "Content-type: text/html";
print "HELLO WORLD!!<br>";

When I run this using <?php virtual("cgi-bin/hello.cgi") ?>, all I get is this error message....

"Warning: Unable to include 'cgi-bin/hello.cgi' - request execution failed"

Any ideas how I can run this script in my PHP page?

View Replies !
Warning: Unable To Create '/home/jj/picparty.com/users/ss/tmp/phproJvoQ': No
I am attempting to setup a file upload and I am getting an error message which is stumping me Here is the error message we get when we attempt to upload an image

Warning: Unable to create '/home/jj/picparty.com/users/ss/tmp/phproJvoQ': No
such file or directory in /home/jj/picparty.com/add.php3 on line 6 Code:

View Replies !
Fput Function (Warning: Unable To Find File Identifier 0 In)
I made a script for logging the emails that they send on my site. It works fine on windows 98 version, but when I upload it to a Linux computer it fails. Here are the first lines of the script:

$file = fopen("log/index.html", "a+");
$today = date("G:i, l jS Y");
if ($argv[0] == "contact"){
if ($name == ""){
fputs($file, "Text comes here";
fclose$file);}

Then the output is:

Warning: fopen("log/index.html","a+") - Permission denied in /home/jonathan/public_html/beftubbies/email.php3 on line 3

Warning: Unable to find file identifier 0 in /home/jonathan/public_html/beftubbies/email.php3 on line 30

View Replies !
Warning: Ldap_bind(): Unable To Bind To Server: Invalid Credentials In
I have some problems with ldap and php fot my authentification. I don't understand why. My DN is correct in my ldap server Can you help me please?

My php script :

$login = $_POST['pseudo'];
$passe = $_POST['passe'];
$ldapServer = "localhost";

$loginDN = "uid=".$login.", o=people, dc=toto, dc=org";
$connexion = ldap_connect($ldapServer)
or die ("Impossible de se connecter au seveur LDAP");

if ($connexion) {
$result= ldap_bind($connexion, $loginDN, $passe);
// Identification
if ($result) {
echo "Connexion LDAP réussie";
} else {
echo "Connexion LDAP échouée";
}
}

My error message :

Warning: ldap_bind(): Unable to bind to server: Invalid credentials in
d:www-rootphpauth_ldap.php on line 15 ...

View Replies !
Warning: Mysql_result() [function.mysql-result]: Unable To Jump To Row 0
i want to grab the value of a sql entry. but the thing is, sometimes this value is <NULL>. i thought, no biggy, i'll just have an if statement:

if (is_numeric(mysql_result($query, 0))) {
//do something
} else {
//do something else using mysql_result($category_id_query, 0);
}

however, this doe not work. i get this error: Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 is there a way to check to see if mysql_result() is <NULL> without throwing an error.

View Replies !
Warning: Mysql_result(): Unable To Jump To Row 0 On MySQL Result Index
i got this message:

Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 6 in c:inetpubwwwrootDreamWeaverSiteswebadminwa.php on line 2296

for these lines of code:

$sql11="delete from Booking where Booking_Id='$Booking_Id'";
$result11=mysql_query($sql11);.

View Replies !
PHP Warning: PHP Startup: Unable To Load Dynamic Library 'c:PHPExtphp_mysql.dll'
Why do I keep getting this error mesgage on my phpinfo() page trying to
get PHP and MySQL to communicate? I am running this in IIS.

Here's what I have -

My php.ini resides in my C:WINNT directory. In it, I have removed the
'' from the extension=php_mysql.dll.

Also in the php.ini file I set extension_dir = c:PHPExt

In c:PHPExt I have the following files:

libmysqli.dll
libmySQL.dll
php5apache2.dll (Do I need this since I am using IIS)?
php5ts.dll
php_mysql.dll

View Replies !
Exec() Function Warning: Unable To Fork (Access Violation At 77F81B4D)
I am trying to execute a DOS command with the exec() function. All I get is fork errors or access errors, regardless of what file I try to execute. Example:

<?php
exec("sync.bat");
`sync.bat`;?>

Warning: Unable to fork [sync.bat] in C:testexec.php on line 3
Warning: Unable to execute 'sync.bat' in C:testexec.php on line 4
PHP has encountered an Access Violation at 77F81B4D


Id doesn't seem to matter what kind of file I try to execute, .exe, .bat or .com. Any ideas? Has ANYONE executed an external program under php/Windows?

View Replies !
Warning: Php_hostconnect: Connect Failed
I'm trying to set up ftp on my website. I can successfully log in, put, get, change directories using an ftp client. When I try to ftp on my website from within the server, I get this error;

Warning: php_hostconnect: connect failed in uploadpics.php on line 3


<?php
//set up basic connection
$conn_id = ftp_connect("localhost");

// login with username and password
$login_result = ftp_login($conn_id, "site", "pword"); //line 3

// check connection
if ((!$conn_id) || (!$login_result)) {
       echo "FTP connection has failed!";
       echo "Attempted to connect to $ftp_server for user $ftp_user_name";
       exit;
   } else {
       echo "Connected to $ftp_server, for user $ftp_user_name";
   }
?>


should I be using an IP, the full url, or should it be localhost? Could the server be blocking all attempts to login from within the server

View Replies !
PHP Warning: Mysql_connect() [<a Href='function.mysql-connect'>function.mysql-connect</a>]
I am getting the following error

PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in /usr/share/pear/adodb/drivers/adodb-mysql.inc.php on line 340

Can anyone tell me the possible reasons for this.

View Replies !
Warning: Failed To Connect When Trying To Send Mail.
I have followed many tutorials but keep getting this message. PHP Code:

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At
I am developing a email sender application in PHP, i am getting error
"Warning: mail(): Failed to connect to mailserver at "smtp.mtcsindia.com" port
25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()".

View Replies !
Mail(): ' Warning: Failed To Connect In ... On Line ...'
I'm a newbie using PHP4 and Apache 1.3 on Win98.

When I launch a script just having this instruction:

mail ("test.address@example.com", "My Subject", "My message");

I got this annoying message:

Warning: Failed to Connect in myscript.php on line ...

Of course the e-mail address provided is a real one; I have also
changed in the following way the values in php.ini file :

SMTP=localhost;
sendmail_from=my.real.address@my.provider.com

Do you have any hints or suggestions ?

View Replies !
Sending Email - Warning: Failed To Connect
when i tried the code for sending email i am getting an error:

Warning: Failed to Connect in C:apachehtdocsmoh estemail1.php on line 10

View Replies !
Warning: Mysql_connect() [function.mysql-connect]:
i am haveing an issue connecting to a mysql database i get the following error

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server during query in /home/cutencud/public_html/testing.php on line 1

now testing.php only has one line and it looks like this

<?php mysql_connect("66.97.165.60", "root", "") ?>
anyone know what would cause that? (and i removed the password before posting

View Replies !
Fsockopen Error Need Some Help Thanks
I am using php version 4.3.9 and lets say i have a file on the server
called tester.php

so i am using fsockopen to point to that file but it gives me a error below.

$fh = @fsockopen("http://www.mysite.com/teter.php", "80", $errno, $errstr,
180);

111 Connection refused

This server is linux Redhat Enterprise with Apache 2.x

Is there anything i need to edit in the php.ini file or apache file.

View Replies !
Fsockopen Error
when using phpmailer I get the following error

Warning: fsockopen() [function.fsockopen]: unable to connect to 63.246.152.30:25 (No route to host) in /var/www/vhosts/shoppingcenter-advisor.com/httpdocs/includes/mailer/class.smtp.php on line 105
Message was not sent.Mailer error: Language string failed to load: connect_host

I've been trying to google the error but all I find are pages that are suffering the same error lol - can someone point me in the right direction?

View Replies !
Fsockopen() Error
Script: PHP Code:

<?php
$test = fsockopen ('http://www.chrome.pl', &#55620;&#57088;');
?>

Result: Code:

Warning: fsockopen() [function.fsockopen]: unable to connect to http://www.chrome.pl:8080 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /home/fipaj/serwer/works/jabber-php/class_jabber_php-0.4.2/test1.php on line 2
Environment: Apache2, PHP5, Ubuntu5

View Replies !
Warning: Failed To Connect In E:_3000_Php4projectxt_Compose.php4 On Line 2
I'm using PHP4.0 with IIS and i'm trying to send a mail.
The code is as follows

mail("me@domain.com","subject","message");

then the error comes as follows:

Warning: Failed to Connect in E:_3000_Php4projectxt_Compose.php4 on line 2

View Replies !
PHP Warning: Mysql_connect(): Can't Connect To Local MySQL Server
PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/*****/public_html/mysqlconnection.php on line 2

whats this error mean?

View Replies !
Printer_open() Function Gives Me A Warning Couldn't Connect To The Printer []
I have a problem with my code. When i call the printer_open() function it gives me a warning couldn't connect to the printer []. I have a printer installed in my computer and it works fine but when I run my script that has a printer_open() function with the default parameter it gives me such warning. I am using iis web server, ms sql, and php 4.3.8 in windows 2000 server. In my php.ini i uncommented the extension=php_printer.dll and the i placed the php_printer.dll in the extension directory. What's the problem with this?

View Replies !
Fsockopen - ERROR 0x030
I have done a search and found a few scripts and the method to use fsockopen to post data to a perl script on a third party server while also posting the data to my mySQL database.

My problem at the moment while I am seeing if it will even work is that it connects but I get the above error in the message:

HTTP/1.1 200 OK Date: Fri, 05 Sep 2003 09:01:28 GMT Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-15 b ERROR 0x03 0

The way it should work is you upload a html template and it puts the form in for you the only thing I can think is that it is refusing connections from off the server the actual script is on (it is for a hosting reseller form).

View Replies !
Fsockopen() Error/pass
error after php & mysql upgrade, worked fine before,The error:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.sites/28/site1/web/file.php on line 1260.

View Replies !
Warning: Mail(): Failed To Connect To Mailserver At Localhost Port
I have windows xp pc and i have installed apache as a web server and
php also working fine, but when i am sending mail, its giving me
following error

when upload same to linux live server its working, please help me what
do i have to do for this

Warning: mail(): Failed to connect to mailserver at "localhost" port
25, verify your "SMTP" and "smtp_port" setting in php.ini or use
ini_set() in C:SafrasWebHosting....

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved