HTTP Error 500 on phpinfo.php - php

I just installed MySQL on Windows Server 2008 R2.
I followed the instructions on: [Install and Configure MySQL for PHP Applications on IIS7][1]
And when i was gonna check phpinfo.php, i get error 500. Here is a ScreenShot that i took when using RDP to our Windows 2008 R2 server. http://i.stack.imgur.com/hW7qG.png
I have no idea what causes this error. And i have absolutley no idea how to fix this.
Here is the error log that IIS made for today: http://s000.tinyupload.com/?file_id=11719906829973224437
i've searched around using google, and there was no solution for my problem.
I have PHP Manager, and it does not show any message that would indicate there is a problem with the PHP configuration.
Any idea how i can fix this, so that i can continue on developing the website for my company?

Related

Issue with XAMPP and MySql

I am facing a problem pretty common, I have installed MySql Server because in the past I developed an CRUD app by using Java Swing and Maven, and now I am trying to create same thing, a CRUD app only this time with PHP.
I am following a tutorial from Udemy and this guy is using XAMPP to launch both an Apache Server and a MySQL. But somehow it's interfering with the one already installed on my laptop and cannot make the connection with XAMPP.
I opened my.ini and where says password i put my own from MySQL Workbench, and I see it's using the same port 3306 but still cannot work and I dont know why.
Is there any solution to modify my.ini and establish the connection without uninstalling the MySql Server installed before, because if I do that I ruin the other Java app using it.
Could you please provide the error logs? So the problem can be identified properly. By default, you can get the logs file for Apache in
\xampp\apache\logs\error.log
And for PHP here \xampp\php\logs

ERR_CONNECTION_REFUSED encountered in Dreamweaver preview

I am trying to get Dreamweaver preview to work for php applications in Windows 10. it has been a pain so far.
I have the server info of:
and yet I get the this error in DW preview:
I have xampp running and Apache and Mysql are both started and running with no problems, the file paths are correct, but I am not sure how to fix this myself. google searching didn't give me much either.
Did you try setting the port for HTTP traffic in the Web URL: http://localhost:8080

Web Server IIS Error Signed

Anyone experience with this situation, I am really new for the Windows Environment.
On the Server Manager in Windows Server 2003 OS, on the role section I saw the WEB IIS Server with cross signed (red) what is that mean? Is that mean the installation of the IIS corrupted, cause before on last week I never saw this.
If is not a big problem, I will get to go to installing the PHP and connectin to MSSQL
Thanks,
da_root

Http server error on windows azure platform

I have bunch of websites running on windows azure in same region (North Central US). The problem is only with one website. Sometimes it gives me HTTP Server Error (503). Is there anything to do with application side or it's server issue?
I have same website running on development server without any kind of error.
What could be the possible solutions regarding this?
How to check which error are there in my PHP application OR error logs?
The Error I am getting in PHP is this:
PHP Fatal error: Failure in Wincache[5784] free_memory: Block 0x3d8188c not in use
in D:\home\site\wwwroot\system\libraries\Log.php on line 44

Windows 2012R2 connecting to remote SQL2012 Server issue PHP Apache

I have created a local project that connects to a SQL2012 database. On my local machine I have Windows 7 64Bit enterprise, with MS SQL drivers with no problem at all. I moved the project over to a Windows Server 2012R2 production machine. I got the web server up and PHP working fine.
I checked the phpinfo() file and sql drivers are enabled and sqlsrv is a 'registered stream'
I have try & catch blocks for all my connections to the database. No errors
I have checked the Apache error logs and there is no indication of a problem connecting to the DB.
My project uses SQL authentication, using a Username and Password - not built in Windows Authentication. I tried to change the password to a incorrect one ---> still no error?!!
I even tried to disable Domain, Public, and Private Window Firewalls. Still nothing.
I'm totally stumped, perhaps someone here may have some ideas.
Does anyone know if the SQLSRV30 pack is compatible with Windows 2012R2?
OK I have figured out what the problem was, I needed to install Microsoft® SQL Server® 2012 Native Client located at: http://www.microsoft.com/en-us/download/confirmation.aspx?id=29065#
After that installed everything is working fine.

Categories