Request: Something like LiveJournal?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Oliver, you should know that that will delete all of your old entries.

You may want to play with the entryproperties database...

You should be able to delete the extended data from that for the entries you want visible...
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

I would look at something like

SELECT * FROM serendipity_entryproperties where property='ep_access'

to make sure that those are the entries you want to delete....
(I think they might be...) then you can run a delete on them.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I am dumb as S....

Stupid me. Of COURSE I meant "DELETE * from serendipity_entryproperties".

I hope this is not yet too late?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Garvin, your work has driven you mad! :lol:

Oliver, I hope we caught you in time!!!
Oliver
Regular
Posts: 178
Joined: Mon Jan 10, 2005 7:43 pm
Location: Herne, Germany
Contact:

Post by Oliver »

mgroeninger wrote:Oliver, I hope we caught you in time!!!
I will not try this before I made backups (I learned from sooner failures ;)), I'll try this later this evening.

Thank you for your help :D

Olli
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Phew, okay. Saved by the Bell. :-)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply