Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Phoenix] PHP Manager

YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
My website (php etc) works, but I can't install php manager for some reason and I need it. This is what I get:


Any help?

9d2dd23640aec8d3165443974b30a9b1 - [Phoenix] PHP Manager - RaGEZONE Forums

Error logs:
MSI (s) (7C:68) [16:03:32:562]: Product: PHP Manager 1.2 for IIS 7 -- Installation failed.
MSI (s) (7C:68) [16:03:32:563]: Windows Installer installed the product. Product Name: PHP Manager 1.2 for IIS 7. Product Version: 1.2.0. Product Language: 1033. Manufacturer: . Installation success or error status: 1603.
MSI (s) (7C:68) [16:03:32:565]: Deferring clean up of packages/files, if any existMSI (s) (7C:68) [16:03:32:565]: MainEngineThread is returning 1603
MSI (s) (7C:64) [16:03:32:572]: RESTART MANAGER: Session closed.
MSI (s) (7C:64) [16:03:32:572]: No System Restore sequence number for this installation.=== Logging stopped: 4/4/2017 16:03:32 ===MSI (s) (7C:64) [16:03:32:573]: User policy value 'DisableRollback' is 0
MSI (s) (7C:64) [16:03:32:573]: Machine policy value 'DisableRollback' is 0
MSI (s) (7C:64) [16:03:32:573]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (7C:64) [16:03:32:573]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (7C:64) [16:03:32:573]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (7C:64) [16:03:32:574]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (7C:64) [16:03:32:579]: Destroying RemoteAPI object.
MSI (s) (7C:D0) [16:03:32:579]: Custom Action Manager thread ending.
MSI (c) (E0:EC) [16:03:32:582]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (E0:EC) [16:03:32:583]: MainEngineThread is returning 1603=== Verbose logging stopped: 4/4/2017 16:03:32 ===
DownloadManager Error: 0 : Install return code for product 'PHP Manager for IIS' is Failure (Fatal error during installation.)
DownloadManager Information: 0 : Product PHP Manager for IIS done install completed
DownloadManager Information: 0 : Increasing current install to 2DownloadManager Information: 0 : PHP Manager for IIS installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2017-04-04T16.03.26\PHPManagerForIIS-1.2.0-x64.txt
DownloadManager Information: 0 : Product: PHPManager, Install Status: InstallCompleted-Failure, Install Time: 00:00:05.2157972
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
I had this issue and I had to download the Microsoft .NET Framework 3.5 and it worked after that, it could be another problem in your case but I would give it a try.
 
Upvote 0
Joined
Apr 17, 2012
Messages
508
Reaction score
77
Nope. It's PHP itself that needs the framework, not PHP manager.

Here are some system requirements I've found for PHP manager for IIS.

FOR USE


  • Windows Server 2008 or 2008 R2
  • Windows Vista or Windows 7
  • IIS 7 or 7.5 with FastCGI
  • PHP 5.X
FOR DEVELOPMENT


  • Windows Vista SP1 or Windows 7
  • Windows Server 2008 or 2008 R2
  • IIS 7 or 7.5
  • Visual Studio 2008 or 2010
  • TortoiseSVN

Make sure you've installed FastCGI.
 
Upvote 0
Joined
Aug 24, 2012
Messages
604
Reaction score
304
fire up regedit.exe and change the decimal value of HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W3SVC/Parameters/MajorVersion from 10 (as set by Windows 10) to e.g. 8. Installer should work now. Afterwards, you can set the value back to 10 (or whatever value your Windows env. had at first).
 
Upvote 0
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
fire up regedit.exe and change the decimal value of HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W3SVC/Parameters/MajorVersion from 10 (as set by Windows 10) to e.g. 8. Installer should work now. Afterwards, you can set the value back to 10 (or whatever value your Windows env. had at first).
a1d7b7083c25852d992cf848e90e9be4 - [Phoenix] PHP Manager - RaGEZONE Forums


it was already on 8, still the same issue
 

Attachments

You must be registered for see attachments list
Upvote 0
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
Nope. It's PHP itself that needs the framework, not PHP manager.

Here are some system requirements I've found for PHP manager for IIS.

FOR USE


  • Windows Server 2008 or 2008 R2
  • Windows Vista or Windows 7
  • IIS 7 or 7.5 with FastCGI
  • PHP 5.X
FOR DEVELOPMENT


  • Windows Vista SP1 or Windows 7
  • Windows Server 2008 or 2008 R2
  • IIS 7 or 7.5
  • Visual Studio 2008 or 2010
  • TortoiseSVN

Make sure you've installed FastCGI.
I already have FastCGI, but I have Windows server 2012 R2 Standard, so that's the issue?



64 or 32 bit system?
If 64, download 64bit at
I have x64
a18cccb8a0cee603d5cacf508c793b1e - [Phoenix] PHP Manager - RaGEZONE Forums




Also this:
702f9d7446bcafa4d01053ae07d0875f - [Phoenix] PHP Manager - RaGEZONE Forums


I have PHP 5.4.45 so that's the problem right as it requires 5.5+
 

Attachments

You must be registered for see attachments list
Upvote 0
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
7399b1bb3b748888d35d8774339f6b60 - [Phoenix] PHP Manager - RaGEZONE Forums


I currently use 5.4.45 in IIS but how can I select 5.5.38 and use that? I already installed it, but somehow it doesn't use it.
Need to use 5.5.38 so I can download PHPmanager, which I don't have at the moment.
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
7399b1bb3b748888d35d8774339f6b60 - [Phoenix] PHP Manager - RaGEZONE Forums


I currently use 5.4.45 in IIS but how can I select 5.5.38 and use that? I already installed it, but somehow it doesn't use it.
Need to use 5.5.38 so I can download PHPmanager, which I don't have at the moment.
You'll have to go to your IIS Manager and open the PHP Manager and then you can select the PHP version you wish to use.
 

Attachments

You must be registered for see attachments list
Upvote 0
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
You'll have to go to your IIS Manager and open the PHP Manager and then you can select the PHP version you wish to use.
As I said, I do NOT have php manager. Read above please. I'm trying to get it.
 
Upvote 0
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
When you're trying to install PHP there should be a error indicator that says, that the installation of the PHP Manager should have failed.
There should also be a reason on why it failed, post the reason why it failed here.

And from the pictures you posted it seems, that you need to install .NET Framework 4 redistributable.
 
Upvote 0
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
When you're trying to install PHP there should be a error indicator that says, that the installation of the PHP Manager should have failed.
There should also be a reason on why it failed, post the reason why it failed here.

And from the pictures you posted it seems, that you need to install .NET Framework 4 redistributable.
Already have 4
When I installed the new php version, everything installed except the php manager (same issue as posted before)
 
Upvote 0
Back
Top