ispCP - Board - Support
no input file specified - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: no input file specified (/thread-6160.html)



no input file specified - drunkez - 03-23-2009 05:47 AM

Hi all,
@first sorry that i`m opening quite repating thread but i can`t help.

I`ve got a user created prohaxx.sk fcgi php supported.
ALL php running Ok in a /var/www/virtual/prohaxx.sk/htdocs

i create subdirectory with a symlink in htdocs named stats

0 lrwxrwxrwx 1 root root 15 2009-03-22 20:04 stats -> /var/www/stats/

its full of static (html) pages all working fine

ok i create subdir flux with php pages and i`d got "No input file specified"

root@rumcek:/var/www/virtual/prohaxx.sk/htdocs> ls -las
total 1892
4 drwxrwxr-x 6 vu2002 vu2002 4096 2009-03-22 20:19 .
4 drwxrwx--- 9 vu2002 www-data 4096 2009-03-22 00:11 ..
0 lrwxrwxrwx 1 vu2002 vu2002 21 2009-03-22 20:19 flux -> /var/www/torrentflux/


I try to change permissions or what ever...no helps here..

I really appreciate your help[/php]
update

this is error log from prohaxx.sk error log

Sun Mar 22 20:32:00 2009] [notice] mod_fcgid: call /var/www/virtual/prohaxx.sk/htdocs/flux/index.php with wrapper /var/www/fcgi/prohaxx.sk/php5-fcgi-starter
[Sun Mar 22 20:45:54 2009] [notice] mod_fcgid: call /var/www/virtual/prohaxx.sk/htdocs/flux/index.php with wrapper /var/www/fcgi/prohaxx.sk/php5-fcgi-starter


RE: no input file specified - joximu - 03-23-2009 05:51 PM

Hi

tried to add the folders to open_basedir in the right php.ini?

are there other error.log (suexec?) with more infos?

/J


RE: no input file specified - drunkez - 03-23-2009 09:18 PM

(03-23-2009 05:51 PM)joximu Wrote:  Hi

tried to add the folders to open_basedir in the right php.ini?

are there other error.log (suexec?) with more infos?

/J

you made my day thank you a lot