![]() Main page FAQ Download Screenshots |
FAQCommon questions:- Does Dolphin.php require MySQL or any other database? - Is Dolphin.php free? - Are there any stable and reliable versions of Dolphin.php? Why are there only development and testing? - Design of Dolphin.php is just terrible! Are you going to fix that? - What is the sphere of Dolphin.php appliance? - How can I connect to an FTP server, using Dolphin.php? Troubleshooting - I get 500 Internal Server Error when I go to dolphin folder - I cannot enter Dolphin.php, using my login and password - I cannot copy and cut files, using Ctrl+C and Ctrl+V - Terminal does not work! - I launched some application through terminal and system stopped responding Common questions:Does Dolphin.php require MySQL or any other database?No, Dolphin.php does not require any databases and it can run smoothly without any. Is Dolphin.php free?Yes, it is and I think it will remain free and open-source. Are there any stable and reliable versions of Dolphin.php? Why are there only development and testing?With each release, Dolphin.php becomes more and more stable and tested. You can help me to make sooner release of stable versions if you agree to test my file manager on your site. Current "testing" version is quite reliable if PHP settings of your hoster are correct enough. If you're good with PHP, you could tell me about specific PHP settings at your hosting, and I will take them into account to make Dolphin.php more stable and less demanding. Design of Dolphin.php is just terrible! Are you going to fix that?The design of file manager will be changed soon, when it is ready. It will not violate copyrights of Gmail and Microsoft as it does now. What is the sphere of Dolphin.php appliance?Dolphin.php is designed for web site owners and just people who need to manage their files via Web interface. Dolphin.php is packed with FTP support, but you cannot use Dolphin.php as FTP manager! FTP support is just an additional method to access the your files on the same server! So, if you own a web site on a shared hosting, this file manager is just what you need. It's designed to be stable and work even in those situations, where others don't. Dolphin.php can also help you to solve quite popular problem, when you're unable to handle with files, which were uploaded by some PHP script. As my file manager can use both FTP and internal PHP file functions, it feels no difference between files, that were uploaded by FTP and those, which were uploaded by PHP. It can work with all of them. How can I connect to an FTP server, using Dolphin.php?As Dolphin.php is not an FTP client, there is no legal way to do so. I recommend you to use real FTP clients, such as net2ftp TroubleshootingI get 500 Internal Server Error when I go to dolphin folderThis error may happen, if PHP is not installed as module at your web server. Although it's highly recommended to have PHP installed as a module, it's not obligatory. To get rid of 500 error, open .htaccess and comment lines, containing php_... To comment line, just insert "#" symbol in it's beginning. I cannot enter Dolphin.php, using my login and passwordThis error may happen if config.php of a file manager has syntax errors. In this case, Dolphin.php uses the default configuration without FTP settings and login - password as auth data. If you're not able to fix syntax error in config.php, copy contents of system/config-default.php and make changes to config.php again. I cannot copy and cut files, using Ctrl+C and Ctrl+VSome browsers (maybe, only Safari?) do not allow to intercept Ctrl+C, Ctrl+V and Ctrl+X. You may use Shift+Ctrl+C, Shift+Ctrl+V and Shift+Ctrl+X in this case. Terminal does not work!In current versions of Dolphin.php it is not checked, whether your hoster allows to execute shell commands. So, your PHP scripts may be just not allowed to use shell. In case you are sure, that PHP has rights to call exec(), check PATH variable:
I launched some application through terminal and system stopped respondingIt is known problem, which is not the bug of Dolphin.php, but of the way PHP executes shell commands. You need to kill the application, that "hangs" input:
|