Page 1 of 1

Can't login to german PB Forum

Posted: Thu Apr 28, 2005 5:24 pm
by crossroads
Can't login to german PB Forum for hours :cry:
I always get this error message:
phpBB : Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 1016 Can't open file: 'z2phpbb_sessions.MYI'. (errno: 145)

SELECT u.*, s.* FROM z2phpbb_sessions s, z2phpbb_users u WHERE s.session_id = '1681792fef3a0aced9818fc5131a2b65' AND u.user_id = s.session_user_id

Line : 247
File : /home/purebasi/public_html/german/includes/sessions.php
Does anybody have the same problem :?:

Posted: Thu Apr 28, 2005 5:40 pm
by ts-soft
>> Does anybody have the same problem
yes, i can't login in german forum

PS: and i can't speak english :oops:

Re: Can't login to german PB Forum

Posted: Thu Apr 28, 2005 6:09 pm
by traumatic
Confirmed.

crossroads wrote:My very first BASIC Program is Open Source now:
PRINT "HELLO WORLD !"
END
I'm having big problems running your program.
What BASIC, what compiler, what prerequisites do I need?
Are there any other things I should be aware of?
Thank you.

Posted: Thu Apr 28, 2005 7:56 pm
by orange-blue
yeah, it's been down, now for more than 3 hour

Re: Can't login to german PB Forum

Posted: Thu Apr 28, 2005 8:53 pm
by crossroads
traumatic wrote:
crossroads wrote:My very first BASIC Program is Open Source now:
PRINT "HELLO WORLD !"
END
I'm having big problems running your program.
What BASIC, what compiler, what prerequisites do I need?
Are there any other things I should be aware of?
Thank you.
Try to use that very complex proggy on a strong machine like C64 or TI 99/4A - some modifications are badly needed as shown below:

Code: Select all

1 REM Do not change code below if you are unsure what you are doing! 
2 PRINT "HELLO WORLD !"
3 END
Hope this will help U Image

Posted: Thu Apr 28, 2005 9:15 pm
by Falko
ts-soft wrote:>> Does anybody have the same problem
yes, i can't login in german forum

PS: and i can't speak english :oops:
ja, das gleiche Problem habe ich auch. Kein deutsches Forum aber das englische.

yes, i've self problem. No german forum but english forum ist good :twisted:

We can doing this in multilanguage. Sorry

Posted: Thu Apr 28, 2005 9:45 pm
by orange-blue
We're in an english forum, so we should speak englisch.
Aba gschert kemma a sprecha.

The Englisch forum went also offline for 45 minutes.

Posted: Thu Apr 28, 2005 9:54 pm
by Epyx
Hi, i can report this very complex proggy runs also on a VC20. I made a modification, the result its a cool effect. Keep up good work crossroads.
1 REM Do not change code below if you are unsure what you are doing!
2 PRINT "HELLO WORLD ! ";
3 goto 2
And yes the german forum doesnt works :( This server sucks..

Re: Can't login to german PB Forum

Posted: Thu Apr 28, 2005 9:55 pm
by traumatic
crossroads wrote: Try to use that very complex proggy on a strong machine like C64 or TI 99/4A - some modifications are badly needed as shown below:

Code: Select all

1 REM Do not change code below if you are unsure what you are doing! 
2 PRINT "HELLO WORLD !"
3 END
Hope this will help U
Thanks, that did the trick!

I typed everything line by line but still nothing happened so I googled a bit
and found out I need to do a "Run" afterwards. Now it works, thanks again! :P

Posted: Fri Apr 29, 2005 1:58 am
by Rob
Ich kann auf den Server im Moment nicht per FTP zugreifen (Timeout) und die Fehlermeldung sagt mir auch nichts. Irgendwas SQL-internes, was beim letzten Crash zerschossen wurde, wer weiss...
Werd morgen nochmal versuchen auf den Server zu kommen und mich mit Fred austauschen.

</german>

Posted: Fri Apr 29, 2005 2:10 am
by crossroads
Rob wrote:Ich kann auf den Server im Moment nicht per FTP zugreifen (Timeout) und die Fehlermeldung sagt mir auch nichts. Irgendwas SQL-internes, was beim letzten Crash zerschossen wurde, wer weiss...
Werd morgen nochmal versuchen auf den Server zu kommen und mich mit Fred austauschen.

</german>
Vor ein paar Minuten hab ich Fred 'ne Email geschickt .... :wink:

Posted: Fri Apr 29, 2005 3:37 am
by Shannara
orange-blue wrote: The Englisch forum went also offline for 45 minutes.
Heh, and went down again for 30 minutes about 30 minutes ago. I wonder what's going on.

Posted: Fri Apr 29, 2005 7:08 am
by orange-blue
was is des für a webhoster? is ja krank, was hier abgeht!

Posted: Sat Apr 30, 2005 11:05 am
by DarkDragon
orange-blue wrote:We're in an english forum, so we should speak englisch.
Aba gschert kemma a sprecha.

The Englisch forum went also offline for 45 minutes.
In the old times I always heard "international forum" which means multilanguage. :wink: So a german and french forum wouldn't be needed.

@traumatic: If you want you can code a virus, which can make the C64 machines in my school go crash. :P I hope the next time I will be at the C64 machines in my school I can make an overflow with too much and too fast prints everytime my traffic lights will flare. :P *changingthetimebetweencolorchangeattrafficlights*

Posted: Sat Apr 30, 2005 1:10 pm
by traumatic
DarkDragon: No virii, but try one of the following codes: ;)

Code: Select all

POKE 776,1
POKE 770,0

Code: Select all

SYS 58260

Code: Select all

SYS 64767

Code: Select all

SYS 64738

Code: Select all

10 FOR A= 0 TO 15: POKE 53270, A: NEXT: GOTO 10