Posts: 28,333
Thanks received: 14821
Thanks given: 7705
Joined: Jul 2006
As a parallel "project" I"m looking for a suitable solution to implement a global site search (you know, that "standard" search button in the top right corner). Currently evaluating three methods: Sphinx, Sphider and TSEP.
Of course I began with Sphinx. But it turned out that its complexity can be justified only if the size of the DB is close to the amount of RAM. E.g. for forums with more than a million posts. It was interesting anyway.
Posts: 28,333
Thanks received: 14821
Thanks given: 7705
Joined: Jul 2006
20 Jan 2015, 10:09
(This post was last modified: 20 Jan 2015, 10:13 by Like Ra.)
Was fiddling with thread merges and post moves and discovered that deleting the first post in the thread deletes the whole thread instead of shifting all posts upwards.. And the post/thread recovery tool was broken. Oh my....
Had to recover several tables from the backup and reupload attachmemnts (again).
Yes, do make backups!!!!
Posts: 4,643
Thanks received: 6592
Thanks given: 3712
Joined: Dec 2006
(20 Jan 2015, 10:09 )Like Ra Wrote: Was fiddling with thread merges and post moves and discovered that deleting the first post in the thread deletes the whole thread instead of shifting all posts upwards.. And the post/thread recovery tool was broken. Oh my....
Had to recover several tables from the backup and reupload attachmemnts (again).
Yes, do make backups!!!!
And, as always, thank you for taking the time and effort to run and maintain the forum


MJ
Ps. don't forget to back-up the back-ups! 😋
Posts: 28,333
Thanks received: 14821
Thanks given: 7705
Joined: Jul 2006
(20 Jan 2015, 19:48 )madjack Wrote: Ps. don't forget to back-up the back-ups!
Good point... I do have back-ups of the backups but they are about 4 months old... But... Tomorrow, not today 😉
Posts: 4,643
Thanks received: 6592
Thanks given: 3712
Joined: Dec 2006
Hmmmm......
Just tried to start a new thread and found that the option to upload an image was missing.
Any ideas?
MJ
Posts: 28,333
Thanks received: 14821
Thanks given: 7705
Joined: Jul 2006
Indeed. The plugin removal script does not work correctly and did not reinsert the standard {$attachbox}. Fixed now.
Thanks for letting me know!
Posts: 4,643
Thanks received: 6592
Thanks given: 3712
Joined: Dec 2006
(10 Feb 2015, 16:56 )Like Ra Wrote: Indeed. The plugin removal script does not work correctly and did not reinsert the standard {$attachbox}. Fixed now.
Thanks for letting me know!
And thank you for fixing so promptly
I wish the IT department where I work could be so efficient! 😡
MJ
Posts: 3,093
Thanks received: 626
Thanks given: 620
Joined: Oct 2009
I was wondering if there was some way to post or upload a video on this site other than posting a link to the tube or art. Or would that eat up too much memory?
Posts: 28,333
Thanks received: 14821
Thanks given: 7705
Joined: Jul 2006
No, not yet. We discussed this, but there's still no know solution. The video files are way too big for usual HTTP/PHP uploading.
Posts: 3,093
Thanks received: 626
Thanks given: 620
Joined: Oct 2009
So, would a private server on a static IP be needed then?
I was also thinking that the video would be saved for a week or so, then deleted.
That could save a ton of space.
Just a thought.