This is at the bottom of the phpinfo() page (after all the loaded modules):
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_mysqli.dll' - The specified module ...
hi!!
i have a linux system with redhat enterprise, apache and php5 installed. i want to reconfigure php with curl extension.. if i use the following statement...
./configure --with-apx...
All of the installation appears normal, no errors. Mysql runs fine manually, but when running the following php script, the browser is blank:
<?php
error_reporting(E_ALL);
$dbc...
I am only beginner level with setting up a web server so please bare with me. CentOS 5. I am trying to setup one of many websites on my new linux server. I have setup a virtual website and ev...
I am setting up a server with Helm and it supports running both php4 and php5 on IIS but when I install the software it drops an ini file for both version 4 and version 5 into the c:\windows d...
Hi, another problem I'm having with my PHP on IIS is that I can't seem to use $_SERVER["DOCUMENT_ROOT"]. I get an error with the following code:
<html>
<body>
<? echo $_SERVER["DOCUMENT_R...
I am setting up PHP and MySQL on my 2000 server. It seems as though everything witht the install is ok but my developer keeps getting a [HTTP/1.1 405 Method not allowed error when he runs the...
Please look at this page:
http://www.perfectpersonaltraining.com/Original%20Site/contact.php?
I have used someone's php script to make the image etc. work. All I need to know is how to val...
When I try install over Windows 2003 Server with IIS, and PHP5 the programa the Sugarcrm V5.0 make this error:
Component Status
Database unavailable Database Support was not found. Please m...
I have been trying to install PHP 5.2.5 ISAPI on windows Server 2003 running IIS 6.0 with ASP installed. The server is a live server handling our libraries web page that is the portal to our ...
Dear all,
my problem is how to fix the GD size depend on font size?
here the code..
if($_COOKIE['cookie_user_language'] == "simplified"){
$o_cap = new Chinese("GB2312","UTF...
I have two redhat apache servers that I use to run various websites. The problem I'm having is related to using sendmail via php.
I have a script that sends very basic plain text emails, th...
Hi all,
It seems I'm having a bit of a configuration issue with this one particular DLL. I am getting this error when I'm trying to access PHP pages:
PHP Warning: PHP Startup: Unable to...
Gday Experts,
I am trying to install php pear with no luck, I used go-pear.php and all appeared to work.
"The 'pear' command is now at your service at //bin/pear"
but the command is n...
Hi,
I've got a fastCGI version of PHP 4.3.6 configured on a win2003 server machine running IIS6...however recently we've been experiencing around 70000 visits/day and our webserver is strug...
Hi All,
I just download EasyPHP and installed in my Windows XP Pro, when I start the MYSQL services in EasyPHP, I got this error message "MYSQL port (3306)is used by mysqld-nt.exe", I do no...
I am using Adobe Dreamweaver to create a .php web page for a spiderable gear catalog online. I'm using IE 7.0 to view site online and FileZilla as my FTP agent. The web site is hosted by GoD...
Hi,
I have Linux[fedora3], apache, mysql and php 4.3.9 installed on my system.
Now I need to install GD Library.
I download , unzip, cd to dg folder and ran all the commands, ./configure,...
Hi,
I was going to try out a few examples that use php's gd library.
I came across this one -> http://www.phpfreaks.com/tutorials/105/0.php and it says the php_gd.dll is found in php ver...
I need the PHP CURL extenion for RedHat 7.2
I have a SSh access ... any help for this ?
Hi Experts ;)
I have a problem with one of our customer“s hosting. We have a 'root server', where i have no problem with configuring and administrating. There we have one 'user' that has se...
I just loaded PHPNuke 8.0 files on my machines and went to the web based installer and all looks good and fine except I get GD graphics support UNAVAILABLE. All else looks good on the pre-ins...
It is probably very basic question.
I have Ubuntu server with PHP-MYSQL etc. preinstalled.
Now I try to install some php sctipt I get
" Error: 'gd' extension is not loaded "
I called ...
I have a server running Windows 2003 with IIS and PHP.
PHP works fine, unless the page trys to use CURL in which case this warning pops up: Unable to load dynamic library 'c:\php\extensions...
Actually, I can install it but get errors. The error I get is:
Could not load either mysql or mysqli extension, you might not be able to use phpMyAdmin. Check your ...
I've googled th...