devryan / GamePanelX-V3

The Original Free and Open Source Game Control Panel
https://www.gamepanelx.com
Other
131 stars 94 forks source link

Error: error, Internal Server Error #152

Closed skeeta92 closed 7 years ago

skeeta92 commented 7 years ago

Forums are down....anybody know the fix for this?

TNovalis commented 7 years ago

Are you using PHP 7?

skeeta92 commented 7 years ago

No sir php 5.6 Centos 7 with Sentora Panel, using Maria DB..not sure what the problem is...

devryan commented 7 years ago

Typically when GPX is used under a hosting software, there are problems with mixing the two. Usually web panels have some security plugins enabled that don't allow gpx's internal functions to run. Check your panel's access and error log and see what the actual error is (Internal Server Error) just means check your logs for the actual issue

skeeta92 commented 7 years ago

PHP Fatal error: Call to undefined function posix_getpwuid() in /var/sentora/hostdata/zadmin/public_html/netserj_com/gpx/install/install_actions.php on line 66

google says yum -y install php-posix is the fix for that but:

[root@vps1 ~]# yum install php-posix Loaded plugins: fastestmirror, replace Loading mirror speeds from cached hostfile epel: fedora-epel.mirror.lstn.net remi-safe: repo1.dal.innoscale.net webtatic: us-east.repo.webtatic.com Resolving Dependencies --> Running transaction check ---> Package php-process.x86_64 0:5.4.16-36.3.el7_2 will be installed --> Processing Dependency: php-common(x86-64) = 5.4.16-36.3.el7_2 for package: php-process-5.4.16-36.3.el7_2.x86_64 --> Finished Dependency Resolution Error: Package: php-process-5.4.16-36.3.el7_2.x86_64 (updates) Requires: php-common(x86-64) = 5.4.16-36.3.el7_2 Installed: php-common-5.6.26-1.el7.remi.x86_64 (@remi-php56) php-common(x86-64) = 5.6.26-1.el7.remi Available: php-common-5.4.16-36.el7_1.x86_64 (base) php-common(x86-64) = 5.4.16-36.el7_1 Available: php-common-5.4.16-36.1.el7_2.1.x86_64 (updates) php-common(x86-64) = 5.4.16-36.1.el7_2.1 Available: php-common-5.4.16-36.3.el7_2.x86_64 (updates) php-common(x86-64) = 5.4.16-36.3.el7_2 Available: php55w-common-5.5.37-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.5.37-1.w7 Available: php55w-common-5.5.38-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.5.38-1.w7 Available: php56w-common-5.6.23-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.6.23-1.w7 Available: php56w-common-5.6.24-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.6.24-1.w7 Available: php56w-common-5.6.25-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.6.25-1.w7 Available: php56w-common-5.6.26-1.w7.x86_64 (webtatic) php-common(x86-64) = 5.6.26-1.w7 Available: php70w-common-7.0.8-1.w7.x86_64 (webtatic) php-common(x86-64) = 7.0.8-1.w7 Available: php70w-common-7.0.9-1.w7.x86_64 (webtatic) php-common(x86-64) = 7.0.9-1.w7 Available: php70w-common-7.0.10-1.w7.x86_64 (webtatic) php-common(x86-64) = 7.0.10-1.w7 Available: php70w-common-7.0.11-1.w7.x86_64 (webtatic) php-common(x86-64) = 7.0.11-1.w7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@vps1 ~]#

devryan commented 7 years ago

Make sure php-posix package is installed and reinstall apache after

On Oct 18, 2016 2:03 PM, "skeeta92" notifications@github.com wrote:

PHP Fatal error: Call to undefined function posix_getpwuid() in /var/sentora/hostdata/zadmin/public_html/netserj_com/gpx/install/install_actions.php on line 66

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/devryan/GamePanelX-V3/issues/152#issuecomment-254622832, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVBNuwmIv0mjviV2dOItmb71_wXhFXNks5q1SYcgaJpZM4KX4Ig .

devryan commented 7 years ago

@skeeta92 you have yum repo dependency problems you need to fix. That has nothing to do with gpx.