ZacharyDuBois / Fluid-MC-Stats

A web interface for the Stats plugin.
Other
5 stars 5 forks source link

Installer Fails to Open Config in Some Cases #1

Closed ZacharyDuBois closed 9 years ago

ZacharyDuBois commented 9 years ago

Some hosting cases (Shared environment), the installer fails to open the config file.

Original issue from old repository:

I've gotten the error [below], so I went into install.php and changed $mode, to c, c+, r, and w, all of which never ended up working, and ruined the config.php by emptying it. 

error:

Warning: fopen(../../config.php) [function.fopen]: failed to open stream: Inappropriate ioctl for device in /home/a9517619/public_html/stats/pages/install/install.php on line 86

As stated, I changed the $mode, and the error did go away, but I still get "The configurations file is missing! Please reinstall or find the issue!", and I have everything there, I've even chmodded the files to 775/777. Neither of which worked.
ZacharyDuBois commented 9 years ago

Just noticed they were trying to edit the mode the installer checks for. Not our issue.