I Keep Getting a phpBB Critical Error Message

Page 2 of 2 [ 23 posts ]  Go to page Previous  1, 2

Strapples
Supporting Member
Supporting Member

User avatar

Joined: 30 Nov 2007
Age: 33
Gender: Male
Posts: 17,861
Location: Chicago Area IL (FAR FROM AUTISM SPEAKS)

17 Feb 2008, 9:14 am

i never screw with the SQL unless i have to add a new table...


_________________
check out my website at {redacted by admin - domain taken over and points to a porn site}

When in doubt, ask an autistic. Chances are, they're obsessed with what you need to know. :roll:

Autism Speaks will NEVER speak for me

CLASSIC AUTISM


GitS
Hummingbird
Hummingbird

User avatar

Joined: 26 Jan 2008
Age: 39
Gender: Male
Posts: 18

17 Feb 2008, 10:22 am

Then you shouldn't have all these problems alex has. THey really were bad back about a year and a half to two years ago when he started a policy of reasing PMs and the like using raw SQL, created a few major headaches!



Strapples
Supporting Member
Supporting Member

User avatar

Joined: 30 Nov 2007
Age: 33
Gender: Male
Posts: 17,861
Location: Chicago Area IL (FAR FROM AUTISM SPEAKS)

17 Feb 2008, 10:22 am

GitS wrote:
Then you shouldn't have all these problems alex has. THey really were bad back about a year and a half to two years ago when he started a policy of reasing PMs and the like using raw SQL, created a few major headaches!


they have no right to read our private messages...


_________________
check out my website at {redacted by admin - domain taken over and points to a porn site}

When in doubt, ask an autistic. Chances are, they're obsessed with what you need to know. :roll:

Autism Speaks will NEVER speak for me

CLASSIC AUTISM


GitS
Hummingbird
Hummingbird

User avatar

Joined: 26 Jan 2008
Age: 39
Gender: Male
Posts: 18

17 Feb 2008, 10:24 am

Actually, it was put in as part of the Terms of Service, and he even made public statmetns many times about it.



alex
Developer
Developer

User avatar

Joined: 13 Jun 2004
Age: 38
Gender: Male
Posts: 10,216
Location: Beverly Hills, CA

17 Feb 2008, 10:44 am

GitS wrote:
Then you shouldn't have all these problems alex has. THey really were bad back about a year and a half to two years ago when he started a policy of reasing PMs and the like using raw SQL, created a few major headaches!


actually, you don't know what you're talking about.

The reason the SQL got corrupted was due to the tables being stored in MyISAM which sucks when it gets hundreds of writes in a very short time span. I've switched to InnoDB. A lot of writes to MyISAM also caused the major slowdowns.

As for PMs, the only people who are allowed to read them are the sender and recipient (ie not me unless I wrote the PM or it was sent to me). The terms of service state this.


_________________
I'm Alex Plank, the founder of Wrong Planet. Follow me (Alex Plank) on Blue Sky: https://bsky.app/profile/alexplank.bsky.social


morning_after
Veteran
Veteran

User avatar

Joined: 28 Jan 2008
Age: 43
Gender: Male
Posts: 1,041
Location: Arizona

17 Feb 2008, 3:36 pm

alex wrote:
GitS wrote:
Then you shouldn't have all these problems alex has. THey really were bad back about a year and a half to two years ago when he started a policy of reasing PMs and the like using raw SQL, created a few major headaches!


actually, you don't know what you're talking about.

The reason the SQL got corrupted was due to the tables being stored in MyISAM which sucks when it gets hundreds of writes in a very short time span. I've switched to InnoDB. A lot of writes to MyISAM also caused the major slowdowns.

As for PMs, the only people who are allowed to read them are the sender and recipient (ie not me unless I wrote the PM or it was sent to me). The terms of service state this.


what about if we feel we need to report it, like if we get an abusive PM?



Strapples
Supporting Member
Supporting Member

User avatar

Joined: 30 Nov 2007
Age: 33
Gender: Male
Posts: 17,861
Location: Chicago Area IL (FAR FROM AUTISM SPEAKS)

17 Feb 2008, 3:55 pm

morning_after wrote:
alex wrote:
GitS wrote:
Then you shouldn't have all these problems alex has. THey really were bad back about a year and a half to two years ago when he started a policy of reasing PMs and the like using raw SQL, created a few major headaches!


actually, you don't know what you're talking about.

The reason the SQL got corrupted was due to the tables being stored in MyISAM which sucks when it gets hundreds of writes in a very short time span. I've switched to InnoDB. A lot of writes to MyISAM also caused the major slowdowns.

As for PMs, the only people who are allowed to read them are the sender and recipient (ie not me unless I wrote the PM or it was sent to me). The terms of service state this.


what about if we feel we need to report it, like if we get an abusive PM?


click quote and then change recipient


_________________
check out my website at {redacted by admin - domain taken over and points to a porn site}

When in doubt, ask an autistic. Chances are, they're obsessed with what you need to know. :roll:

Autism Speaks will NEVER speak for me

CLASSIC AUTISM