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!

GS WebPanel (full features)

Newbie Spellweaver
Joined
Mar 1, 2022
Messages
22
Reaction score
1
Can you give me a way to install it or give me some advice?

I got this messageI don't know where I went wrong
EmpireZ - GS WebPanel (full features) - RaGEZONE Forums
how to fix this?
 
Newbie Spellweaver
Joined
Nov 27, 2012
Messages
78
Reaction score
5
how to fix this
my xampp 1.6.7 and 1.7.1 same problem
php 5.2 to 5.6 same problem


1697601816955 - GS WebPanel (full features) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 27, 2012
Messages
78
Reaction score
5
View attachment 244143



AND ALSO MY PHP VERSION IS : 8.2.4
this is my problem again in xampp php 8.2.4 and IIS connected php 7.3 and 5.6 same problem i think my problem again is OBDC and mssql not connected
1698477498476 - GS WebPanel (full features) - RaGEZONE Forums


and ty sir masterband1427 for reply ^_^
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Mar 10, 2011
Messages
229
Reaction score
50
this is my problem again in xampp php 8.2.4 and IIS connected php 7.3 and 5.6 same problem i think my problem again is OBDC and mssql not connected View attachment 244252

and ty sir masterband1427 for reply ^_^
your problem is that " <??> " or you call it short open tag is not working in your webserver so kindly refer to this if you are using iis

<-- FOR IIS

<-- FOR XAMPP APACHE

And also open 'includes/web.php' line 24 $connect_mssql

Code:
$connect_mssql = sqlsrv_connect( $web['dbhost'], $connectionInfo);
<-- COPY THIS CODE
 
Last edited:
Newbie Spellweaver
Joined
Mar 1, 2022
Messages
22
Reaction score
1
your problem is that " <??> " or you call it short open tag is not working in your webserver so kindly refer to this if you are using iis

<-- FOR IIS

<-- FOR XAMPP APACHE

And also open 'includes/web.php' line 24 $connect_mssql

Code:
$connect_mssql = sqlsrv_connect( $web['dbhost'], $connectionInfo);
<-- COPY THIS CODE
Hii
How to fix This Sir
1707499533021 - GS WebPanel (full features) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top