perryflynn/webshelf-file-explorer

Whoops, looks like something went wrong

Opened this issue · 1 comments

Error in upload file:

"Whoops, looks like something went wrong"

Put your internet IP address inside the debugging hosts array: https://github.com/perryflynn/webshelf-file-explorer/blob/master/index.php#L10

// Debugging settings
$debug_remotehosts = array(
    "/^192\.168\.42\./",
    "/^87\.92\.110\.12/", // Example for 87.92.110.12
);

You have to escape the . with \.

Now you should see the real error message.