Bug when creating a NEW THREAD (getting a blank page)

Thread Starter

Georacer

Joined Nov 25, 2009
5,182
Sadly, I cannot deny this. And even more depressingly, there is nothing in my power I can do to fix it.
 

munnibhai

Joined Jan 15, 2014
4
the bug seems to be active in google chrome, I am now posting from IE and things seem to be working ok...

The bug, doubtfully is activating from variable "do" in newthread.php, either the variable is not getting the correct data or form methods might have been messed...

thought to share idea from my little experience in web development :/
 

MrChips

Joined Oct 2, 2009
34,823
the bug seems to be active in google chrome, I am now posting from IE and things seem to be working ok...
All members experiencing this problem should report which browser they are using to see if there is a pattern here.

The bug, doubtfully is activating from variable "do" in newthread.php, either the variable is not getting the correct data or form methods might have been messed...
This could be useful information. How do you know this? Can you go into more detail?
 

munnibhai

Joined Jan 15, 2014
4
Hello MrChips,

I am an intermediate level web developer experienced in PHP, MySQL and JavaScript+Modules,

I remember encountring similar issues with variables and data passed to them over client side in javascript.

The variable "do" must be working in GET method of form which is transparent passing of data in browser and doubtfully form is working/passing data in POST (encrypted data passing) method to GET type variable.

On the other hand, it works fine in IE, which contradicts my assumption of methods. So I strongly assume it is a problem with javascript line of code not being compatible with GC. (chrome).

I will check it in other browsers from my server at myw working desk tomorrow, if I may be of some help.
 

DerStrom8

Joined Feb 20, 2011
2,390
I believe I have had the issue in Chrome AND Firefox. I will make a test post from FF and let you know.

EDIT: I just tried it in FF and it didn't seem to have a problem. I did have an issue once recently though, but I can't remember the specifics.
 

KingD

Joined Mar 7, 2014
8
So, i am new to this forum, but i am having a hard time posting things.
I am using chrome and followed all the instructions on this thread. Still nothing works.
 

Thread Starter

Georacer

Joined Nov 25, 2009
5,182
Ok, at least this one got posted.

To get you started, make a post here, containing the content of your new thread, along with a title. We can create the thread for you, so that you can help on your question/problem.

Afterwards, we can debug your issue.

Did you try clearing your cache and/or using another browser?
 

KingD

Joined Mar 7, 2014
8
Ok, at least this one got posted.

To get you started, make a post here, containing the content of your new thread, along with a title. We can create the thread for you, so that you can help on your question/problem.

Afterwards, we can debug your issue.

Did you try clearing your cache and/or using another browser?
i got it!
The title had to be less than 12 characters. if i did 12 characters exactly it would give me a blank page, 11 characters, it was posted.
 
Top