Ulysses Stuff > Releases

ULX log viewer

<< < (4/8) > >>

trurascalz:
I'll take a look at it tonight,  however I never had a restricted server to test it with.  Try adding
error_reporting(E_ALL);
  ini_set("display_errors", 1);

To the top of index. Php inside the php tag an load the page again and post error here

Doctor Internet:
I've done what you suggested, and came out with this error.


--- Quote ---Successfully accessed log folder. Warning: ftp_nlist(): bind() failed: Permission denied (13) in /hermes/bosoraweb014/b177/ipg.projectbaseorg/doctor/Logging/index.php on line 73
--- End quote ---

Any ideas?

trurascalz:
http://stackoverflow.com/questions/24085569/why-ftp-fget-is-returning-bind-failed-permission-denied-13-in-php

Doctor Internet:
Ah, thank you very much. Added the ftp_pasv($ftp_connection, true); part to the php, and it works fine.
Great addon, using it now to help administrate my server.

hubbabubbagum:
I have tried multiple paths to get this to work, but my efforts have been fruitless.

I keep getting

--- Code: ---Parse error: syntax error, unexpected '$path' (T_VARIABLE) in /usr/www/ccaot/public/ULXLogviewer-master/config.php on line 10
--- End code ---

My log folder is located in "public/serverlogs" and my host is NFOservers

My config looks like:

--- Code: ---<?php

// Here you set your FTP information
$host = "hosted29.nfoservers.com";
$user = "*******";
$password = "******";
$port = "27015"; // Default 21, some hosts have different
$passiveftp = "0" // 1 = Yes , 0 = No, Default 0. Try enabling this if it fails to show directory
// Log Directory
$path = "/public/serverlogs/";

// Other
$community = "Server Logs";
?>
--- End code ---

What am I doing wrong? Any help would be appreciated.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version