search for: nyphp

Displaying 3 results from an estimated 3 matches for "nyphp".

Did you mean: myphp
2006 Jul 28
3
expand_file segfault compatibility with VPS and reiserfs
...mba/cores/smbdrefusing to dump core [2006/07/27 20:31:37, 1] smbd/service.c:make_connection_snum(941) mobilez (66.108.113.197) connect to service theuser initially as user theuser (uid=2524, gid=2524) (pid 22056) Any help would be appreciated. --- Hans Zaunere / President / New York PHP www.nyphp.org / www.nyphp.com
2003 Jan 16
2
Why is rsyncd trying to access /etc/pwd.db?
...why is it trying to be accessed at all? It's an anonymous server, so people trying to use auth. have no benefit. Is there some specific client rsync flag that triggers that message? How can I correct it, and what does it mean? Thank you, ===== Hans Zaunere President, New York PHP http://nyphp.org hans@nyphp.org
2006 Jun 20
2
Converting from acts_as_tree to acts_as_nested_set
I''m currently using acts_as_tree to display threaded Comments on my forums-like site. It''s waaay too slow to display a page with 1,000 comments, as it''s issuing a TON of selects. I''m pretty sure I want to convert to the nested set model, using acts_as_nested_set or acts_as_threaded. This should give me the performance I''m looking for. The problem,