
21st January 2006, 07:53
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
PHP now working... or what?
If i create file for test with phpinfo(); everything is cool, it shows me all the data, but if i open any other php file on my server it doesn't work? What's the problem? :S
|

21st January 2006, 07:56
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Texas, USA
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
what does the file look like that you are trying to open? Perhaps there is an error in the page. Note that anything in between "<?php" and "?>" will be parsed as PHP and therefore all syntax needs to be PHP complient... do you have an error log? Do you have error loggin enabled in '/etc/php.ini"?? That would be a good start to determine what the problem is.
__________________
themachine
5dollarwhitebox.org
|

21st January 2006, 07:59
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
http://nero-server.homelinux.org/phpinfo.php here's my phpinfo
i don't think, that i messed something. becouse i want install... hmm, phpbb? and it gave me blank screen...
Last edited by Nejko; 21st January 2006 at 10:02.
|

21st January 2006, 10:39
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,066
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Did you get any errors in your apache error log when you open the phpBB page in a browser?
|

21st January 2006, 11:21
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes:
[client 192.168.2.1] PHP Notice: Undefined index: kaj in /home/nejc/public_html/slike/index.php on line 7, referer: http://nero-server.homelinux.org/
it's not phpbb, but it's microblog fot that ( http://www.stamcar.com/projekti/microblog/)
Last edited by Nejko; 21st January 2006 at 11:26.
|

21st January 2006, 11:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,066
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Hmm, that is only a notice. this should not stop your script. If you enabled php safemode, please try to disable it.
|

21st January 2006, 12:53
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
;
; Safe Mode
;
safe_mode = Off
i din't
|

21st January 2006, 13:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,066
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
If you use ISPConfig, you will have to disable safemode there, not in php.ini.
|

21st January 2006, 13:21
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i'm not using it YET  so what could be wrong? :S
Last edited by Nejko; 21st January 2006 at 15:39.
|

21st January 2006, 16:55
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Texas, USA
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My unprofessional opinion would be this:
This page you are trying to go to and getting a "blank page" is 'index.php'. However, are trying to go to 'domain.com/application/index.php' directly or just going to 'domain.com/application'? It is possible that you have not added 'index.php' to you list of DirectoryIndexes in your Apache Configuration... it looks something like:
DirectoryIndex index.html index.htm index.php index.cgi index.pl
This is found somewhere like:
Debian: /etc/apache2/apache2.conf
RedHat: /etc/httpd/conf/httpd.conf
Or specifically in your VirtualHost's directive where ever that may be.
Hope this might help... it is worth checking anyway.
__________________
themachine
5dollarwhitebox.org
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 06:31.
|
Recent comments
1 day 8 hours ago
1 day 10 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 5 hours ago
2 days 11 hours ago
2 days 21 hours ago
2 days 23 hours ago
3 days 7 hours ago
3 days 8 hours ago