Tristram Have you editted php.ini and set register_globals to ON?
This sounds very much like the problem I was having when php wasn't configured to use the correct php.ini file, and so was using the default of OFF for register_globals. My setup was doing exactly the same thing yours is, until I managed to work out where php was looking for php.ini. Load the page /jffnms/admin/adm/test.php on your web server, and look for the location of php.ini - it's the 6th box from the top of the page. Make sure you've editted this file and put in register_globals = On somewhere in it. Darren Gibbs -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tristram Cheer Sent: Wednesday, 9 June 2004 3:59 PM To: [EMAIL PROTECTED] Subject: [jffnms-users] Jffnms Permissions? Hey All, i'm tring to get jffnms to work on my 2.6.7 kernel Debian install from apt-get, i have this issue where it will install ok and once i run a ln -s /usr/share/jffnms/htdocs /vaw/www/jffnms command i can get the pages, BUT...... When i enter anything in on the admin/setup.php page it wont save to data, i can edit the boxes but it when i click on save it will bring back the old settings, When i'm at the main page and i click anywhere i either get a blank page or the first page again, i think this maybe a permissions issue and was woundering if anyone could help? i've tried chown -R www-data.www-data but that dosnt work, neither dose chmod 777. This is getting to be a real pain and if anyone could tell me what files need what groups and permissions that would be great Thanks ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users --- "This message and any attachment to it is intended for the use of the individual or entity to whom it is addressed by the first sender and contains information which may be confidential and/or privileged. If you receive this message and any attachment in error, please delete it immediately and notify the sender by electronic mail or telephone (61 2) 9451 0888. Unless you have been expressly authorised by the sender, you are prohibited from copying, distributing or using the information contained in this message and any attachment. Sky Channel (ABN 77 009 136 010) is a part of the Tab Limited Group. Sky Channel is not responsible for any changes made to this mesage or any attachments other than those made by Sky Channel, or for the effects of changes made by others on the meaning of this message and any attachment. Sky Channel does not represent that any attachment is free from computer viruses or defects and the user assumes all responsibility for any loss, damage or consequence resulting directly or indirectly from the use of any attachment. ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
