Cannot Load Imap Extension In Win98
I removed the ; before "extension=php_imap.dll" in php.ini, and when I
start Apache 1.3 I get the following error message:
Unknown():Unable to load dynamic library
'c:phpextensionsphp_imap.dll". Uno de los dispositivos vinculados
al sistema no funciona (Translation: one of the devices attached to
the system doesn't work).
I already checked the extension_dir directive, and copied php_imap.dll
to c:windows just in case.
I am using Windows98 SE with php 4.3.3 as module in Apache 1.3
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How I Can Add Imap Extension
So.. I have Php4 installed in apache webserver and now I would like use imap functions, but I think imap -extension isn´t installed. How can I add an extension into php4. Do I have to install the package again or can I add it "on the fly"?
Imap Extension
I have installed Php using Zip, and it is working fine,, now i have just uncommented the extension = php_imap.dll and when i try to use its function imap_open i get No output in Browser, No Warning, No Error and not any output of other codes on page, I dont know why it is happeneing, extension is on c:phpextensionsphp_imap.dll and on php.ini extension_dir = "C:phpextensions" any idea? My Test page code is <? $k = imap_open("ssdf","sdfsdf","sdfsdf"); echo "sfsd"; ?>
Configuring The IMAP Extension
I'm trying to get a PHP-based webmail setup going, but I'm running into a problem with IMAP authentication. Specifically, the PHP IMAP extension is trying to log in using CRAM-MD5 authentication, which my IMAP server doesn't support. Is there a way to make PHP IMAP use just plain login authentication?
Cannot Load MySQL Extension.
This is prolly the third windows box I've set up PHP/MySQL on, but for some reason this one is giving me greif. Anywho, PHP is successfully installed and running, apache works fine, and MySQL is running as a service. All sql/php modules are loaded up fine in apache's conf file, but when I try running phpmyadmin, I get this error: 'cannot load MySQL extension' phpmyadmin documentation says: "Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar. " Now, I haven't been able to find this software package. Anyone know what could be causing this? I've never had this problem before.
Cannot Load A Mysql Extension
this simple matter but ý need a urgent need. ý tried set phpMyAdmin on RedHat9 mysql3.23.54 php4.2.2 and apache 2.0.40 but when try to reach index page of PhpMyAdmin it gives me an error as "cannot load a mysql extension check php config" even if mysql.so is under lib/php4/. What thing must change php config file?
Cannot Load Mysql Extension
I posted this to the sourceforge phpMyAdmin ng, but there was a comment that it was properly a php question, so I'm posting it here. I'm on Windows XP, and have just installed Apache, php 5, and phpMyadmin from zipped binaries. The only thing irregular thing I’m conscious of doing is unpack phpMyadmin, files and directories, directly into Apache2htdocs, because that was the only place I knew I could reach with the <http://localhost> syntax. The phpMyadmin book I’m using focuses on domains, and not local file-based installations, so I’m floundering a bit here. I believe I have php flying, because I can use Firefox to browse to http://localhost/phpinfo.php and see the HTML-like display in the browser. I created a little echo-the-date .php and put it in Apache2htdocs, it renders the date in Firefox properly. The _SERVER["SERVER_SOFTWARE"] entry reported by phpinfo is “Apache/2.0.52 (Win32) PHP/5.0.2.” I have uncommented extension=php_mysql.dll in php.ini, and set extension_dir to "c:php5ext". I copied libmysql.dll and php_mysql.dll to ..system32. In fact, I have nine copies of libmysql.dll in six different file sizes on my system. (Could that be the problem-battling DLLs?) Per page 18 of Jason Gilmore’s “Beginning PHP 5 and MySQL,” I added “index.php” to httpd.conf’s DirectoryIndex entry. However, when I attempt to browse to <http://localhost/index.php>, which is the configuration test for phpMyadmin, I get the dread-- cannot load mysql extension, please check PHP Configuration Documentation I imagine this is some little thing in my.ini, httpd.conf, or php.ini. Any suggestions?
Cannot Load Php_mysql.dll Extension
I have installed PHP 5.2, MySQL 5.0, and Apache 2.2. Everything works fine except the error mentioned in the subject. Here is the error log for Apache which shows the problem... [Mon May 28 03:11:03 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.2 configured -- resuming normal operations [Mon May 28 03:11:03 2007] [notice] Server built: Jan 9 2007 23:17:20 [Mon May 28 03:11:03 2007] [notice] Parent: Created child process 2076 PHP Warning: PHP Startup: Unable to load dynamic library 'C:PHPext php_mysql.dll' - Invalid access to memory location. in Unknown on line 0 [Mon May 28 03:11:03 2007] [notice] Child 2076: Child process is running [Mon May 28 03:11:03 2007] [notice] Child 2076: Acquired the start mutex. [Mon May 28 03:11:03 2007] [notice] Child 2076: Starting 250 worker threads. [Mon May 28 03:11:03 2007] [notice] Child 2076: Starting thread to listen on port 80. [Mon May 28 03:11:12 2007] [notice] Parent: Received shutdown signal -- Shutting down the server. [Mon May 28 03:11:12 2007] [notice] Child 2076: Exit event signaled. Child process is ending. [Mon May 28 03:11:13 2007] [notice] Child 2076: Released the start mutex [Mon May 28 03:11:14 2007] [notice] Child 2076: Waiting for 250 worker threads to exit. [Mon May 28 03:11:14 2007] [notice] Child 2076: All worker threads have exited. [Mon May 28 03:11:14 2007] [notice] Child 2076: Child process is exiting [Mon May 28 03:11:14 2007] [notice] Parent: Child process exited successfully.
Load Extension Without Installing It In Php.ini
Could possible to load a PHP module extension without installing it in php.ini ? Just like PclZip from PHPConcept.net (but it's a class library). We can organize ZIP archives without installing it first.
I Can't Get Extension=_mysql.dll To Load
I can get anything else to load tho. =( Pertinent Parts of Php.ini extension_dir = "C:PHPext" extension=php_mysql.dll ... (figured you didn't need the entire list) extension=php_xmlrpc.dll extension=php_xsl.dll I've deleted the the old copy of libmysql.dll and added C:PHP to PATH (It has the current libmysql.dll for PHP).
Myadmin Cannot Load Mysql Extension
i download php-5.2.3-win32-installer.msi, there's a missing ext directory. now i encounter so many error. phpmyadmin error: cannot load mysql extension; please check PHP configuration Documentation open php.ini comment off extension_dir = "C:PHPext" extension=php_msql.dll extension=php_mssql.dll extension=php_mysql.dll still not working
PhpMyAdmin - Cannot Load Mysql Extension
when I try to open phpMyAdmin administration page I got this error: 'Cannot load mysql extension, please check your PHP configuration' I cannot sort out what's the source of the problem, cause: 1. In the php.ini file I commented out the line 'extension=php_mysql.dll' and properly set the path to extension directory: extension_dir = "c:phpext" 2. MySQL is running 3. In the config.inc.php file I set $cfg['PmaAbsoluteUri'] to http://localhost/phpMyAdmin/ and $cfg['servers'][$i]['extension'] to mysql 4. I tried also copying php_mysql.dll and libmysql.dll modules to system folders: system i system32 but it didn't work. I'm using following versions of software (under Windows XP): PHP 5.0.5 phpMyAdmin 2.6.4-pl3 Apache 2.0.54 MySQL 5.0.15
PHPMyAdmin ? Error - Cannot Load Mysql Extension
Good Day: I installed my php5, mysql5, and Apaceh2.2. and my configurations was: PHP: (php.ini): ----------------- extension_dir = "C:php5ext" Uncomment this line: extension=php_mysql.dll Apache: (httpd.conf): ---------------------- AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps LoadModule php5_module "C:/php5/php5apache2_2.dll" **it works As i write a simple program with php, i tried to use PHPMyAdmin after downloading it & put the folder of htdocs. But it gives me that error. ---------------------------------- phpMyAdmin - Error Cannot load mysql extension. Please check your PHP configuration. - Documentation ----------------------------- what about configuring phpMyadmin?
Cannot Load Mysql Extension Error With WAMP
i just intalled WAMP and when i try to open phpmyadmin this shows. Cannot load mysql extension. Please check your PHP configuration. i seen a few trouble shoot and they all say to change the path in windows and all of that but every where i look is set up right WAMP sets everything to work in the directory that is set up i dont know why this shows.
Unable To Load Module... 2 Extension Directories Possible? (WINDOWS)
I had the PHP Startup: Unable to load dynamic library: 'C:phpextphp_json.dll' - The specified module could not be found. I finally figured out the error. The problem is that the DLL relies on several other DLLs found in the C:WINDOWSsystem32 folder. Now, the problem is this... I do not want to copy 20+ extensions to my system32 folder, nor do I want to copy 50+ DLLs from my system32 to my extension directory. Does anyone know of a method to get around this? Something along the lines of having it check both the extension directory and the system32 folder for the associated DLLs?
Cannot Load Mysql Extension. Please Check Your Configuration. - Documentation
I am Polish/Canadian I was born in Poland and I live in Canada I get this message error Cannot load mysql extension. Please check your PHP configuration. - Documentation I did the PHPINiDiR Directive in httpd.conf and as well I tried already the enviromental tables right clicking the my computer. I have the extensions loaded as well in php.ini, and yes there is the fullpath in ext in php.ini I have php 5.20 snapshot The problem is with phpMyAdmin.
Myadmin Error "Cannot Load Mysql Extension"
I have been trying to get a php, mySQL install to work and talk together on Windows XP SP2 with IIS. So far I installed and received a responce from php(V5 - manual install) though the: <?php phpinfo(); ?> command which prints out the current settings of the php install.
HELP "Cannot Load Mysql Extension"
Fedora Core 2 server with httpd-2.0.54-10.2 php-4.3.10-2.4 php-mysql-4.3.10-2.4 It had MySQL 3.23.58.something on it, but the PHP websites were using a 4.something MySQL on another machine. I updated the MySQL on this machine to mysql-4.1.20-1.FC4.1 and now no PHP sites come up. But mysql.so is right where it's always been: [root@web1 abtech]# ls -l /usr/lib/php4/mysql.so -rwxr-xr-x 1 root root 44364 Dec 21 2004 /usr/lib/php4/mysql.so And the extension line has been commented out of /etc/php.ini and Apache restarted.
Win98 And PHP
I have windows 98 and I would like to run PHP, I have PWS to run ASP but I would like to work towards javascript. I would work with ASP and VBScript but the problem is that I only have VB2005 EX ED. I got no books for VB at my home, but I have books on C++, Java, C#, Javascript, and much more.
Stand Alone Win98?
how would i get php running with mysql on a windows 98 machine with out a server so that i could test my scripts after i create them.?
Apache 1.3.14, PHP 4.0, MYSQL And Win98
I have installed and working Apache and php 4.0. I would like to get mysql working too. I ran the phpinfo file using PHP 4.0 and I did not get the MYSQL extensions in the resulting table. I subsequently - after changing my http.conf file - ran the phpinfo file using PHP 3.0.16 and got the MYSQL extension showing up in the table. Why isn't the mysql extensions showing up under PHP 4.0?
PHP4+Win98 And Sessions
I've tried PHP4build4, RC1, RC2 and 4.0.0 with Win98 but sessions doesn't work: I've got 2 pages: first_page.php3 <? session_start(); $myvar="test"; session_register("myvar");?> second_page.php3 <? session_start(); echo $myvar; ?> I've launched first_page.php3, then I've launched second_page.php3: the browser doesn't display anything (it should display the world "test").
PHP4 Installation Win98 + PWS
I can't get to work php4 on my windows machine,l i have tryed all the things that came in the documentation and it doesn't work.The error that I recieve trying to run a php is HTTP 500 Internal Server Error.
File Permissions In Win98
I just wanted to know if there was any way I could change my file permissions so I can use the fopen function in windows 98 using Apache and PHP 4.04???? I know how to do it for Linux but I need it for Win 98.
Win98 + Apache 1.3.up + PHP 4.3.up Something Wrong
I been first times setup. So Who have experience the Win98 + Apache + php (not run PWS or IIS) I begin download and installed the Apache. I test the run is working on browser (http://localhost) show the apache page. But Apache Console Running under the DOS Window say :- ===================================== [Thu Nov 20 15:13:49 2003] [warn] (2)No such file or directory: exec() may not be safe Apache/1.3.29 (Win32) running... ===================================== I expect that it. So, I shall the php installer from download. I try changed the httpd.conf under the Apache directory. Restart Apaches Console. I testing the (http://localhost/test.php), show error page say "HTTP - Error 400 Bad Request" also "HTTP - Error 404 Not found" I have tried times.... But unknown.... Apaches Directory - c:apacheapaches*.* PHP Directory - c:apacheapachesphpwin32*.* httd.conf -: (was add the line) ScriptAlias /php/ "C:/Apache/Apache/phpwin32/" AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml Action application/x-httpd-php "/php.exe" I didn't change php.ini yet I copy and paste the "php4ts.dll" under to C:windowsystem from PHP What I have done that above ?
PHP5 With MySQL 4.1 On Apache 2 On Win98
I am in the process of learning php. I am particularly interested in its uses with MySQL. I have Apache 2 and PHP5 both installed and working fine. I pasted a MySQLi example for opening and connecting to a MySQL DB into "hello.php" <?php $mysqli = new mysqli("localhost", "my_user", "my_password", "world"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s ", mysqli_connect_error()); exit(); } printf("Host information: %s ", $mysqli->host_info); /* close connection */ $mysqli->close(); ?> For some reason when I get: Fatal error: Class 'mysqli' not found in D:Apache groupApache2htdocshello.php on line 7 I installed PHP in "d:php" and added it to my path in my autoexec.bat. in php.ini: .... extension_dir = "d:phpext" .... extension=php_mysqli.dll I read all the posts at the bottom of the pages on PHP.net website where someone says "I had a problem and I got...yada...yada and did everything each of those posts said you had to do and it still won't work. The only thing left is how PHP needs compiled with a "--with" statement or something like that but I'm using the windows binary so that shouldn't be a problem... Is there some other problem it could be besides a problem with finding a dll or ini?
Start Up / Shutdown Mysqld In Win98
I can start the mysqld fine by running the following command: C:mysqlbinmysqld --standalone and I can shut it down fine with the following command: c:mysqlbinmysqladmin shutdown But does anybody know how to set this up in win98 so that it will automatically startup mysqld on startup, and automatically shut it down on shutdown/restart?
Win98 Apache And Php Install Not Wokring.
I have installed the latest Apache and PHP binaries (the PHP CGI executable release - not the ISAPI). I then configured the httpd.conf sciprt using the install.txt file from the PHP install and 2 reference books as guides. This got me to the point where I BELIEVE the PHP interpretor is kicking in for .php scripts. But when I try and browse the following page : <? php_info() ?> I get the following error : Fatal error: Call to undefined function: php_info() in e:/apache/htdocs/phptest.php on line 1 Code:
Win98, Apache & Php4.3 Installation
I tried to install php as apache module. Previously it has been cgi. WIn 98 is not supported but cgi worked fine, anyway. I tried to everything according to instructions in php.net, but still it didn't work. - I put php4ts.dll to windows/system32 directory. - I configured http.conf: - I used the path where I had put php download (PHP 4.3.3 zip package [6,180Kb]). - I commented these three lines that were for the CGI-install: # ScriptAlias /php/ "c:/php/" # AddType application/x-httpd-php .php # Action application/x-httpd-php "/php/php.exe" But Apache didn't start. It died because of this line: LoadModule php4_module "c:/HERE_WAS_MYPATH/sapi/php4apache2.dll" http://fi2.php.net/manual/en/install.apache2.php If you would like to use PHP as a module in Apache 2.0, be sure to move php4ts.dll for PHP 4, or php5ts.dll for PHP 5, to winnt/system32 (for Windows NT/2000) or windows/system32 (for Windows XP), overwriting any older file. You need to insert these two lines to your Apache httpd.conf configuration file to set up the PHP-Module for Apache 2.0: Example 3-8. PHP and Apache 2.0 as Module ; For PHP 4 do something like this: LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php ; For PHP 5 do something like this: LoadModule php5_module "c:/php/sapi/php5apache2.dll" AddType application/x-httpd-php .php Note: Remember to substitute the c:/php/ for your actual path to PHP in the above examples. Take care to use either php4apache2.dll or php5apache2.dll in your LoadModule directive and notphp4apache.dll or php5apache.dll as the latter ones are designed to run with Apache 1.3.x. Warning Don't mix up your installation with dll files from different PHP versions . You have the only choice to use the dll's and extensions that ship with your downloaded PHP version.
Installation Of Php/apache/mysql On Win98
I'm using an old computer - Win 98. I'd like to install php/apache/mySql on it but there are many versions and some do not recommend installing on Win98. If somebody could point me in the right directions about which versions of apache, mySql and PHp - or if there is a package suitable for Win98 that would be great.
How Can I Load Load Additional Extensions ?
My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:php" . I run php as a apache module . I want to load Additional extensions .They are php_mbstring.dll, php_xslt.dll and php_domxml.dll . I have made changes to php.ini as follow. extension_dir = "c:phpextensions" extension=php_mbstring.dll extension=php_xslt.dll extension=php_domxml.dll then I restarted apache2 . but it told me that the modules could not be located .
PHP And IMAP
i am writing an IMAP client with php. the start is made, and i ge all the folder listings and headers and all, but how do i read a message ?
Imap/ssl
I was just wondering if there is a way to connect to the secure imap server (port 993) without having --with-imap-ssl option turned on. I have --with-imap and --with-openssl and recompiling php is not an option (I'm not the server owner).
Php Pop/imap
How would you implement a PHP webmail client that is connecting to a POP server but indicating that you would like messages to be left on the server? How is this performed? I could just establish a imap connection and pull down emails - however, if a message is permanently deleted locally but on the server, it'll just get pulled down again.
PHP 4.3.4 And IMAP
Is there any way to force PHP when compiling with IMAP support, not to use kerberos? I keep getting undefined errors involving GSSAPI. I have compiled the C-client with an with out SSL, however the php install still continues to look for the GSSAPI.
IMAP
i have an emailserver (sendmail) coded using php.But i cannot read mails in my machine using imap function in php. when i use imap_open function in php i am getting a warning cannot open stream... i am using redhat9. DO u need any further information. its urgent. its apart of project work at college. i have to submitt it within 2 days. Is there any configuration for imap . I am able to access mails using evolution and imap://user@localhost. My host name is xpressmail.com hence imap://vivu@xpressmail.com . but its notworking when i use php function Code:
Using Imap
i have this code to connect to newsgroups, which connects great using imap, but im not sure how to retrieve the data like headers and such once connected, is there any tutorial about on the subject at all? Code:
IMAP In Box
I have this code PHP Code: <?php $mbox = imap_open("{localhost:143}", "username", "password"); echo "<h1>Mailboxes</h1> "; $folders = imap_listmailbox($mbox, "{localhost:143}", "*"); echo "<h1>Headers in INBOX</h1> "; $headers = imap_headers($mbox); if ($headers == false) { Â Â Â echo "Call failed<br /> .......
Imap Attachments
Can anyone tell me how to read mail attachments thru php. is there any imap function which does this.
IMAP Functions
I have signed up with a new web host and want to use IMAP functions with them. They do support these. I have checked. They have provided webmail at url: http://webmail.mydomain.com so I guessed that I should use this syntax in my php script: imap_open("{webmail.mydomain.com:143 INBOX", "username", "password"); But it does not work. I receive this error message: Warning: imap_open(): Couldn't open stream {webmail.mydomain.com:143}INBOX Help! I have asked my host about this and from their reply I dont think they even know what IMAP functions are. So, I am really stuck. I have read about opening an IMAP stream and that there are different syntaxes for different software components and scenarios - how can I find out which one is appropriate for my set up, given that asking my host is out? The webmail is horde webmail. The login url is below http://webmail.mydomain.com/horde/ I am on a virtual server. So, I have an IP - but it is a shared IP of course. My host provided me with 3 IPs - one for FTP access, one is just my private IP (behind a firewall), the other is a public IP (outside the firewall). I have to give my public IP to DNS.
IMAP Questions
I've spent hours, days .... weeks(!) reading the manual, but still can't find answers to my questions regarding the use of some IMAP functions and their miscellaneous properties. From now, I'm gonna list all those questions on this thread and see if some of you can provide even partial but useful comments. Question number ONE : imap_setflag_full In imap_setflag_full($mbox, "2,5", "Seen Flagged"); we have the string sequence "2,5" but I fail to understand if it is safe or not to choose any sequence I want regardless of the message structure. For example, if I apply a "Flagged" flag on all incoming messages exclusively at "2,5", is it possible that I could overwrite some precious information in that particular place? What are the implications of such a method?
IMAP PHP Issue
I am trying to compile University of Washington IMAP C-Client with PHP 4.3.4 on a Red Hat 6.2 to no avail. The most common error message has something to do with auth_gssapi_vaild. I have tried compiling it with and with out kerberos, ssl. I have tried various clients and I have re-installed kerberos.
Help Needed In IMAP+PHP
I am having a mail client script, which will read and send mail to mail server, using IMAP. When i am sending mail with attachment through forwarding, the attachment is not getting attached correctly, Plz any one can help me to come out of the problem. Note : I am using PHP 4.3.10 + IMAP + Apache +Zend Engine v1.3.0
PHP IMAP Problem
i've got a problem with imap_open(). when i try to log in with a wrong password, it doesn't le me in. perfect. but i can see that it tries to log in three times (maybe three different modes like kerberos etc?). now, the mailserver is configured, that it will lock a user as soon as he types in a wrong password three times. that works fine with outlook maybe, but it means for my web interface i have only one chance, i mustn't mistype. there are some possibilities on exchange's side like putting the count of failed logins until locking up to 9 or disabling some login modes maybe. but these are unlucky alternatives. i need a php side way. any ideas?
|