I added a Note and the Server sent a blank page without any sourcecode.
This might be a flaw in your php-files or the server has been out of performance.
You might check the invisible errorlog on the page /bugnote_add.php
I added a Note and the Server sent a blank page without any sourcecode.
This might be a flaw in your php-files or the server has been out of performance.
You might check the invisible errorlog on the page /bugnote_add.php
http://feedback.dayzgame.com/view.php?id=78
add a Note
Youll get this: http://prntscr.com/4eg3nb
The Note is added but you only see this, if you check the original Page.
This should show the bug.
error_reporting(E_ALL);
ini_set("display_errors", "1");
Hey there,
this doesn't seem to happen to me. I can see your note is posted in the thread. This could be happening due to the high number of notes for that particular issue.
I believe that even though you load a blank page, the note does get submitted. Can you please confirm that?
"I believe that even though you load a blank page, the note does get submitted. Can you please confirm that?"
This is true, I can confirm.
In my case I hit F5 to reload the blank page. Thatwhy my notice had been posted twice. I deleted one afterwards.
http://feedback.dayzgame.com/view.php?id=78#c62492
I have quite a lot experience in such bugs. This normally happens, if the script is somehow broken or some other error happens. It took quite a lot of time until the blank page was set.
I think internally some error happened, which could be a timelimit for the script-run.
If timelimit:
Maybe caused by a table-lock in mysql (myisam, highload)..
Maybe caused by missing indexes on some table..
Maybe it is ok to rise max. timelimit by PHPs "set_time_limit(100);" -> but maybe this will be bad for the server in high-load-times.
General: This could be critical, but doesnt have.
I really dont know what the script does after inserting the post. Could lead to unfinished links, broken databasestuff etc.
Greetings