Welcome to Geeklog, Anonymous Tuesday, November 26 2024 @ 08:34 am EST
Geeklog Forums
How Do You Delete A Journal
Status: offline
UL
Forum User
Junior
Registered: 09/09/04
Posts: 22
I had a user who created a journal and now i want to erase it but if you go into the admin user name and try deleting it using the delete buttons it doesnt delete it. Is there any other way to delete unwanted journals. The person that wrote the journal deleted his/her username.
9
6
Quote
cosmicinsight
Anonymous
I'm having the same problem as well! Is there a fix or this or what?
6
12
Quote
Status: offline
destr0yr
Forum User
Full Member
Registered: 07/06/02
Posts: 324
go into mysql and delete it manually. find the jrn_id and je_jrn_id (they should be the same). Let's pretend my je_jrn_id is 26
then do: (this will show you which entries and journals you're about to delete
To delete it, pretty much the same thing
Should work...
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
then do: (this will show you which entries and journals you're about to delete
SELECT je_jrn_id, je_summary FROM gl_journal_entry WHERE je_jrn_id = 26;
SELECT * FROM gl_journal WHERE jrn_id = 26;
To delete it, pretty much the same thing
DELETE FROM gl_journal_entry WHERE je_jrn_id = 26;
DELETE FROM gl_journal WHERE jrn_id = 26;
Should work...
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
9
10
Quote
All times are EST. The time is now 08:34 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content