I fixed that one by going into the (I don't remember if it was the apache or php) ini file and finding the variable "allow_call_time_pass_reference" to "On". Don't forget to restart apache after that.
Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Sent: Wednesday, August 31, 2005 1:30 PM To: Javier Szyszlican Cc: [email protected] Subject: Re: [jffnms-users] jffnms Install Problems Wow...that did not take long until I had another question :) When accessing the admin pages, I get the following warning alot(on different line numbers of course): Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of nad_view_host(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /opt/jffnms/htdocs/admin/adm/adm_nad.php on line 288 Thanks again :) Javier Szyszlican wrote: > The setup page shows everything correct? > > Try adding a @ in line 96 like: > > /opt/jffnms/lib/gui.inc.php Line 96 > > @array_merge > > Javier > > Brian wrote: > >> from the /admin/adm/test.php page: >> >> PHP 5.0.4 >> >> register_argc_argv On On >> register_globals On On >> >> >> Javier Szyszlican wrote: >> >>> What PHP version do you have? >>> >>> Do you have register_globals and register_argv_argc On in your >>> php.ini's ? >>> >>> Javier >>> >>> Brian wrote: >>> >>>> I have been able to get to the /admin/setup page after correcting >>>> the permissions. Thank you Javier! >>>> >>>> Now when I try to go to the main page, I get the following error: >>>> >>>> Warning: array_merge() [function.array-merge]: Argument #1 is not an >>>> array in /opt/jffnms/lib/gui.inc.php on line 96 >>>> >>>> Warning: array_merge() [function.array-merge]: Argument #2 is not an >>>> array in /opt/jffnms/lib/gui.inc.php on line 96 >>>> >>>> Can anyone shed some light for me? >>>> >>>> Thanks much. >>>> >>>> Javier Szyszlican wrote: >>>> >>>>> do the chown/chmod thing in the INSTALL file and you will be ok. >>>>> >>>>> Javier >>>>> >>>>> Brian wrote: >>>>> >>>>>> Javier, >>>>>> >>>>>> Thanks much for the reply. You were correct. I had the error >>>>>> reporting accidently set to E_ALL instead of E_ALL & ~E_NOTICE. I >>>>>> have corrected that, but still seem to have some issues. when >>>>>> trying to access the /admin/setup.php page, I now get these errors: >>>>>> >>>>>> Warning: main(../../conf/config.php) [function.main]: failed to >>>>>> open stream: Permission denied in >>>>>> /opt/jffnms/htdocs/admin/setup.php on line 183 >>>>>> >>>>>> Warning: main() [function.include]: Failed opening >>>>>> '../../conf/config.php' for inclusion >>>>>> (include_path='.:/usr/share/pear') in >>>>>> /opt/jffnms/htdocs/admin/setup.php on line 183 >>>>>> >>>>>> Fatal error: Call to undefined function adm_header() in >>>>>> /opt/jffnms/htdocs/admin/setup.php on line 219 >>>>>> >>>>>> Thanks in advance for any help anyone can provide. >>>>>> >>>>>> Javier Szyszlican wrote: >>>>>> >>>>>>> It seems you have the error_logging variable set to high on your >>>>>>> php.ini's >>>>>>> >>>>>>> That should not be really an issue. >>>>>>> >>>>>>> Javier >>>>>>> >>>>>>> >>>>>>> Brian wrote: >>>>>>> >>>>>>>> Hello all. New jffnms user here. >>>>>>>> >>>>>>>> I am installing on Slackware 10.1. >>>>>>>> >>>>>>>> I followed the install instructions included in the tar archive and >>>>>>>> have not had any luck getting the initial pages to load. I >>>>>>>> stumbled >>>>>>>> upon the instructions on the web which tell me to go to the >>>>>>>> admin/setup.php page, but that does not seem to work either. I am >>>>>>>> hoping someone on list has perhaps had this same issue and can shed >>>>>>>> some light. >>>>>>>> >>>>>>>> When trying to access the root jffnms pages, I get the following >>>>>>>> script errors: >>>>>>>> >>>>>>>> Notice: Undefined variable: jffnms_rel_path in >>>>>>>> /opt/jffnms/htdocs/auth.php on line 22 >>>>>>>> >>>>>>>> Notice: Undefined variable: jffnms_rel_path in >>>>>>>> /opt/jffnms/htdocs/auth.php on line 23 >>>>>>>> >>>>>>>> Notice: Undefined variable: jffnms_rel_path in >>>>>>>> /opt/jffnms/htdocs/auth.php on line 24 >>>>>>>> >>>>>>>> Notice: Undefined variable: jffnms_auth_method in >>>>>>>> /opt/jffnms/htdocs/auth.php on line 27 >>>>>>>> Bad Authentication Method. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> When trying to acccess the /admin/setup.php page I get the >>>>>>>> following errors: >>>>>>>> >>>>>>>> Warning: main(../../conf/config.php) [function.main]: failed to >>>>>>>> open >>>>>>>> stream: Permission denied in /opt/jffnms/htdocs/admin/setup.php on >>>>>>>> line 183 >>>>>>>> >>>>>>>> Warning: main() [function.include]: Failed opening >>>>>>>> '../../conf/config.php' for inclusion >>>>>>>> (include_path='.:/usr/share/pear') in >>>>>>>> /opt/jffnms/htdocs/admin/setup.php on line 183 >>>>>>>> >>>>>>>> Notice: Undefined variable: jffnms_initial_config_finished in >>>>>>>> /opt/jffnms/htdocs/admin/setup.php on line 185 >>>>>>>> >>>>>>>> Fatal error: Call to undefined function adm_header() in >>>>>>>> /opt/jffnms/htdocs/admin/setup.php on line 219 >>>>>>>> >>>>>>>> >>>>>>>> I am thinking I've missed something small or misconfigred something >>>>>>>> small, but I am not sure. >>>>>>>> >>>>>>>> Thanks in advance to any help you can provide. >>>>>>>> >>>>>>>> Regards. >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------- >>>>>>>> SF.Net email is Sponsored by the Better Software Conference & EXPO >>>>>>>> September 19-22, 2005 * San Francisco, CA * Development >>>>>>>> Lifecycle Practices >>>>>>>> Agile & Plan-Driven Development * Managing Projects & Teams * >>>>>>>> Testing & QA >>>>>>>> Security * Process Improvement & Measurement * >>>>>>>> http://www.sqe.com/bsce5sf >>>>>>>> _______________________________________________ >>>>>>>> jffnms-users mailing list >>>>>>>> [email protected] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/jffnms-users >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
