perryflynn / webshelf-file-explorer

A file explorer written in ExtJS and PHP
GNU General Public License v3.0
10 stars 4 forks source link

Whoops, looks like something went wrong #86

Open durtto opened 8 years ago

durtto commented 8 years ago

Error in upload file:

"Whoops, looks like something went wrong"

perryflynn commented 8 years ago

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.