|
From: Rene R. <re...@gr...> - 2002-10-14 05:36:44
|
I wasn't thinking.. The problem is that I'm using php 4.2.2 now. This means that the new default settings are "register_globals =3D off" and "php_short_tags =3D off". As I think bobs should work out of the box, we'll have to make some adjustments to the code. I'm not sure how much is required though. If you want to test it, just change those two line in php.ini and restart httpd. -Ren=C3=A9 On Mon, 2002-10-14 at 07:11, Rene Rask wrote: >=20 > BOBS seems to have some problems with running on redhat 8 which is using > apache 2. >=20 > The first problem is easy to solve. All php starting tags should be > "<?php" instead of just "<?". It is already in most places but not all. > It seems there are other problems as well. I had to change some > require() lines as well. I'll have to look more into that before I > continue. >=20 > -Rene >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |