ispCP - Board - Support
file manager not working - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: file manager not working (/thread-4973.html)



file manager not working - Alex1 - 11-20-2008 02:14 AM

As I try to go with me name@ns69.eu white page


RE: file manager not working - Kotty - 11-20-2008 02:16 AM

what means not working?


RE: file manager not working - Alex1 - 11-20-2008 02:21 AM

How so what? Gives white page instead to enter


RE: file manager not working - four2theizz0 - 11-20-2008 02:42 AM

I think he means the same problem as this.

http://www.isp-control.net/forum/showthread.php?tid=4870


RE: file manager not working - Alex1 - 11-20-2008 03:23 AM

i don't undurstend this :S


RE: file manager not working - four2theizz0 - 11-20-2008 05:49 AM

I was just saying that it appears that someone else(including myself) has the same problem as you and they alreayd have a thread for it
no?

Click the filemanager link and youonly get a blank page? That is what the other thread is about


RE: file manager not working - geri1590 - 01-03-2009 10:18 PM

Change proftpd config (include SQL config) and try to install php5-curl, php5-ldap, proftpd-ldap and proftpd-pgsql

And secure, that when you log in with filemanager, active passive mode, binary and don't forget to write a "/" in initial directory, that's mode it's the only mode that my server works :S

**Edit: http://www.isp-control.net/forum/attachment.php?aid=533 (that's config from "/etc/proftpd/proftpd.conf") that's a example of config. Where you see a "--" change for your config.


RE: file manager not working - sci2tech - 01-04-2009 06:41 AM

Also for Ubuntu 8.04 mcrypt php extension is not enabled by default. So you need to enable it
Code:
sudo touch /etc/php5/conf.d/mcrypt.ini
sudo echo "extension=mcrypt.so" > /etc/php5/conf.d/mcrypt.ini
sudo chmod 644 /etc/php5/conf.d/mcrypt.ini
sudo cp /etc/php5/conf.d/mcrypt.ini /etc/php5/cgi/conf.d/
sudo /etc/init.d/apache2 restart