hi tl.
Quote:
I have a little problem using it on one of the hosting servers. The hack works flawlessly on a FreeBSD server with cgi-php, but is having problems on another FreeBSD server with module-php. I would have a blank/white page whenever I tried to add a new feed.
Perhaps, the difference of cgi-php and module-php is not so important.
I think the latter server does not allow socket open.
Anyway, some error message will be dispalyed when you turn "php debug" on.
To solve the problem, the message is necessary.
Thanks, I should have thought of turning the debug on.

Here is the error message:
Parse error: parse error, expecting `')'' in /.../class/snoopy.php on line 701
Fatal error: Cannot instantiate non-existent class: snoopy in /.../modules/xoopsheadline/class/headlinerenderer.php on line 78
The same files are working on the php-cgi server. The sockets support is enabled.
[edit]
I took a look of the snoopy.php file, it was corrupted. Now it is working. Strangely enough, the corrupted file did not cause any problem with the php-cgi server. Thanks for the help. [/edit]
hi tl.
Quote:
Parse error: parse error, expecting `')'' in /.../class/snoopy.php on line 701
It is a bug of snoopy.php in 2.0.6.
This bug is well-known in multi-byte environment like Japan.
In single-byte environment, this code causes no error.
On the other hand, this code cause parse error in multi-byte environment.