Debugging the install script
Hello I am installing ispconfig on a new linux distribution and would like to know if there is a way to debug the installer. What I mean is I want to see where is it getting stuck at and correct that issue.
I tried to create a log with php -q install.php > install.log but that made it so I couldn't see the text and did not log the commands.
I also checked the man for php and I do not see an option for this.
Maybe I need a different program? Suggestions would be appreciated.
------------------------
I just wanted to tell you if you didn't know that I am getting a bunch of warnings saying that the Function split () is now depreciated in the lib/install.lib.php. I am running php 5.3. This will still work, but it may need to be corrected when they drop the function in later php versions.
Last edited by otacon; 7th April 2011 at 16:25.
Reason: added issue.
|