Ticket #38 (new defect)

Opened 3 months ago

Last modified 3 months ago

Cant get Finished Items working

Reported by: sab0tage Owned by: Cheez
Priority: Low Milestone: unassigned
Component: HellaWorld Version: 1.9
Keywords: Cc:

Description

Im running php5-cli 5.2.4-2ubuntu5.3 and Ubuntu 8.04. which says in the description it includes SimpleXML. I have made completed.xml read/write, and enabled this in my hellanzb config: Hellanzb.EXTERNAL_HANDLER_SCRIPT= '/var/www/hellaworld/completed.php' also tried: Hellanzb.EXTERNAL_HANDLER_SCRIPT= '~/var/www/hellaworld/completed.php' and Hellanzb.EXTERNAL_HANDLER_SCRIPT= '/home/myusername/var/www/hellaworld/completed.php'

Can you help?

Change History

Changed 3 months ago by sab0tage

I should have mentioned completed.xml is not being written to.

Changed 3 months ago by sab0tage

Nobody?

Changed 3 months ago by sab0tage

Apparently hellaworld is looking for php in a diff location that was mine. Fix the completed downloads script: Code:

ln -s /usr/bin/php /usr/local/bin/php
chmod a+w /var/www/html/hellaworld/completed.xml

Found solution on http://www.clarkconnect.com/forums/showflat.php?Number=110063

Hope this helps someone

Note: See TracTickets for help on using tickets.