From: Waitman C. G. <wa...@em...> - 2002-11-05 23:58:56
|
Glad it worked for you! Totally my opinion: 8.0 is pretty good, it is the first version of RH that could actually live in a typical office environment with "non-computer" people using it as a workstation. I really don't think that the Linux distros can compete with MS Windows until they get their nails hammered down straight, and RH 8 is a mighty big leap in that direction. I probably cheesed off a bunch of Linux people with those statements, but I believe that the market of non-computer people that have incessant need for technical support is MUCH larger than the "technologically advanced" crowd. You see companies of 200 or so employees with only a couple of tech support guys all over the place. If you issue a bunch of machines to average joes, and the machines aren't smoothed all around the corners and bolted shut and tightened down there will definitely be Hell to pay. I haven't tried RH 8 on a real server yet, I haven't had time to figure out all the stuff i gotta rebuild ;-) I guess it is a lesson learned to keep good documentation. Anyhow, you might want to report the file_exists as a bug on php.net? I could do it, but I haven't actually experienced the problem. My guess is that it has absolutely nothing to do with RH 7.3, it is more likely a problem between php 4.2.3 and apache 2.0.43... but this is just a guess! take care, Waitman Gobble EMK Design Buena Park, California +1.7145222528 http://emkdesign.com On Tue, 2002-11-05 at 15:19, Brett O'Connor wrote: Groovey. That worked with everything else set back to normal. So yea, wierdness. <shrug> Maybe something to do with RH 7.3? Though I can't imagine why. I have been reluctant to upgrade to 8.0. Anyway, I agree that setting $BASE off of getcwd() would be a good idea. However, you guys are really doing a great service to us all, so I won't complain if I have to make a tweak or two to get things working for now. :) Thanks so much! Brett On Tuesday, November 5, 2002, at 03:56 PM, Waitman C. Gobble wrote: > well, perhaps it is a bug in php/apache. > it seems to work fine on my rh 8.0 running apache 2.0.40 / php 4.2.3 > > reminds me of a problem that USED to exist on windows machines. > > anyhow, i recommend changing the code in init.inc.php to: > > $lang_file = getcwd().'/languages/'.$language.'.inc.php'; > > this should probably prevent trouble even if there isn't trouble to > begin with ;-) > > can you give that a try and see what happens? please be sure to change > remove the stuff you had commented out previously to get the thing to > work without yelling at you on the file_exists line... > > > actually, i will suggest that in the main code the constant BASE be > turned into a variable $BASE throughout all the scripts, and set $BASE > to getcwd(); I know constants are nice but this isn't really improving > performance a noticeable amount. > > > take care! > > Waitman -- Brett O'Connor Dogheadbone LLC P.O. Box 171 Littleton, CO 80160 Phone: 303.797.2992 AIM: BrettDHB E-Mail: oco...@do... Web: http://www.dogheadbone.com/ ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |