Hi there
 
I'm having trouble setting up JFFNMS (0.9.1) on a windows 2003 server
running apache 2.2 and php 5.2
 
I did everything as per installation instructions but when I access the
web server the end result is this (plain text):
 
Javier Szyszlican * This program is licensed under the GNU GPL, full
terms in the LICENSE file */ require ("auth.php"); echo tag("!DOCTYPE",
"", "","HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"
\"http://www.w3.org/TR/html4/frameset.dtd\"";, false);
adm_header("","","",true); echo tag("frameset", "", "", "rows='20,*'
frameborder='no' framespacing='0'"). tag("frame", "controls", "",
"name='controls' noresize scrolling='no' src='controls.php?'", false).
tag("frameset", "menu_frame", "", "cols='*,0' frameborder='no'
framespacing='1'"). tag ("frame", "", "", "name='work' noresize
scrolling='yes' src='blank.php?'", false). tag ("frame", "", "",
"name='menu' scrolling='no' src='admin/menu.php?'", false).
tag_close("frameset"). tag_close("frameset"). tag_close("html"); ?> 
 
 
I tested another php script with a simple call to phpinfo() and it runs
perfectly (located in the jffnms\htdocs folder).
It looks like PHP parser is having trouble with jffnms php files. Can
this be something related to unix text format?
 
Any help will be appreciated.
 
 
--
Cumprimentos / Best Regards
André Silva
 
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to