Page 1 of 2

Too many connections / 4 - HMG Reference

Posted: Wed Apr 16, 2014 5:37 pm
by Italia1
Hello to everyone :D
On 07 Apr 11:20, with Firefox 28.0 in Windows XP Home OEM, when I go on forum - viewforum.php?uid=56&f=44&start=0 - i found this error:
General Error
SQL ERROR [ mysql4 ]
Too many connections [1040]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I think there's not an browser error but a Server SQL error (more forums have this problem).

This pages have only a number 404 (it's link HFCL of HMG Reference):
HFCL/DOC/Intro.htm
HFCL/DOC/AutoFill.htm
HFCL/DOC/COMBOSEARCHBOX.htm
HFCL/DOC/gridprint.htm
HFCL/DOC/HMG_HPDF_Doc.pdf
HFCL/DOC/BosTaurus-FunctionsReferenceGuide.pdf
Peraphs directory HFCL/DOC/ it's renamed.

I hope this segnalations is useful for you.
Bye bye. :D

Edit: when i send URL the forum system add

Code: Select all

onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

Too many connections / 404

Posted: Wed Apr 16, 2014 6:02 pm
by Pablo César
Thank you for reporting us these errors Italia1. Let´s wait Mr. Rathinagiri what probably happen with this folder in the forum.
Italia1 wrote:Edit: when i send URL the forum system add

Code: Select all

onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
Regarding this... it is a quite recently error which is hapining when user not uses a URL tags. This also Rathinagiri could say about. Because this started to happen after some EXTURL tag added.

Re: Too many connections / 404

Posted: Wed Apr 16, 2014 7:01 pm
by Italia1
You're welcome.
For URL I will use ever tag URL. :D

Missing image file in DOC

Posted: Thu Apr 17, 2014 4:02 am
by Pablo César
Hi Rathinagiri,

Just to inform you is missing the image called HMG-Unicode.bmp at http://hmgforum.com/hmgdoc/data/HMG_UNICODE_DOC" onclick="window.open(this.href);return false;

Rgds

Re: Too many connections / 404

Posted: Thu Apr 17, 2014 4:33 am
by Rathinagiri
I will look into the matter and will revert back.

Pablo, the image url is working for me.

Re: Too many connections / 404

Posted: Thu Apr 17, 2014 9:35 am
by Italia1
Rathinagiri wrote:Pablo, the image url is working for me.
Is ok for me too in link http://hmgforum.com/hmgdoc/data/HMG_UNI ... NICODE.bmp
Thanks Rathinagiri for looking it. :D

Edit. I found what Pablo say. The error is http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.bmp because is in lower case (linux is case sensitive) in this .htm http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.htm.

Re: Too many connections / 404

Posted: Thu Apr 17, 2014 1:37 pm
by Rathinagiri
Oh! Now I understand. :)

Too many connections / 404

Posted: Thu Apr 17, 2014 1:38 pm
by Pablo César
Italia1 wrote:Is ok for me too in link http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.bmp
Yes for me this just image, is ok too.
Italia1 wrote:Edit. I found what Pablo say. The error is because is in lower case (linux is case sensitive) in this .htm http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.htm.
Sorry I should put complete URL, which is still not working as Italia1 said.

See in Chrome:
Screen.PNG
Screen.PNG (27.62 KiB) Viewed 5649 times
and Mozilla:
Tela1.PNG
Tela1.PNG (23.66 KiB) Viewed 5649 times
This is the complete URL (not display image):
http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.htm

Re: Too many connections / 404

Posted: Thu Apr 17, 2014 2:04 pm
by Italia1
Two solutions possible:
1) rename HMG-UNICODE.bmp in HMG-Unicode.bmp in hmgdoc/data/HMG_UNICODE_DOC/
2) modify Update_HMG_Unicode.htm with correct name HMG-UNICODE.bmp
The first solution is valid if do you have not another image refer in other htm. I reccomend the second if the name of image is correct.

Bye bye

Re: Too many connections / 404

Posted: Fri May 09, 2014 4:24 pm
by Italia1
Hello. For correct problem with 1) solution must modifiy file Update_HMG_Unicode.htm

Code: Select all

<img width=200 height=100 id="_x0000_i1025" src=HMG-Unicode.bmp alt=1>
with

Code: Select all

<img width=200 height=100 id="_x0000_i1025" src=HMG-UNICODE.bmp alt=1>
Bye bye