Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=836810

--- Comment #6 from Juan Orti Alcaine <[email protected]> ---
Hello, thanks for your work.
I'm trying the package and I have problems to run the update_daemon2.php, I get
this error:

PHP Parse error:  syntax error, unexpected '';' (T_CONSTANT_ENCAPSED_STRING) in
/usr/share/Tiny-Tiny-RSS/include/functions.php on line 3653

That line is:  $sphinxClient->SetServer('localhost', 9312);
so it seems that something is broken when removing the bundled sphinx library.
With the vanilla tar.gz it worked for me.

I use this unit file to launch the update daemon. It may be interesting to
include something similar in your package:

[Unit]
Description=Tiny Tiny RSS update daemon
After=network.target mysqld.service
Requires=mysqld.service

[Service]
User=apache
Group=apache
WorkingDirectory=/usr/share/Tiny-Tiny-RSS
Type=simple
ExecStart=/usr/bin/php ./update_daemon2.php
PrivateTmp=true
InaccessibleDirectories=/home /root /boot /opt /mnt /media
ReadOnlyDirectories=/etc /usr

[Install]
WantedBy=multi-user.target

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uz7TnSEwIl&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to