WickedShell / echelon

http://echelon.bigbrotherbot.net
14 stars 7 forks source link

Installing gives an error #31

Closed theflyingdutchman closed 13 years ago

theflyingdutchman commented 13 years ago

When I tried to setup echelon v2 again after I downloaded the new files, it gave this error: http://img.lostom.com/merbadfk.png Though, I could just login with the password which I recieved a few seconds later. Or shorter: it's a useless error, as everything works...

WickedShell commented 13 years ago

this is an issue with calling chmod here. The call to chmod is actually a preventive measure, it may or may not already be okay, but by calling chmod it attempts to ensure that it will be for everyone. Unfortunately chmod casues more problems then it fixes as a lot of users apparently can't chmod from they're servers. (And not at all for windows users) Thus this needs to go away or be reworked.

WickedShell commented 13 years ago

The issue in question is no longer in the latest versions (no more chmods)