Page 1 of 1

[Temp-Fixed] Unable to compose PMs ...

Posted: 06 Oct 2014, 06:26
by just me
... is it just me?

Re: Unable to compose PMs ...

Posted: 06 Oct 2014, 08:18
by tank
I am doing a full file system restore there are a number of previously solved issues that have shown up

Re: [Fixed] Unable to compose PMs ...

Posted: 06 Oct 2014, 10:44
by just me
Thanks, tank!

Re: [Fixed] Unable to compose PMs ...

Posted: 08 Oct 2014, 14:44
by Ezriilc
Maybe change the OP title until this gets fixed again. I'm sure tank and the crew will have it corrected in no time.

For the record, I can't send PMs either. It tells me there are too few characters, as if the textarea isn't being posted properly (pure speculation).

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 08 Oct 2014, 17:10
by joedf
title updated.

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 09 Oct 2014, 12:54
by kidbit
tank, why did you decide to ruin the forum?

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 09 Oct 2014, 13:19
by Phantom66
It might not have been tank's fault... I heard from joedf, saying that some issues popped up with the cache refresh he did
see http://ahkscript.org/boards/viewtopic.p ... 826#p27763

Re: Unable to compose PMs ...

Posted: 10 Oct 2014, 17:35
by guest3456
tank wrote:I am doing a full file system restore there are a number of previously solved issues that have shown up
put the whole website under version control

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 10 Oct 2014, 23:42
by joedf
Yeah... would be cool. Soon, young padawan.

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 02:37
by TLM
confirmed.. all pm's return "Your message contains too few characters."

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 12:54
by zcooler
Hope this issue has highest to fix priority. An another week without being abled to send pm`s would be no fun at all.

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 16:46
by guest3456
zcooler wrote:Hope this issue has highest to fix priority. An another week without being abled to send pm`s would be no fun at all.
talk in public. what do you have to hide?

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 17:31
by joedf
@guest3456 lool, im just cant see this happened.. :P
ill give it another shot..

EDIT : OH hohoho! i think i got a fix!! :D I just guessed it.. and it worked!! :D
I seez the world in code :ugeek: :D

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 18:22
by joedf
Not yet fixed
Alright, i had fixed it for Subsilver2... Can anyone confirm this bug in Prosilver?
Anyway, here is what i did :
I noticed in posting_body.html @line 206 (Subsilver2 style)
and the textarea had the name attribute set to "rfghhgfdsdfghgfdssdfgytrrtxuwehfiuenrfvn"..
I just went and made a logical guess and changed it to 'message' because the subject textbox had name set to subject
... so i changed it... and it worked... it is set like this in the purpose of reducing spam??!?
Anyway... this fix breaks the reply form.. hmm.. ill investigate further..

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 12 Oct 2014, 18:35
by joedf
Tempo-fixed
Alright for now, PMs should work. anyway ive only tested subsilver2...
i have changed

Code: Select all

<textarea name="rfghhgfdsdfghgfdssdfgytrrtxuwehfiuenrfvn" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea>
to

Code: Select all

<!-- IF S_PRIVMSGS -->
				<textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea>
			<!-- ELSE -->
				<textarea name="rfghhgfdsdfghgfdssdfgytrrtxuwehfiuenrfvn" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea>
			<!-- ENDIF -->
Maybe i broke the Anti_PM spam.. not sure... but getting the PMs to actually work is the priority here..

Cheers

EDIT: I have found the problem.

Code: Select all

<script type="text/javascript" src="./styles/subsilver2/template/editor.js"></script>
>> http://ahkscript.org/boards/styles/subs ... /editor.js
Here is the problem exactly >>> var text_name = 'rfghhgfdsdfghgfdssdfgytrrtxuwehfiuenrfvn';
I think this is related to the signature bbcode buttons problem http://ahkscript.org/boards/viewtopic.php?f=3&t=4821
The text_name is somehow not correctly set in the PM form and edit Signature form..
I have to somehow reverse-learn what tank has written ... :P

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 13 Oct 2014, 16:31
by zcooler
guest3456 wrote:
zcooler wrote:Hope this issue has highest to fix priority. An another week without being abled to send pm`s would be no fun at all.
talk in public. what do you have to hide?
ha ha, you are funny :lol: well, sometimes there is matters not concerning everybody. Btw autohotkey.com is down...

Re: [NOT Fixed] Unable to compose PMs ...

Posted: 13 Oct 2014, 18:53
by TLM
zcooler wrote:Btw autohotkey.com is down...
working fine here.. try it again, perhaps it was an intermittent outage..