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!

Emisand's Gunz Admin Panel v3

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 14, 2007
Messages
12
Reaction score
0
Bad PHP Config.

The session save dir that is set in your php does not have permissions for writing data in there.



Mehhhhh.

The config file is fine. The information is correct.

Is there a way I can give it premission?
 
Junior Spellweaver
Joined
Jan 12, 2008
Messages
124
Reaction score
6
GLITCH REPORT!

When you use the change password function, it changes the password of every single account.

Don't believe me? Test it (but create a backup).
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
GLITCH REPORT!

When you use the change password function, it changes the password of every single account.

Don't believe me? Test it (but create a backup).
your query must be wrong, I have tried on my own and others accounts and they dont all change >.>
 
Newbie Spellweaver
Joined
Nov 1, 2008
Messages
33
Reaction score
0
there's error...

but only in "Send item to all Storage"


Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]The INSERT statement conflicted with the FOREIGN KEY constraint "Item_Table1_FK1". The conflict occurred in database "gunzDB", table "dbo.Item", column 'ItemID'., SQL state 23000 in SQLExecDirect in hidedl\accounts.php on line 199

all other works fine.

some solve for that thanks.
 
Newbie Spellweaver
Joined
Nov 27, 2008
Messages
13
Reaction score
0
how can i use that? XD all files are .php i can open only with blocknote ._.
 
Experienced Elementalist
Joined
Mar 16, 2006
Messages
238
Reaction score
112
there's error...

but only in "Send item to all Storage"


Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]The INSERT statement conflicted with the FOREIGN KEY constraint "Item_Table1_FK1". The conflict occurred in database "gunzDB", table "dbo.Item", column 'ItemID'., SQL state 23000 in SQLExecDirect in hidedl\accounts.php on line 199

all other works fine.

some solve for that thanks.

You have to REMOVE or DEACTIVATE that Foreign Key at dbo.Item table.

how can i use that? XD all files are .php i can open only with blocknote ._.

LOL at that. :lol:
 
Praise the Sun!
Loyal Member
Joined
Dec 4, 2007
Messages
2,502
Reaction score
986
how can i use that? XD all files are .php i can open only with blocknote ._.

You're supposed to print them, then read them around 5 times and then code one yourself in wordpad. After that, you can use it safely.
 
Newbie Spellweaver
Joined
Oct 25, 2008
Messages
55
Reaction score
0
I get this problem. And i followed your tut step by step. Don't say "oh its a bad set up" cause ill be like "NO,REALLY?!?!?!"


 
Experienced Elementalist
Joined
Mar 16, 2006
Messages
238
Reaction score
112
I get this problem. And i followed your tut step by step. Don't say "oh its a bad set up" cause ill be like "NO,REALLY?!?!?!"



Why you don't read the errors you get?

It clearly says that the sessions path is bad set.
Set the php.ini with a correct session.save path
 
Experienced Elementalist
Joined
Mar 16, 2006
Messages
238
Reaction score
112
and exactly where do i find the php.ini ?

That depends on your php installation.

I won't give support with php, I only support the panel.

If you have problems with php, read the documentation at
 
Master Summoner
Joined
Oct 7, 2008
Messages
580
Reaction score
15
i get this

Warning: fopen(logs/log.txt) [function.fopen]: failed to open stream: Permission denied in C:\functions.php on line 51

Warning: fputs(): supplied argument is not a valid stream resource in C:\Ifunctions.php on line 53

Warning: fclose(): supplied argument is not a valid stream resource in C:\functions.php on line 54

Doesnt make logs ??

Possibly coz of MIME ??
 
Newbie Spellweaver
Joined
Oct 30, 2008
Messages
16
Reaction score
0
This is the error i get:

emisand - Emisand's Gunz Admin Panel v3 - RaGEZONE Forums


Any solutions?
 
Experienced Elementalist
Joined
Mar 16, 2006
Messages
238
Reaction score
112
Edit PHP.ini and set display_errors=Off
 
Status
Not open for further replies.
Back
Top