Foro Flamenco


Posts Since Last Visit | Advanced Search | Home | Register | Login

Today's Posts | Inbox | Profile | Our Rules | Contact Admin | Log Out



Welcome to one of the most active flamenco sites on the Internet. Guests can read most posts but if you want to participate click here to register.

This site is dedicated to the memory of Paco de Lucía, Ron Mitchell, Guy Williams, Linda Elvira, Philip John Lee, Craig Eros, Ben Woods, David Serva and Tom Blackshear who went ahead of us.

We receive 12,200 visitors a month from 200 countries and 1.7 million page impressions a year. To advertise on this site please contact us.

Update cookies preferences




Server goes down   You are logged in as Guest
Users viewing this topic: none
  Printable Version
All Forums >>Discussions >>General >> Page: [1]
Login
Message<< Newer Topic  Older Topic >>
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

Server goes down 

Post count is getting high and overflowing. I am fixing the code, so bear with me.

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 26 2024 12:28:19
 
kitarist

Posts: 1733
Joined: Dec. 4 2012
 

RE: Server goes down (in reply to Escribano

Thank you very much, Simon, for all your work keeping this precious forum working!

_____________________________

Konstantin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 3:01:16
 
orsonw

Posts: 2019
Joined: Jul. 4 2009
From: London

RE: Server goes down (in reply to Escribano

Thank you, as always Simon for your time and expertise maintaining the foro.

How are you in terms of foro donations, is it about right or does it need to increase?
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 8:32:48
 
silddx

Posts: 809
Joined: May 8 2012
From: London

RE: Server goes down (in reply to Escribano

Yes, thanks very much, Simon!

_____________________________

The early bird catches the worm. But the second mouse gets the cheese.
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 8:38:37
 
metalhead

 

Posts: 205
Joined: Apr. 15 2023
 

RE: Server goes down (in reply to Escribano

Are you a software developer?
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 10:43:47
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

RE: Server goes down (in reply to metalhead

Indeed I am

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 10:46:37
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

RE: Server goes down (in reply to orsonw

A few here and there. It all helps.

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 10:47:33
 
silddx

Posts: 809
Joined: May 8 2012
From: London

RE: Server goes down (in reply to orsonw

I set up a £1 per month donation on PayPal, I thought if a bunch of us do that it would help Simon maintain this lovely place.

_____________________________

The early bird catches the worm. But the second mouse gets the cheese.
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 12:25:28
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

RE: Server goes down (in reply to silddx

Many thanks!

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 12:56:23
 
metalhead

 

Posts: 205
Joined: Apr. 15 2023
 

RE: Server goes down (in reply to Escribano

If I give you a website redesign (free of course), would you implement it?
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 13:48:02
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

RE: Server goes down (in reply to metalhead

Thanks but it’s too complex to implement to a newer platform and design and I don’t have that kind of time.

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 15:34:48
 
rafapak

 

Posts: 299
Joined: Aug. 9 2015
 

[Deleted] 

Post has been moved to the Recycle Bin at Sep. 27 2024 23:26:16
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 23:26:03
 
rafapak

 

Posts: 299
Joined: Aug. 9 2015
 

RE: Server goes down (in reply to silddx

quote:

I set up a £1 per month donation on PayPal, I thought if a bunch of us do that it would help Simon maintain this lovely place.


how do you do it technically ? I would like to contribute but I would like to pay in euros.
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 27 2024 23:27:40
 
silddx

Posts: 809
Joined: May 8 2012
From: London

RE: Server goes down (in reply to rafapak

If you click the donate button at the top of the page it takes you to a PayPal button as well as the usual debit and credit cards button.

_____________________________

The early bird catches the worm. But the second mouse gets the cheese.
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 28 2024 11:13:23
 
Arash

Posts: 4516
Joined: Aug. 9 2006
From: Iran (living in Germany)

RE: Server goes down (in reply to Escribano

Here is chatgpt's answer to the issue, i dont knowif it helps

The error you're seeing is a Microsoft VBScript runtime error `'800a0006'`, which indicates an **overflow** issue with the `Cint` function in VBScript. Here's an explanation of the specific elements involved in this error:

### **Understanding the Error:**

1. **Error Code: '800a0006' (Overflow):**
- This error occurs when the value passed to a function (in this case, `Cint`) exceeds the limits that the function can handle. In VBScript, `Cint` is used to convert a value to an integer.

2. **Function: `Cint`:**
- The `Cint` function converts a given value to a 16-bit integer. The range for a 16-bit integer is **-32,768 to 32,767**.
- If the value being passed to `Cint` is outside this range, the system cannot convert it and raises an overflow error.

3. **File: `/session.asp`, line 135:**
- This indicates the error occurs in the file `session.asp` on line 135. The code on that line is likely using `Cint` to convert a value (such as a session variable or user input) to an integer, but the value exceeds the limits of the `Cint` function.

### **Possible Causes:**

- **Large Numeric Value:** A value larger than 32,767 (or smaller than -32,768) is being passed to `Cint`. This might be coming from user input, a session variable, or a database field.

- **Invalid Input:** If non-numeric or extremely large values (e.g., alphanumeric strings or high numeric values) are passed to `Cint`, this will trigger an overflow error.

### **Solution:**

- **Replace `Cint` with `CLng`:** If the value being converted can be larger than the `Cint` range, consider using `CLng`, which converts values to a **32-bit integer** with a much larger range (-2,147,483,648 to 2,147,483,647).

Example:
```vbscript
' Original code causing the error:
intValue = Cint(possibleLargeValue)

' Fixed code using CLng to prevent overflow:
intValue = CLng(possibleLargeValue)
```

- **Validate Input:** Ensure that the value being passed to `Cint` is within the acceptable range. Use input validation or error handling to catch cases where the input is outside of the `Cint` range.

### Summary:

The error is due to an overflow when trying to convert a value using `Cint` in `session.asp` at line 135. This can be fixed by using `CLng` or ensuring the value being converted is within the acceptable range for `Cint`.

_____________________________

  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 28 2024 14:40:32
 
silddx

Posts: 809
Joined: May 8 2012
From: London

RE: Server goes down (in reply to Arash

quote:

This can be fixed by using `CLng` or ensuring the value being converted is within the acceptable range for `Cint`.


Ahh, yeah, that's what I thought too

_____________________________

The early bird catches the worm. But the second mouse gets the cheese.
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 28 2024 17:23:07
 
metalhead

 

Posts: 205
Joined: Apr. 15 2023
 

RE: Server goes down (in reply to Escribano

understandable
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 28 2024 19:06:51
 
Escribano

Posts: 6441
Joined: Jul. 6 2003
From: England, living in Italy

RE: Server goes down (in reply to silddx

Thanks guys, I understand the error message and the proposed solution but not the consequences. Still working on this creaking, old tub.

_____________________________

Foro Flamenco founder and Admin
  REPORT THIS POST AS INAPPROPRIATE |  Date Sep. 28 2024 20:31:48
Page:   [1]
All Forums >>Discussions >>General >> Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software powered by ASP Playground Advanced Edition 2.0.5
Copyright © 2000 - 2003 ASPPlayground.NET

0.0625 secs.