|
Titel: functions.inc Beitrag von: HarshReality am 16 März 2009, 07:08:09 OK, got the autoupdate working for spam and IPs and even the news... so here is the issue
Functions.inc line 114 made sure the host was changed to your current (.org) and the sucker still errors out. Code: PHP Version: 5.2.5 SQL Version (Client API version): 5.0.51a Server OS: Linux SERVER_SIGNATURE: Apache/1.3.41 SERVER_SOFTWARE: Apache/1.3.41 (Unix) mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8b Titel: Re: functions.inc Beitrag von: schlumpfi am 16 März 2009, 19:13:05 due to the running process
plz also check ur includes/others.php change string ctxtra.de into ctxtra.org... have a nice day :) Titel: Re: functions.inc Beitrag von: HarshReality am 16 März 2009, 20:37:59 others.php is updated (this is what enabled the downloads for the list update.
Not quite understanding 'due to the running process' Titel: Re: functions.inc Beitrag von: HarshReality am 24 März 2009, 13:57:15 Given the nature of attacks these days I'd have thought you gents would be a bit busier than what it appears here...
Titel: Re: functions.inc Beitrag von: schlumpfi am 24 März 2009, 15:58:21 Given the nature of attacks these days I'd have thought you gents would be a bit busier than what it appears here... This is a free project... were doing our best all in freetime... not as job related... so plz understand and keep calm... furthermore i dont understand ur last comment do to the fact that ur problem is still fixed by yourself... ??? otherwise plz do a seperate post of ur problem or send me a message with all necessary informations... i dont understand so plz keep me inform...... best regards Titel: Re: functions.inc Beitrag von: HarshReality am 24 März 2009, 16:05:58 Given the nature of attacks these days I'd have thought you gents would be a bit busier than what it appears here... This is a free project... were doing our best all in freetime... not as job related... so plz understand and keep calm... furthermore i dont understand ur last comment do to the fact that ur problem is still fixed by yourself... ??? otherwise plz do a seperate post of ur problem or send me a message with all necessary informations... i dont understand so plz keep me inform...... best regards Not panicing just a comment ;) Te URL changes in the functions.inc file resolved (fixed) update. However clicking 'more' links returns the line 114 error where it looks like URL parsing issue. Titel: Re: functions.inc Beitrag von: HarshReality am 30 März 2009, 21:07:23 OK, figured out that if logging is set to 755 instead of 777 then the links work but I get the attention notice from the error check. current string is using:
Code: if (!is_writable("log/")) So I get to figure out how to tweak to show true for 755 OR 777 |