You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
(57) |
May
(287) |
Jun
(166) |
Jul
(286) |
Aug
(273) |
Sep
(254) |
Oct
(144) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alex B. <en...@tu...> - 2001-04-25 17:29:46
|
> I have added the to the AddType directive a line for .phtml...thought thi= s > might be the problem...but no....now the simple script file hello.php > doesn=B9t spit ouput to my browser..just a blank page Now it's php.ini, because you're using the binarycloud prepends, and going to an index page which starts a session. make sure that your session.save_path is a real path in your filesystem, an= d that session.save_handler is "files" _not_ "mm" _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Alex B. <en...@tu...> - 2001-04-25 17:29:44
|
I should write a shell script that cleans all of those instances and put it in the distro... heh, I'll add that to the 5,000 item to-do list I have on my desk :) _a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Alex B. <en...@tu...> - 2001-04-25 17:20:29
|
> I have managed to track down the problem that i have to the permissions, > but not quite sure what it refers to.. > > Does permission 128 mean anything to you? You'll find the permissions groups constants in user/conf/defined_constants.conf - and yes, 128 is probably AUTH_USER or something. > what was happening was that it was exiting as there was an array with 24 > keys but now values to these keys.. I'm not quite sure of how to resolve > this... I don't know what the problem is... can you give me a description of it? -alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: abidal <ab...@ip...> - 2001-04-25 16:46:19
|
> > This problem are not realy relate to win. >>>.. > > // be shure to remove space at the end of the following page. > Do you mean a space in their title or within the page itself? > > core/base/permissions.php > > core/lib/bread_crumbs_and_tabs.lib > > user/conf/defined_constants.conf > > user/conf/file_permissions.conf > > user/conf/predend.inc > > You should remove space char inside the file, just after the latest php close tag. <? php code ?>__NO_SPACE_HERE__ > I cant seem to find this string you speak of...could it have been > removed > with the new r1b version > > //in user/conf/defined_constants.conf change > > $_PHP_SELF = str_replace .... ; > > with $_PHP_SELF = $PHP_SELF; Sorry look in core/lib/bread_crumbs_and_tabs.lib > > // be shure that php is configure to work with mysql or you will get > a > > blank page too > I know it is because currently I am running a webforum that uses mysql > to > store the forums data > > Ok, now you should change the user/password for mysql in user/db/objects/bc_global_db.inc > BTW.. After checking all of this Im still getting a blank page...Do I > have > to make the BC "htdocs" directory a virtual directory in httpd.conf? > > You don't have, you simply have to change DocumentRoot in httpd.conf. Reload httpd, all should be ok now. -- IPSIGHT NETWORKS - www.ipsight.com Abidal Serge ab...@ip... Phone (+33) 1 45 40 91 51 - Fax (+33) 1 45 40 85 45 |
From: Henry C. <hen...@ya...> - 2001-04-25 13:10:18
|
on 4/25/01 7:46 AM, abidal at ab...@ip... wrote: > This problem are not realy relate to win. > >> Check that...I got it to parse the index.php file once I dropped the >> number >> "4" off of the string "AddType application/x-httpd-php(4) .php"...but > > You now have a working apache with php > >> I'm >> noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' >> for >> inclusion (include_path='') in c:/program files/apache >> group/apache/htdocs/htdocs/index.php on line 27 >> > > Good, It's means now that prepend is not set the right way > > If you set the prepend, you will get a blank page. > > At this point, there are some other thing to check. > > > // be shure to remove space at the end of the following page. Do you mean a space in their title or within the page itself? > core/base/permissions.php > core/lib/bread_crumbs_and_tabs.lib > user/conf/defined_constants.conf > user/conf/file_permissions.conf > user/conf/predend.inc > I cant seem to find this string you speak of...could it have been removed with the new r1b version > //in user/conf/defined_constants.conf change > $_PHP_SELF = str_replace .... ; > with $_PHP_SELF = $PHP_SELF; > > // be shure that php is configure to work with mysql or you will get a > blank page too I know it is because currently I am running a webforum that uses mysql to store the forums data > BTW.. After checking all of this Im still getting a blank page...Do I have to make the BC "htdocs" directory a virtual directory in httpd.conf? > > -- > IPSIGHT NETWORKS - www.ipsight.com > Abidal Serge ab...@ip... > Phone (+33) 1 45 40 91 51 - Fax (+33) 1 45 40 85 45 > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: abidal <ab...@ip...> - 2001-04-25 11:48:04
|
This problem are not realy relate to win. > Check that...I got it to parse the index.php file once I dropped the > number > "4" off of the string "AddType application/x-httpd-php(4) .php"...but You now have a working apache with php > I'm > noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' > for > inclusion (include_path='') in c:/program files/apache > group/apache/htdocs/htdocs/index.php on line 27 > Good, It's means now that prepend is not set the right way If you set the prepend, you will get a blank page. At this point, there are some other thing to check. // be shure to remove space at the end of the following page. core/base/permissions.php core/lib/bread_crumbs_and_tabs.lib user/conf/defined_constants.conf user/conf/file_permissions.conf user/conf/predend.inc //in user/conf/defined_constants.conf change $_PHP_SELF = str_replace .... ; with $_PHP_SELF = $PHP_SELF; // be shure that php is configure to work with mysql or you will get a blank page too -- IPSIGHT NETWORKS - www.ipsight.com Abidal Serge ab...@ip... Phone (+33) 1 45 40 91 51 - Fax (+33) 1 45 40 85 45 |
From: Henry C. <hen...@ya...> - 2001-04-25 10:47:21
|
I have added the to the AddType directive a line for .phtml...thought this might be the problem...but no....now the simple script file hello.php doesn=B9t spit ouput to my browser..just a blank page on 4/25/01 6:36 AM, Henry Cavillones at hen...@ya... wrote: > Nope..I've uncommented the prepend statements in httpd.conf and my webser= ver > gives me no error but serves me a blank page with no soucre HTML > either!..Dang, What is up with this? >=20 >=20 >=20 > Check that...I got it to parse the index.php file once I dropped the numb= er > "4" off of the string "AddType application/x-httpd-php(4) .php"...but I'm > noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' fo= r > inclusion (include_path=3D'') in c:/program files/apache > group/apache/htdocs/htdocs/index.php on line 27 >=20 > Fatal error: Cannot instantiate non-existent class: core_template in > c:/program files/apache group/apache/htdocs/htdocs/index.php on line > 28"...though this is probably because of the exclusion of the BC prepend > statements....I feel like this may be the turning point in this conf > problem...Please advise..So far, I am appreciating all your help. Im just= a > few steps away from getting this thing to work. >=20 > on 4/25/01 2:47 AM, alex black at en...@tu... wrote: >=20 >>> Funny ...I am getting the php parsed using the "php4apache.dll" loaded = as >> a >>> module with the prepends disabled when I browse to the BC >> /htdocs/hello.php. >>> I have made a minor adjustment with the httpd.conf you sent me. I disab= led >>> the listen 3000 and am listening on port 80. I don=B9t uderstand why when= I >>> run http://mydomain.com/htdocs/index.php my webserver attempts to downl= oad >>> the file to disk >>=20 >> ah, that's because you don't have the AddType directives enabled, so apa= che >> doesn't know how to treat the php. >>=20 >> Make sure you have: >>=20 >> AddType application/x-httpd-php .php >> AddType application/x-httpd-php-source .phps >>=20 >> in httpd.conf, where you find the other addtype directives. >>=20 >> that should solve your latest problem. >>=20 >> _a >>=20 >>=20 >>=20 >>=20 >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >>=20 >=20 >=20 > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Henry C. <hen...@ya...> - 2001-04-25 10:37:01
|
Nope..I've uncommented the prepend statements in httpd.conf and my webserve= r gives me no error but serves me a blank page with no soucre HTML either!..Dang, What is up with this? Check that...I got it to parse the index.php file once I dropped the number "4" off of the string "AddType application/x-httpd-php(4) .php"...but I'm noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' for inclusion (include_path=3D'') in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 27 Fatal error: Cannot instantiate non-existent class: core_template in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 28"...though this is probably because of the exclusion of the BC prepend statements....I feel like this may be the turning point in this conf problem...Please advise..So far, I am appreciating all your help. Im just a few steps away from getting this thing to work. on 4/25/01 2:47 AM, alex black at en...@tu... wrote: >> Funny ...I am getting the php parsed using the "php4apache.dll" loaded a= s > a >> module with the prepends disabled when I browse to the BC > /htdocs/hello.php. >> I have made a minor adjustment with the httpd.conf you sent me. I disabl= ed >> the listen 3000 and am listening on port 80. I don=B9t uderstand why when = I >> run http://mydomain.com/htdocs/index.php my webserver attempts to downlo= ad >> the file to disk >=20 > ah, that's because you don't have the AddType directives enabled, so apac= he > doesn't know how to treat the php. >=20 > Make sure you have: >=20 > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps >=20 > in httpd.conf, where you find the other addtype directives. >=20 > that should solve your latest problem. >=20 > _a >=20 >=20 >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Henry C. <hen...@ya...> - 2001-04-25 10:33:17
|
Check that...I got it to parse the index.php file once I dropped the number "4" off of the string "AddType application/x-httpd-php(4) .php"...but I'm noe getting the old "Warning: Failed opening 'BASEtmpl/template.class' for inclusion (include_path=3D'') in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 27 Fatal error: Cannot instantiate non-existent class: core_template in c:/program files/apache group/apache/htdocs/htdocs/index.php on line 28"...though this is probably because of the exclusion of the BC prepend statements....I feel like this may be the turning point in this conf problem...Please advise..So far, I am appreciating all your help. Im just a few steps away from getting this thing to work. on 4/25/01 2:47 AM, alex black at en...@tu... wrote: >> Funny ...I am getting the php parsed using the "php4apache.dll" loaded a= s > a >> module with the prepends disabled when I browse to the BC > /htdocs/hello.php. >> I have made a minor adjustment with the httpd.conf you sent me. I disabl= ed >> the listen 3000 and am listening on port 80. I don=B9t uderstand why when = I >> run http://mydomain.com/htdocs/index.php my webserver attempts to downlo= ad >> the file to disk >=20 > ah, that's because you don't have the AddType directives enabled, so apac= he > doesn't know how to treat the php. >=20 > Make sure you have: >=20 > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps >=20 > in httpd.conf, where you find the other addtype directives. >=20 > that should solve your latest problem. >=20 > _a >=20 >=20 >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Henry C. <hen...@ya...> - 2001-04-25 10:26:22
|
I did and it does. I have these directives in place but no go.....still cannot parse the index.php file in ht docs...but weird enough... I can pars= e the simple hello.php in the same directory on 4/25/01 2:47 AM, alex black at en...@tu... wrote: >> Funny ...I am getting the php parsed using the "php4apache.dll" loaded a= s > a >> module with the prepends disabled when I browse to the BC > /htdocs/hello.php. >> I have made a minor adjustment with the httpd.conf you sent me. I disabl= ed >> the listen 3000 and am listening on port 80. I don=B9t uderstand why when = I >> run http://mydomain.com/htdocs/index.php my webserver attempts to downlo= ad >> the file to disk >=20 > ah, that's because you don't have the AddType directives enabled, so apac= he > doesn't know how to treat the php. >=20 > Make sure you have: >=20 > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps >=20 > in httpd.conf, where you find the other addtype directives. >=20 > that should solve your latest problem. >=20 > _a >=20 >=20 >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Peter B. <re...@f2...> - 2001-04-25 07:14:50
|
At 02:24 AM 4/25/01 -0400, you wrote: >Funny ...I am getting the php parsed using the "php4apache.dll" loaded as a >module with the prepends disabled when I browse to the BC= /htdocs/hello.php. >I have made a minor adjustment with the httpd.conf you sent me. I disabled >the listen 3000 and am listening on port 80. I don=B9t uderstand why when I >run http://mydomain.com/htdocs/index.php my webserver attempts to download >the file to disk Usually that's because it isn't recognizing the extension. Make sure your= =20 httpd.conf has the addType bla bla bla .php3 .php .phtml line in it. Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrowgauge.f2s.com --oOo-- Peter's web page - Scottish narrow gauge in 009 http://members.aol.com/reywob/ --oOo-- |
From: alex b. <en...@tu...> - 2001-04-25 06:49:39
|
> Funny ...I am getting the php parsed using the "php4apache.dll" loaded as a > module with the prepends disabled when I browse to the BC /htdocs/hello.php. > I have made a minor adjustment with the httpd.conf you sent me. I disabled > the listen 3000 and am listening on port 80. I don¹t uderstand why when I > run http://mydomain.com/htdocs/index.php my webserver attempts to download > the file to disk ah, that's because you don't have the AddType directives enabled, so apache doesn't know how to treat the php. Make sure you have: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps in httpd.conf, where you find the other addtype directives. that should solve your latest problem. _a |
From: Henry C. <hen...@ya...> - 2001-04-25 06:24:24
|
Funny ...I am getting the php parsed using the "php4apache.dll" loaded as a module with the prepends disabled when I browse to the BC /htdocs/hello.php= . I have made a minor adjustment with the httpd.conf you sent me. I disabled the listen 3000 and am listening on port 80. I don=B9t uderstand why when I run http://mydomain.com/htdocs/index.php my webserver attempts to download the file to disk on 4/25/01 1:42 AM, alex black at en...@tu... wrote: > wow, your php install is out to get you :) >=20 > hrm... >=20 > important: > -are you getting a blank page on a script with <?php echo "hello"; ?> ? > if you are php _is_ pasing the files, but there is a problem. if php wasn= 't > parsing the files, you would see the php code as plaintext in the browser= . >=20 > -if, based on the above, php _is_ parsing the files, _make_sure_ the th= e > binarycloud prepends are _disabled_ (for testing purposes) so you can > eliminate the possibility of any other code being run that you don't know > about. >=20 > I want to get yo to the point where you can see "hello" from <?php echo > "hello"; ?> >=20 > also, have you tried using my php.ini and httpd.conf? > note that my httpd.conf makes apache listen on post 3000, I don't like us= ing > 80 on windows. >=20 > _alex >=20 >=20 >=20 > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |