Re: [Logicampus-general] apache_request_headers() and php version
Brought to you by:
trilexcom
From: mark <ma...@ta...> - 2004-07-06 02:27:14
|
The host probably has PHP installed as a CGI modules and not an Apache modu= le. =20 There is nothing we can do about this. The request_headers() lines are for= =20 debugging only and can be removed. I think the only part of the system tha= t=20 may have a problem is the login attempt logging. You probably will not be= =20 able to see what operating system and browsers that users attempt to login= =20 with. On Monday 05 July 2004 10:05 pm, Dra. Victoria Loisi wrote: > Thanks for your answer Keith! > I=B4ve asked my host provider and they have php 4.3.2... it that enough? > It is greater than 4.3, but it isn=B4t 4.3.7... > Is there anything that I can do to use the system? > Thanks again for your time and patience! And help, of course!!!!! :-) > Victoria > > Victoria: > > if you look at this page which lists the apache_request_headers() > function it states that it needs PHP version 4.3 or greater. > > http://us4.php.net/apache_request_headers > > So, what you need to do is upgrade your PHP version to the latest 4.3.7 > release. > > -Keith > > On Jul 5, 2004, at 2:32 PM, vic...@so... wrote: > > Hi everyone! > > It=B4s me again :-) > > Now, I could finally get out of the database problem :-) > > When I clicked the start now link (it says something like that), this > > message appears! > > Fatal error: Call to undefined function: apache_request_headers() in > > /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/ > > lib/LC_us er.php on line 167 > > That line says > > print_r(apache_request_headers()); > > Where is the problem? > > I already visit the forum, and found that another guys had similars > > problems at the very begining with apache_request_headers(), but it > > was not the same one... > > Can anybody help me?? > > THANK YOU VERY MUCH GUYS!!!! > > Victoria > > Buenos Aires, Argentina > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > > self defense, top technical experts, no vendor pitches, unmatched > > networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Logicampus-general mailing list > > Log...@li... > > https://lists.sourceforge.net/lists/listinfo/logicampus-general > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Logicampus-general mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicampus-general |