syssi / es-f

|es|f| is a web based HTML frontend for esniper, a lightweight console application for sniping eBay auctions.
29 stars 11 forks source link

Error: Ohne Endedatum Error: No due date #6

Closed BigChris closed 10 years ago

BigChris commented 10 years ago

Bei keinem Artikel kann seit heute kein Endedatum ermittelt werden.

Since today no due date can be read from the auction.

esniper 2.31.0 es-f/2.6.1+syssi1 (2013-11-13) with the latest de.xml, main.xml etc from github.

fingerbier commented 10 years ago

same Problem since last weekend. Habe das selbe Problem seit letztem Wochenende

syssi commented 10 years ago

Fixed. Checkout the latest revision.

BigChris commented 10 years ago

Thank you. Now i got the error message: "chmod: changing permissions of `.../local/tmp': Operation not permitted" I change the permissions manually to 777, but the error is still display. What can i do?

Greetz Christian

Am 17.08.2014 14:17, schrieb Sebastian Muszynski:

Closed #6 https://github.com/syssi/es-f/issues/6.

— Reply to this email directly or view it on GitHub https://github.com/syssi/es-f/issues/6#event-153681937.

syssi commented 10 years ago

This is probably the system call which must succeed:

"/bin/sh -c 'COLUMNS=500; chmod 755 ""[...]/local/tmp""' 2>&1 (0)"

Try to change the owner of local/tmp to your apache/webserver user.

BigChris commented 10 years ago

It works. Thanks a lot!

Von meinem Android-Gerät gesendet.

-----Original Message----- From: Sebastian Muszynski notifications@github.com To: syssi/es-f es-f@noreply.github.com Cc: BigChris christian.zentner@mail.de Sent: Mo., 18 Aug. 2014 10:18 Subject: Re: [es-f] Error: Ohne Endedatum Error: No due date (#6)

This is probably the system call which must succeed:

"/bin/sh -c 'COLUMNS=500; chmod 755 ""[...]/local/tmp""' 2>&1 (0)"

Try to change the owner of local/tmp to your apache/webserver user.


Reply to this email directly or view it on GitHub: https://github.com/syssi/es-f/issues/6#issuecomment-52463550