PHP, DCOM, IIS 6, Application Center Installation
We're trying to migrate to Windows 2003 Server from Windows 2000 and
have run into problems with our DCOM permissions not being properly
authenticated against our application server. Instead of using the
user account specified in IIS, the web server is sending the machine
name followed by a dollar sign as its login credentials.
Just wondering if anyone else has run into this before and if anyone
has any insight.
View Complete Forum Thread with Replies
Sponsored Links:
Related Messages:
PHP Installation Issues On WinXP And IIS - Error: Unable To Start DCOM Server
I just installed PHP 5.1.4 on Windows XP and I am getting an error trying to load a simple phpinfo() script. Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. I checked the Event Viewer and I'm getting an error and a warning. error: Unable to start DCOM Server as /IWAM_MYNAME_LT1. The error "access denied" warning: The server failed to load application /LM/W3SVC/1/ROOT. The error was "general access denied error" I have given Full Controll privileges to c:php, c:Inetpubwwwroot and the php.ini file to both the IUSR and IWAM accounts. I have set IIS to allow "Scripts and Executables". Application protection is "Medium (pooled). I'm not sure what to do at this point. I don't remember ever having this problem before. Any ideas what's going on? One note... I changed "Application Protection" in IIS to "Low (IIS Process" and now the PHP script loads... but restarting IIS with "issreset /restart" causes IIS to crash.
View Replies !
View Related
COM/DCOM On Linux
I'm about to use a COM/DCOM component in a PHP webapplication. Until now I searched through google without any kind of succes. Does any of you know whether it's posible or not to access a COM/DCOM component within PHP when running on a Linux server.
View Replies !
View Related
Calling DCOM Objects
We are trying to call DCOM objects with PHP and keep getting the error message “Failed to create COM objectâ€. We have moved one of the components from the app server to the web server and the error message disappears. The problem appears to be when trying to use the object located on the app (remote) server. We have changed the settings in the php.ini file to allow DCOM calls and have tried the following code: $oState = new COM("Application.State", "server name"); and $oState = new COM("Application.State"); We would appreciate any suggestions.
View Replies !
View Related
What Is Tier/enterprise Development/COM++/DCOM?
What is tier / enterprise development or COM++/DCOM? A friend of mine talks about this a lot, saying that PHP /MySQL could never ever be as scaleable, and applicable to hi end websites that get lots of traffic and transactions and info requests on a daily basis. He explains that for all that traffic, you need an application to handle it. And that is Middleware. He says I need to learn middleware development (suggested JAVA) if I plan to create websites that will handle many many transactions. I have absolutely no idea what he was talking about. And was hoping one of you kind folk could perhaps explain a little to me. I see a lot of COM++/DCOM positions available in my city. But didn't know what it was so never approached the subject until now. A couple of questions: What is COM++/DCOM? What is middleware development? How does it affect me as a web developer? Do I need to learn middleware development? If so, is middleware development COM++/DCOM? What languages do I need to know to do this? Where can I get some good info on it? Will PHP and MySQL ever be able to handle large amount of traffic, and transactions? (if that's what this is all about). Is JAVA the labguge I need to learn? Any info would be fantastic. I'm worried that I've spent to much time learning PHP and MySQL for use as my web development environment. Only to be limited to small websites.
View Replies !
View Related
Put A Job Application On Our Website For People To Apply Online Via This Application.
We are trying to put a job application on our website for people to apply online via this application. Got all that communicating and recording to SQL as desired (i think and hope) but have now one small issue remaining. We have more than one position open, so what we thought we would do is one one page list the jobs that are open at the time with their descriptions, salaries, etc..., with an "Apply Now" button that when clicked on would take them to the application page. My question is, how could I make it automatically carry over the job they clicked on to automatically populate a "Position Applied For" field in the application?
View Replies !
View Related
Message Center
I am trying to create a message center for my website, which will act as a news section. So basically, admins will be able to post news and normal users view it. I have tried looking a code for free open-source forums as it is the same kind of thing, but I find that code too complicated to look at.
View Replies !
View Related
Micro OLAP Dba Center
This time I've really met the ultimate experience in my computing life. I've downloaded and installed Micro Olap dba center. It has actually wiped out all my MySQL databases in Wamp 5 Just after I've done a complete backup (wooshshsh...) It's not the first time I test wacko software (previous was Zend Studio), but few that was close. Well, to keep me cool I'm gonna bring out The Gimp ;-)
View Replies !
View Related
How To Position The Page To The Center?
I'm trying to wrap a certain website and then make it load to the center position automatically when the page is loaded. I tried anchor but it doesn't seem to work. And the main menu of that website seems to align itself according to the width specified - but I need to the iframe to be 300 pixels. <div align="center"><iframe src="www.phpfreaks.com#Summary" width="300"></iframe></div> Or how to make them position to where their last scroll position is the next time when they click the links inside the iframe?
View Replies !
View Related
Center Text In Images
The math on this checks out exactly the way it should, went through each step substituting in hard numbers and it still doesn't center the text. PHP Code: <?php header("Content-type: image/png");     $string     = $_REQUEST['n'];     $image      = imagecreatefrompng("images/lovesjuice.png");     $color      = imagecolorallocate($image, 195, 31, 31);     $font       = 'Tahoma.ttf'     $font_size  = 50;     $font_width = imagefontwidth($font);     $half_width = imagesx($image)/2;     $x          = round(($half_width-(strlen($string)*$font_width)), 1);     $y             = 130;         imagettftext($image, $font_size, 0, $x, $y, $color, $font, $string);     imagepng($image); ...............
View Replies !
View Related
GD Center Text On A Image
The following works fine - but would like to center the text. Whats the best way to do it ? . <?php $text=$kk[4]; if ($kk[4]=="") {$text="MAIN MENU"; $kk[1]="mainmenu";} $img_name="images/zdefault.jpg"; $source=ImageCreateFromJPEG($img_name); $white=imagecolorallocate($source,255,255,255); $grey=imagecolorallocate($source,213,224,225); $black=imagecolorallocate($source,0,0,0); $font='arial.ttf' imagettftext($source,28,0,12,39,$grey, $font, $text); ...................
View Replies !
View Related
Pagination Center Problem
I have a pagiantion problem and it is throwing my pages off the center of the page i dont understand that. Does any body have a link to a good online tutorial that actually works. Most that i have come accross are full of errors.
View Replies !
View Related
PhpMyAdmin Installation - Thorough Installation Guide.
I am trying to install phpMyAdmin-2.6.3-pl1 on my machine because I am familiar with working with it itself, but not installing it. I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine. Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.
View Replies !
View Related
Best Way To Center One, Or More DIVs In The Browser Window?
What is the best way to center one, or more DIVs in the browser window? Can someone give me a quick code snipplette. I need something that will center the DIV, for all sorts of awkward screen resolutions. Remeber, with that said, I need it to be centered in the BROWSER window, not the screen. User must be able to resize his browser window to anything though...
View Replies !
View Related
Image Resize - Center A 100 By 100 Pixel Box
I wrote and image resize script that keeps the same width height ratio as the orignal what I want to do is take the resized thumbnail and center a 100 by 100 pixel box on it so that my thumbnails are now 100 X 100. It would make my gallery look proportional and neatly in order. Code:
View Replies !
View Related
Fill Out Application - Pay - Submit Application
Well, I'm working with a client right now who has an application form, which upon completion, is submitted to her, and then the applicant is redirected to a page to make an initial payment for her services. Her problem is that when people send the application, a lot of times they don't pay, which makes it lame for her to have to sift through all of them. What I am trying to do is make it so one form contains the application, takes them to the area to pay, and once they hit the button to pay with, the form is submitted. The way i have it now, there are two problems: Code:
View Replies !
View Related
Administration Center/Admin Panel Missing In Joomla-SMF
Looking forward to help regarding a Joomla-SMF Bridge issue. Anyone experienced the following scenario stated below? I purchased a domain in Hostmonster and installed Joomla 1.0.12 and SMF 1.1.1 there. I downloaded and installed Joomla-SMF bridge 2.0.2 successfully to use a single database for shared authentication/sign-on. Now when I login to the forum as admin, I dont see Admin (Administration Center) in the forum navigation menu. All I see are - Home, Help, Search, Profile, My Messages, Members, Logout. I created the admin user from Joomla User Manager who can administer both Joomla and SMF (as its now integrated) because thats the only place I found to create. Where am I going wrong? Is there any way create a new admin from forum? I dont see any link for 'Administration Center' in the forum home page as well from where actually I should be able to create new forums. I believe its an authorization issue and if I clean up the installations of SMF and Joomla-SMF bridge, I might be able to get hold of it when I create a new admin. But that will be working around the problem without knowing how the problem arose. Hence, hoping for someone already went through the experience here.
View Replies !
View Related
Php Installation
i've just bought PHP and MySQL web development by luke welling and laura thomson. although this book comes with the software i'm finding it difficult understanding the installation instructions for apache php and mysql and linking them together, how come there's 2 folders for each, binary and source? it might be easier if i download the software from thier respective websites and start afresh, i'm using windows 98 and just looking to build a testing platform....
View Replies !
View Related
Installation On XP
I have to install php in my PC. My os is XP. What are the steps that i have to take in order to implement the above. If we once install mysql-admin we whether i can uninstall it from my system?
View Replies !
View Related
PHP 5 Installation
I've just downloaded the PHP5 Zip release. I followed the instructions and, like it said, got it working fine without extensions. I then tried enabling an extension to see if it worked, but I got a "DLL Not Found Message". The path it gave was the correct path (C:Program FilesPHP5libsphp_mysql.dll) and I've checked and the file exists, so what could be going wrong?
View Replies !
View Related
GTK Installation
How to install PHP-GTK? The Windows binary installation packages found on gtk.php.net are missing .DLLs from winnt directory. Only php.ini is there. And I don't know where to find these. I tried to install GTK using the unofficial Windows installer (michel.weimerskirch.net), and test scripts from gtk.php.net install packages work, but buttons are missing any text (and maybe more than just buttons). In other words, it doesn't work. Am I missing something super-obvious here,or ?
View Replies !
View Related
My Php Installation
I installed the php-4.4.7-Win32 and apache_2.2.6-win32-x86-openssl-0.9.8e manually. Apache can work well, but when use the test.php, which is located in C:Apachehtdocs, I get the following error: erroe 403: Forbidden You don't have permission to access /php/php.exe/test.php on this server.
View Replies !
View Related
DLL Installation
I develop one astrological site,i use some DLL's like 'Swiss Ephemeris',my problem is how to use this DLL in my PHP program where i store this DLL file in my webserver.
View Replies !
View Related
5 / IIS 5.1 Installation
I have been using PHP5 on my Apple, but now I also have a Windows XP and I'm having trouble completing the install. I did a manual install and followed the directions from http://us3.php.net/manual/en/install.windows.manual.php. I am installing using the CGI binary rather than the ISAPI module. The one step I couldn't figure out how to do is: Code:
View Replies !
View Related
Installation On MAC
offer an opinion on the best way to install PHP locally on my Mac OSx (10.4.6).I am currently working with a company who only have macs and I need to develop a PHP website. I want to be able to test my website locally alongside a MySQL database what's the easiest and most efficiant way to do this.
View Replies !
View Related
PWS Installation
I used the easy windows install for php after i got my pws installed in win98. I had trouble saving files, but figured that out. Then, I got an error message, and figured out it was cause i needed to have execute clicked. So that was settled. Then I was getting a "The page cannot be displayed" error. So I looked around, and I think here I read about someone who was having the same problem, but did the regedit thing and it worked. I did the regedit thing, rebooted, and it still doesn't work. If I go through with http://localhost.. it gives me that 'the page cannot..' error. If i double click a php file, a blank IE page opens.
View Replies !
View Related
NT Installation (with IIS4)
After installing PHP on an NT we are having a few problems. First we can't seem to pull up files with the extension .html but the same files will work using the extension .phtml Is this normal for NT use? No big deal if so. Second, and most important, (in a PHP program that does work on another server) I am getting the following error from pages that use ' if ($submit) '. ************************** Warning: Undefined variable: submit in includes/product.inc on line 20 ************************** The program does work correctly, it just gives this warning. What have we missed? Oh yea, we are also getting warnings referring to variables used in an email() at the end of the entire site. But the variables are coming through with the email.
View Replies !
View Related
XML Parser Installation
I am using RH 7.1 with Php4.1.0 and Apache 1.3.22 .... I have installed libxml and zlib also configured php with dom support. now problem is that when i try to open xml file it gives following error: Fatal error: Call to undefined function: xmldocfile() in /development/test.php on line 19 any idea where is the problem ?
View Replies !
View Related
Installation Problem - 4.3.0 - 4
I've tried installing php 4.3.0 and .4 and keep getting the same problem. When I 'make' the install I end up with an error: /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:22:19: httpd.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:23:25: http_config.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:33:23: http_core.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:34:23: http_main.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:35:27: http_protocol.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:36:26: http_request.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:37:25: http_log.h: No such file or directory /usr/local/src/webserver/php-4.3.0/sapi/apache/php_apache_http.h:38:25: util_script.h: No such file or directory make: *** [sapi/apache/sapi_apache.lo] Error 1
View Replies !
View Related
PhpMyAdmin Installation
I am trying to install phpMyAdmin 2.8.2 and have a question about config.inc.php. Is it necessary to include all of the $cfg fields in config.default.php, or is it ok to just have whichever fields I explicitly need customized, such as $cfg['Servers'][$i]['auth_type']? I am not clear on whether there are any security risks by not explicitly stating every field in config.default.php in my actual config.inc.php and whether or not the program will know to default to variables I don't state, even though everything seems to work fine without all of this info. I could not find this info anywhere in the phpMyAdmin documentation, which talks about setup.php but doesn't clarify if I need every field.
View Replies !
View Related
Installation Debugging
1)I get startup error messages: "Unable to load dynamic library c:phpphp_curl.dll - the specified file cannot be found" although the file is very much there at exactly that location Not only for this file but for many extension files like php_mysql.dll, php_oracle.dll, php_mssql.dll, php_exif.dll etc. 2)the extensions_dir setting is "c:php" without an ending backslash. 3)The php.ini file is residing at c:php 4)The php.ini file in c:windows has all extensions disabled so it does not look as though that php.ini file is the source of the messages 5)There is a extension entry for php_win32api.dll which also gives a not found error. Is it the older version of php_win32std.dll, php_win32service.dll and php_win32scheduler.dll files which are present but their names are not there by default in the php.ini ? ************************************************** ************************************************ 6)How do I debug PHP like you can debug Java in Eclipse or NetBeans and C/C++ in MS Visual Studio - with breakpoints and stepping? ************************************************** ************************************************ 7)database access through odbc works. 8)How do I install PHP as both a CGI extension under Apache 2.0.5x and as a module (php5apache2.dll with a LoadModule in httpd.conf) - Apd which is a part of PEAR requires that php be installed as a CGI binary - is apd good for interactive debugging?
View Replies !
View Related
PHP Installation - IE Does Not Display Anything
I downloaded PHP 4.3.4 version from the PHP website, (Windows Installer). I configured IIS on the Windows XP Professional. I installed the PHP. But when i run the sample script <? php phpinfo(); ?>, IE does not display anything. Is there anything i have to do other than simply installing PHP.
View Replies !
View Related
Installation Tutorial
I'm having trouble with my windows PHP/MySQL. I have a few years experience with ColdFusion, so I'll do OK once I get the basics figured out. I ran the windows installer. I believe I have 4.3 installed. I've run through some of the kindergarten tutorials. But now I get to the tutorial on Creating a PHP login script and it's assuming I know all kinds of things like how to create a frigging batabase in the MySQL that I installed. It doesn't appear there's a user interface for MySQL built in, so I installed MyAdmin. But I can't seem to configure that. This tutorial tells me to put in my username, pw, dbhost, and db name. I have no idea where to start!
View Replies !
View Related
PHP4 Installation
I have installed PHP4 many times with no problems, but this time im stuck. The system is Windows XP Pro SP1, it was just installed fresh. Web server software is Visnetic WebSite Pro, Latest build. PHP v4.3.2. Everything installs fine as far as i can tell and I setup all the needed settings in the web server. When ever I try to use PHP files on my server all I get is internet explorer saying the page cannot be displayed. I dont understand what I have done wrong, its the same setup I always use, same for the settings.
View Replies !
View Related
Oracle Installation
I have install the Oracle on remote machine and write a simple code to connect with remote machine...but i 'm not able to get wht setting we have to do in php to run for Oracle..i got some drafts from internet...i uncomment the extension in php.ini (php_oci8.dll) then copy this .dll to extension_dir path of php.ini...and then copy the oci.dll and php_oci8.dll to windows/system...when i run apache shows warning... "Unable to load dynamic library ‘D:PHPextensions/php_oci8.dll’ – The specified procedure could not be found."
View Replies !
View Related
Standalone PHP Installation
I have never installed PHP before. It's always been set up for me. I have a client whose site is hosted as a virtual server. I'm trying to set up ecom for him, but the mhash library is not installed. So I use fopen to open a script on my website that hashes the variables. Obviously, this is not ideal because if my site goes down his ecom will too. I asked the tech people at his hosting company to set that up, but they said they don't do custom compilations. "As per compiling PHP with --with-mhash=[DIR] this is how that works: any custom compilations, custom applications, etc. are up to the user to compile and install. Use gcc/etc. to compile PHP with the options that you like. The php.ini in /etc is available for your customization as well. If you compile your own binary of PHP, you can place it where you like (or leave it at the default) and get the paths updated to use it, or you can obviously use it directly if necessary." I was planning on compiling a new, minimalist version of PHP (with just mhash) in a different directory, but I'm hesitant to do it in case I get unexpected results (I don't want to take the rest of his site down). Can anyone tell me if this sounds feasible? What kind of pitfalls can I expect? And can anyone recommend a tutorial? Most of the tutorials I've found assume you have root access and/or are compiling PHP/Apache together. I was also wondering if it would be possible to just compile the mhash library and add it to php.ini? That seems to be the simplest thing, though I don't know if it would work...
View Replies !
View Related
GD Installation Problem
I'm haveing some problems I'm trying to generate bar charts dynamically by pulling data from an MS Access databasae using an ODBC connection and then generating the bar charts, this is all on WinXP Pro by the way. I have no problems with getting the data out of the database and sorting it. I was using this tutorial http://www.phpbuilder.com/columns/w...er20001218.php3 as a guidline to generating the images, but nothing seems to be working for me. My problem is that I cannot generate any images using any of the GD image functions. I have loaded the php_gd2.dll in the php.ini file and I can see that the dll is loaded when I do a phpinfo(); the probelm is that none of the pages are generating any images.
View Replies !
View Related
Soap Installation
can anybody help me to implement soap into my system?..i think this is the answer to my problem but i really dont know how to do it..ive been reading about it but i really cant understand it..
View Replies !
View Related
PHP Installation With Pgsql
I got PostgreSQL installed and now I'm trying to get PHP installed too. I do ./configure --with-pgsql and everything works fine. But when I do make, I get this error: ext/mysql/libmysql/my_lib.o(.text+0x37a): In function `my_dir': /home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno' ext/mysql/libmysql/my_lib.o(.text+0x546): In function `my_stat': /home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_lib.c:588: undefined reference to `errno' ext/mysql/libmysql/my_tempnam.o(.text+0x79):/home/marc/extract/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:108: more undefined references to `errno' follow collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 I need php installed soon. I don't know what is causing this error to occur.
View Replies !
View Related
Problem With A New Installation
After months of waiting for Redhat to come out with up to date rpms, I decided to compile a working OpenSSL/ MySQL / PHP / httpd installation for myself. Installed the latest versions of mcrypt and mhash, followed by openssl and mysql (version 4.0.13) - all from source. Configured httpd with : ./configure --enable-so --enable-cgi --enable-vhost-alias --enable-suexec --enable-info --enable-ssl --enable-cgid --with-ssl=/usr/local/ssl Then compiled PHP as : ./configure --with-mcrypt=/usr/local/lib/libmcrypt --with-mhash=/usr/local/lib/libmhash/ --prefix=/usr/local/php --with-apache2=../../apache/httpd-2.0.47 --with-mysql=/usr/local/mysql --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --localstatedir=/var --mandir=/usr/share/man --sysconfdir=/etc --infodir=/usr/local/php/share/info --with-apxs2=/usr/local/apache2/bin/apxs --enable-mbstring --with-gettext --with-zlib --with-gd --enable-discard-path --enable-ftp --with-curl --with-pear --with-jpeg-dir --with-png-dir --enable-force-cgi-redirect --enable-debugger --with-openssl=/usr/local/ssl/ Now after going through some configuration, I find that I cannot seem to browse any SSL (https) links on a website that I was developing (which worked perfectly with what I had earlier). I know this is probably not enough info for you to help me, but since I did this for the first time, I am not sure what is relevant to my problems and what is not.
View Replies !
View Related
Fileinfo Installation
I am trying to install the Fileinfo pecl extension, on CentOS 4.5, with php 5.2.3. After running the following command I get: [root@host ~]# pecl install fileinfo downloading Fileinfo-1.0.4.tgz ... Starting to download Fileinfo-1.0.4.tgz (5,835 bytes) ......done: 5,835 bytes 3 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 /usr/local/bin/phpize: /tmp/pear/cache/Fileinfo-1.0.4/build/shtool: / bin/sh: bad interpreter: Permission denied Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script. ERROR: `phpize' failed
View Replies !
View Related
PHP Installation Problem.
I had installed Apache2 and it working correctly. Then, I download PHP5 and do the installion. Toward the end of the installation process, it said something about httpd.conf. I then read the installation guide and I still could not figure out to make PHP to work. Can someone tell me where to fix this problem?
View Replies !
View Related
Installation Question
I'm using Windows Server 2000 with Apache with a secondary hard drive which will contain the http information. Does php have to be installed in the http drive or the root windows directory?
View Replies !
View Related
|