Too many connections / 4 - HMG Reference

Forum help and suggestions to improve this forum.

Moderator: Rathinagiri

Italia1
Posts: 60
Joined: Mon Mar 24, 2014 10:55 am
Location: Italia

Too many connections / 4 - HMG Reference

Post 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;
I use the great HMG3.2(stable). Have i nice international HMG to everyone!
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Too many connections / 404

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Italia1
Posts: 60
Joined: Mon Mar 24, 2014 10:55 am
Location: Italia

Re: Too many connections / 404

Post by Italia1 »

You're welcome.
For URL I will use ever tag URL. :D
I use the great HMG3.2(stable). Have i nice international HMG to everyone!
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Missing image file in DOC

Post 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Too many connections / 404

Post by Rathinagiri »

I will look into the matter and will revert back.

Pablo, the image url is working for me.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Italia1
Posts: 60
Joined: Mon Mar 24, 2014 10:55 am
Location: Italia

Re: Too many connections / 404

Post 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.
I use the great HMG3.2(stable). Have i nice international HMG to everyone!
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Too many connections / 404

Post by Rathinagiri »

Oh! Now I understand. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Too many connections / 404

Post 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 5568 times
and Mozilla:
Tela1.PNG
Tela1.PNG (23.66 KiB) Viewed 5568 times
This is the complete URL (not display image):
http://hmgforum.com/hmgdoc/data/HMG_UNI ... nicode.htm
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Italia1
Posts: 60
Joined: Mon Mar 24, 2014 10:55 am
Location: Italia

Re: Too many connections / 404

Post 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
I use the great HMG3.2(stable). Have i nice international HMG to everyone!
Italia1
Posts: 60
Joined: Mon Mar 24, 2014 10:55 am
Location: Italia

Re: Too many connections / 404

Post 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
I use the great HMG3.2(stable). Have i nice international HMG to everyone!
Post Reply