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

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [Temp-Fixed] Unable to compose PMs ...

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

Post by TLM » 13 Oct 2014, 18:53

zcooler wrote:Btw autohotkey.com is down...
working fine here.. try it again, perhaps it was an intermittent outage..

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

Post by zcooler » 13 Oct 2014, 16:31

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 ...

Post by joedf » 12 Oct 2014, 18:35

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 ...

Post by joedf » 12 Oct 2014, 18:22

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 ...

Post by joedf » 12 Oct 2014, 17:31

@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 ...

Post by guest3456 » 12 Oct 2014, 16:46

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 ...

Post by zcooler » 12 Oct 2014, 12:54

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 ...

Post by TLM » 12 Oct 2014, 02:37

confirmed.. all pm's return "Your message contains too few characters."

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

Post by joedf » 10 Oct 2014, 23:42

Yeah... would be cool. Soon, young padawan.

Re: Unable to compose PMs ...

Post by guest3456 » 10 Oct 2014, 17:35

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 ...

Post by Phantom66 » 09 Oct 2014, 13:19

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: [NOT Fixed] Unable to compose PMs ...

Post by kidbit » 09 Oct 2014, 12:54

tank, why did you decide to ruin the forum?

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

Post by joedf » 08 Oct 2014, 17:10

title updated.

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

Post by Ezriilc » 08 Oct 2014, 14:44

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: [Fixed] Unable to compose PMs ...

Post by just me » 06 Oct 2014, 10:44

Thanks, tank!

Re: Unable to compose PMs ...

Post by tank » 06 Oct 2014, 08:18

I am doing a full file system restore there are a number of previously solved issues that have shown up

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

Post by just me » 06 Oct 2014, 06:26

... is it just me?

Top