IntegraMOD / IntegraMOD151

The most complete premodded forum software
http://integramod.com
4 stars 4 forks source link

chmod.php #6

Closed MWE001 closed 8 years ago

MWE001 commented 8 years ago

chmod.php is a great file and makes installing nice. However, it does NOT like localhost servers. This is an issue since many users like to build local and upload live.

vendethiel commented 8 years ago

Are you talking about the warnings? Try adding this after <?php:

error_reporting(E_ALL);
MWE001 commented 8 years ago

The whole entire page fills up with errors and rolls and rolls and rolls some more down the screen . have to scroll way back up to install.

As soon as it does not detect linux, it goes nuts.

MWE001 commented 8 years ago

Love the new install chmod file man. Good job. It works flawless on my live server as well as localhost where as in my localhost it used to fail miserably.