473,785 Members | 2,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

php_iconv.dll' - The specified module could not be found

190 New Member
Guys,

I have using Plesk (IIS) server.

While installing one of my project it is generates

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\SW1\Plesk \Additional\Ple skPHP5\ext\php_ iconv.dll' - The specified module could not be found. in Unknown on line 0

But file is there in that specific location.

and also have
Warning: Module 'bcompiler' already loaded in Unknown on line 0

What is the problem?
or if it is only work in apache itself then any other way to use this dll with out apache..?
Jun 13 '08 #1
1 3991
Atli
5,058 Recognized Expert Expert
Take a look at this in the PHP manual.

The "php_iconv. dll" file in the PHP extension directory is apparently no longer used.
Instead, you should place the "iconv.dll" file in a directory that is included in the PATH variable, like say the Windows directory.

And seeing as you are using Windows and IIS, you will probably have to reboot the server in order for the change to take effect.
Jun 13 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2744
by: Alex Popescu | last post by:
I have apache2, mysql 4.0.21 and php 5.0.2.on xp pro. All works fine up to the point where I enable the php_mysql.dll module in php.ini. I followed the instructions and copied libmysql.dll to c:\windows, also modified the "extension_dir" to point to c:\sqlphp\php\ext which works fine as the error message I get shows the proper path for php_mysql.dll file. Also, I checked it out to see if the file is there and it is indeed in that...
0
1674
by: SSW | last post by:
Hi: I'm trying to run Extended stored procedure, which is written in VC++ in window 2000 Professional. It works fine. But when I run it in windows 2003 I get following error ODBC: Msg 0, Level 16, State 1 Cannot load the DLL GenerateIdentity.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
0
1622
by: MovnOn | last post by:
Help! I've referenced a dll that resides on another server in my web project. When I instantiate it (new keyword), I get a "System.IO.FileNotFoundException: The specified module could not be found." error message. I think this must be a access/permissions problem, but I'm not sure how to fix it. I've used dcomcnfg and altered the security settings for the dll there, but that hasn't
6
2053
by: Andy Sutorius via DotNetMonster.com | last post by:
Using the code below the browser just sits and spins. The dll is located in the root of the web app. System.Runtime.Interop is in the using statements. I have tried this in ASP.NET 1.1 and 2.0 and I get the same result. For testing purposes I have hooked it up to a windows app and it performs as expected. Do you know why the dll won't load in asp.net? namespace WebApplication2 { public class _default : System.Web.UI.Page {
6
30927
by: Mudcat | last post by:
Hi, I can't figure out why ctypes won't load the DLL I need to use. I've tried everything I can find (and the ctypes website is down at the moment). Here's what I've seen so far. I've added the file arapi51.dll to the system32 directory. However when I tried to access it I see this: Traceback (most recent call last):
6
8653
by: Volodia | last post by:
Hi, I have a problem to find information how to add unmanaged dll build in VC++ 2005 to the asp.net web site What I have tried: 1. use DllImport("MyDll.dll") to declare function in mypage.aspx.cs 2. put MyDll.dll into Bin folder for ASP.Net web site But unfortunately an exception has been thrown
5
3392
seraieis
by: seraieis | last post by:
Good afternoon experts! I'm having trouble getting a dll to properly load. It loads on my machine, and even though the users who will be using the library have it on their machine, the program will not recognize it. I'm writing an automation program that interacts with a green screen application. It uses the atmapi32.dll library. The first time I tried to run it on someone's computer, i received the following error:...
4
7747
by: joesri | last post by:
i have received an "Unable to load dll ".dll". The Specified module could not be found " while running ASP.NET Web Page. I have placed dll and supported dll in wwwroot\bin directory,but it is not working . Whether i have to reset IIS?........ Can anybody help me .......
4
23543
by: yogarajan | last post by:
The specified module could not be found. (Exception from HRESULT: 0x8007007E) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) Source Error: An unhandled...
0
9483
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10346
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10157
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6742
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5514
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4055
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3658
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.