THX1138
|
| Posted: 01/16/2009, 4:30 PM |
|
i tried to change the my subject heading on a previous post to say it was
resolved
and now all i see is hundreds of duplicates of my initial post for all others.
im guessing i have somethign cached here locally, but its not apparent what
as im seeing it even after closing the web-browser ( if it was a session
variable )
and also when switching to a different web browser
i'm seeing this, im guessing a reboot might help, but if i did break the
board,
my apologies .
[/IMG]
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
damian
|
| Posted: 01/16/2009, 4:34 PM |
|
everyone sees what you see!
---------------------------------------
Sent from YesSoftware forum http://forums.yessoftware.com/
|
|
|
 |
THX1138
|
| Posted: 01/16/2009, 4:37 PM |
|
sorry bout that chief ...
im trying to find my original post to change the subject heading to not have
the slash in
it but i cant find it amongst all the copies of itself
still looking
i am so embarrassment
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
joejac
|
| Posted: 01/16/2009, 7:30 PM |
|
THX1138, please open a ticket to Yes staff to see if they can restore the forum
from backup, Jesus! I hope they have one recent backup, I guess all posts were
corrupted.
joejac
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
THX1138
|
| Posted: 01/16/2009, 8:33 PM |
|
roger that, trouble ticket put in
im guessing its actually the search procedure for all the records that has been
corrupted
rather than the whole database being written over with the same record, only
because the
effect was so rapid that it doesnt match the way i've seen big updates take a
while
heres hoping anyway
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
damian
|
| Posted: 01/17/2009, 1:13 AM |
|
i think it is just the one single record - eg the post id=103171 - this post is
in the PHP forum and Im sure that if they manually cleaned that 1 record (even
deleted it) Im sure it will all go back to normal
it just screws up the headers for all posts before that number....
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
mentecky
|
| Posted: 01/17/2009, 2:02 AM |
|
Hi all!
I have confirmed a HUGE bug that you have just seen the results. I tested what
THX1138 said he did step by step and he's 100% correct. On my test site adding a
record with the SQL_Where or SQL_OrderBy and then UPDATING it overwrote every
record in my table.
Since I can't post those tags here without possibly blowing the entire board up
again, I have posted a message at CCSElite.com that describes the problem and
has the code I used to patch Common.php.
You can find it here: http://www.ccselite.com/forums_topics_view.php?forum_id=2&forum_topic_id=41
I highly suggest you look at it.
This is the patch I have installed on CCSElite and it seems to be working just
fine.
Rick
_________________
Richard J. Mentecky http://www.ccselite.com http://www.mentecky.com
Spock: As I recall you took the test three times yourself. Your final solution
was, shall we say, unique?
Kirk: It had the virtue of never having been tried.
---------------------------------------
Sent from YesSoftware forum http://forums.yessoftware.com/
|
|
|
 |
jjrjr1
|
| Posted: 01/17/2009, 6:53 AM |
|
Hi All
I hope everyone recognizes the severity and impact of this bug.
This means any CCS site, any of us have created ,and put into production for a
client can have the entire database destroyed with a simple update of a record.
In the absense of a YesSoftware solution we probably need to implement RIck's
fix ASAP.
Don't know about the rest of you, but I have several clients who's system now
needs a critical update to prevent possible database destruction.
Have Fun....
_________________
More CCS Info at: http://CCSElite.com[/b]
Keep On Truckin' 
John Real
http://RealSites.biz http://RealTest.biz http://3rdRockRealtor.com[/b]
---------------------------------------
Sent from YesSoftware forum http://forums.yessoftware.com/
|
|
|
 |
Oper
|
| Posted: 01/17/2009, 7:28 AM |
|
The way UPDATE function work in ASP look like will only happend {SQL_where} on
php not in ASP
still testing so.
_________________
_____________ http://www.7bz.com (Free CMS,CRM Developed in CCS) http://www.GlobalDevelop.com
Flash + CCS - Samples
(SWISHMAX + CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates & Free Stuff
Please do backup first
---------------------------------------
Sent from YesSoftware forum http://forums.yessoftware.com/
|
|
|
 |
mentecky
|
| Posted: 01/17/2009, 7:36 AM |
|
Oper,
I've only tested on PHP sites so I couldn't say. PHP is definatelly broken.
Update us if you find something.
Thanks,
Rick
_________________
Richard J. Mentecky http://www.ccselite.com http://www.mentecky.com
Spock: As I recall you took the test three times yourself. Your final solution
was, shall we say, unique?
Kirk: It had the virtue of never having been tried.
---------------------------------------
Sent from YesSoftware forum http://forums.yessoftware.com/
|
|
|
 |