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: 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: 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: Henry C. <hen...@ya...> - 2001-04-25 17:48:46
|
Thank you so much...=) Its up and running... BTW ....now I have to read apache docs to figure out how I can create aliases for other directories on my server that have nothing to do with BC...and have their own specific rwx privileges...Again Thanks a lot all of you for your help! on 4/25/01 12:44 PM, abidal at ab...@ip... wrote: >>> 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 > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-25 18:08:08
|
> Thank you so much...=) > > Its up and running... > > BTW ....now I have to read apache docs to figure out how I can create > aliases for other directories on my server that have nothing to do with > BC...and have their own specific rwx privileges...Again Thanks a lot all of > you for your help! best to run a virtualhost, it's clean and simple. :) _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-25 19:00:33
|
Actually, I have other directories under the same domain that I need public access to. Currently if I try to go to that webserver directory I get a 404...seems that BC or my httpd.conf needs some cleanup. I can no longer access other applications in my webroot. For example: http://mydomain.com brings me to the index of my webroot, but http://mydomain.com/app_directory/ gives me a 404, and I know that the directory is in there...just have to figure out a way to get to it without all those query strings being thrown along for the ride in the URL. on 4/25/01 2:06 PM, Alex Black at en...@tu... wrote: >> Thank you so much...=) >> >> Its up and running... >> >> BTW ....now I have to read apache docs to figure out how I can create >> aliases for other directories on my server that have nothing to do with >> BC...and have their own specific rwx privileges...Again Thanks a lot all of >> you for your help! > > best to run a virtualhost, it's clean and simple. > > :) > > _alex > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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 18:54:57
|
> Thank you so much...=) > > Its up and running... > > BTW ....now I have to read apache docs to figure out how I can create > aliases for other directories on my server that have nothing to do with > BC...and have their own specific rwx privileges... It seems that BC is not design to support multiple vhost. because auto_prepend will prepend bc stuff when loading *.php, your will be directed to bc/htdocs/index.php I don't known if the following works. 1 - remove auto_prepend from your php.ini 2 - create a vhost for hhtpd add at the end of your httpd.conf ---/--- NameVirtualHost 192.168.100.10 <VirtualHost 192.168.100.10> php_value auto_prepend_file _...._ php_value auto_append_file _...._ ServerAdmin web...@yo... DocumentRoot __YOUT_NEW_DIR__ ServerName www.yourdomain.com ErrorLog logs/yourdormain-error_log TransferLog logs/yourdomain-access_log </VirtualHost> 3 - of course add en entry in your dns for yourdomain.com bye -- IPSIGHT NETWORKS - www.ipsight.com Abidal Serge ab...@ip... Phone (+33) 1 45 40 91 51 - Fax (+33) 1 45 40 85 45 |
From: Alex B. <en...@tu...> - 2001-04-25 19:11:57
|
> It seems that BC is not design to support multiple vhost. > because auto_prepend will prepend bc stuff when loading *.php, your > will be directed to bc/htdocs/index.php > > I don't known if the following works. > > 1 - remove auto_prepend from your php.ini > 2 - create a vhost for hhtpd > > add at the end of your httpd.conf > ---/--- > NameVirtualHost 192.168.100.10 > > <VirtualHost 192.168.100.10> > php_value auto_prepend_file _...._ > php_value auto_append_file _...._ > > ServerAdmin web...@yo... > DocumentRoot __YOUT_NEW_DIR__ > ServerName www.yourdomain.com > ErrorLog logs/yourdormain-error_log > TransferLog logs/yourdomain-access_log > </VirtualHost> > > > 3 - of course add en entry in your dns for yourdomain.com This works fine, and this is _exactly_ how I run my installations. i like to have binarycloud own one virtualhost, and be able to go about my normal-html-business in the normal htdocs. I think a virtualhost is the best way to run binarycloud for development. (on my company's devserver, there are ~20 virtualhosts, and most of them are separate binarycloud installations - works _very_ well becuase they all use the same binarycloud core CVS.) _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-25 21:45:21
|
Where can I get info on getting bc to run just from a directory of a domain= ? I have other directories in the same domain...but I cant seem to get those to work now. Ive tried the advise below but it doesn=B9t seem to be working. What im trying to do is this: Say I have a domain called mydomain.com. Its docroot is "c:/program files/apache group/apache/htdocs". I want to be able to run BC as well as other application systems, like say, a BBS, from within the same docroot. Essentially, I would like to run and operate the BC application under this domain if a user goes to "mydomain.com/BC/" but I would also like to run a BBS as well under the same domain but under the address "mydomain.com/bbs/"= . Is this possible? How should I adjust my httpd.conf and php.ini files to allow for this. Any help or links to information for this would be greatly appreciated. on 4/25/01 3:11 PM, Alex Black at en...@tu... wrote: >> It seems that BC is not design to support multiple vhost. >> because auto_prepend will prepend bc stuff when loading *.php, your >> will be directed to bc/htdocs/index.php >>=20 >> I don't known if the following works. >>=20 >> 1 - remove auto_prepend from your php.ini >> 2 - create a vhost for hhtpd >>=20 >> add at the end of your httpd.conf >> ---/--- >> NameVirtualHost 192.168.100.10 >>=20 >> <VirtualHost 192.168.100.10> >> php_value auto_prepend_file _...._ >> php_value auto_append_file _...._ >>=20 >> ServerAdmin web...@yo... >> DocumentRoot __YOUT_NEW_DIR__ >> ServerName www.yourdomain.com >> ErrorLog logs/yourdormain-error_log >> TransferLog logs/yourdomain-access_log >> </VirtualHost> >>=20 >>=20 >> 3 - of course add en entry in your dns for yourdomain.com >=20 >=20 > This works fine, and this is _exactly_ how I run my installations. i like= to > have binarycloud own one virtualhost, and be able to go about my > normal-html-business in the normal htdocs. >=20 > I think a virtualhost is the best way to run binarycloud for development. >=20 > (on my company's devserver, there are ~20 virtualhosts, and most of them = are > separate binarycloud installations - works _very_ well becuase they all u= se > the same binarycloud core CVS.) >=20 >=20 > _alex >=20 >=20 > -- > alex black, ceo > en...@tu... >=20 > the turing studio, inc. > http://www.turingstudio.com >=20 > vox+510.666.0074 > fax+510.666.0093 >=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: Alex B. <en...@tu...> - 2001-04-25 22:13:54
|
> Where can I get info on getting bc to run just from a directory of a doma= in? > I have other directories in the same domain...but I cant seem to get thos= e > to work now. Ive tried the advise below but it doesn=B9t seem to be working= . ah yes, permissions. heh. > What im trying to do is this: > Say I have a domain called mydomain.com. Its docroot is "c:/program > files/apache group/apache/htdocs". I want to be able to run BC as well as > other application systems, like say, a BBS, from within the same docroot. > Essentially, I would like to run and operate the BC application under thi= s > domain if a user goes to "mydomain.com/BC/" but I would also like to run = a > BBS as well under the same domain but under the address "mydomain.com/bbs= /". > Is this possible? How should I adjust my httpd.conf and php.ini files to > allow for this. Any help or links to information for this would be greatl= y > appreciated. You can add the files you want to run in a docroot controlled by binaryclou= d permissions to user/conf/file_permissions.conf that has worked fine for me. however, note that many of the redirect constants and other things assume that you are running the distro htdocs/ as docroot. Funnily enough, it's a real pain in the a** to make that all work because you have to constantly check an BC_DOCROOT or similar constant for 0 length before using it. I'm going to incorporate relative path support into r2, and while it can be added to r1b, some other code would need to be fixed which I (unfortunately= ) don't have the time to fix. If you look at file_permissions.conf, and core/lib/breadcrumbs you'll see how the permissions system deals with paths - in short, you'd have to add a constant to the front of every entry in the perms array, and change some code in breadcrumbs. A user sent in a set of patches for the changes, I patched the files and there were some bugs which I didn't have time to fix, so I removed the patches. _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-26 06:58:35
|
Ok so I created vhosts to allow for bc to run properly with allowances for the rest of my server to operate as normal using php. Now how do I get my binarycloud\user\db\schema directory to have read and write privileges unde= r php so that I can create the main db for bc? on 4/25/01 5:45 PM, Henry Cavillones at hen...@ya... wrote: > Where can I get info on getting bc to run just from a directory of a doma= in? > I have other directories in the same domain...but I cant seem to get thos= e > to work now. Ive tried the advise below but it doesn=B9t seem to be working= . >=20 > What im trying to do is this: > Say I have a domain called mydomain.com. Its docroot is "c:/program > files/apache group/apache/htdocs". I want to be able to run BC as well as > other application systems, like say, a BBS, from within the same docroot. > Essentially, I would like to run and operate the BC application under thi= s > domain if a user goes to "mydomain.com/BC/" but I would also like to run = a > BBS as well under the same domain but under the address "mydomain.com/bbs= /". > Is this possible? How should I adjust my httpd.conf and php.ini files to > allow for this. Any help or links to information for this would be greatl= y > appreciated. >=20 >=20 > on 4/25/01 3:11 PM, Alex Black at en...@tu... wrote: >=20 >>> It seems that BC is not design to support multiple vhost. >>> because auto_prepend will prepend bc stuff when loading *.php, your >>> will be directed to bc/htdocs/index.php >>>=20 >>> I don't known if the following works. >>>=20 >>> 1 - remove auto_prepend from your php.ini >>> 2 - create a vhost for hhtpd >>>=20 >>> add at the end of your httpd.conf >>> ---/--- >>> NameVirtualHost 192.168.100.10 >>>=20 >>> <VirtualHost 192.168.100.10> >>> php_value auto_prepend_file _...._ >>> php_value auto_append_file _...._ >>>=20 >>> ServerAdmin web...@yo... >>> DocumentRoot __YOUT_NEW_DIR__ >>> ServerName www.yourdomain.com >>> ErrorLog logs/yourdormain-error_log >>> TransferLog logs/yourdomain-access_log >>> </VirtualHost> >>>=20 >>>=20 >>> 3 - of course add en entry in your dns for yourdomain.com >>=20 >>=20 >> This works fine, and this is _exactly_ how I run my installations. i lik= e to >> have binarycloud own one virtualhost, and be able to go about my >> normal-html-business in the normal htdocs. >>=20 >> I think a virtualhost is the best way to run binarycloud for development= . >>=20 >> (on my company's devserver, there are ~20 virtualhosts, and most of them= are >> separate binarycloud installations - works _very_ well becuase they all = use >> the same binarycloud core CVS.) >>=20 >>=20 >> _alex >>=20 >>=20 >> -- >> alex black, ceo >> en...@tu... >>=20 >> the turing studio, inc. >> http://www.turingstudio.com >>=20 >> vox+510.666.0074 >> fax+510.666.0093 >>=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: Alex B. <en...@tu...> - 2001-04-26 18:50:07
|
> Ok so I created vhosts to allow for bc to run properly with allowances for > the rest of my server to operate as normal using php. Now how do I get my > binarycloud\user\db\schema directory to have read and write privileges under > php so that I can create the main db for bc? actually everything on windows is writable (that's security for you!) - so you don't have to deal with that. just go to storm, db admin, update database tables, and click "create_db.schema" in the list. _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-26 20:56:02
|
I did just that and got a page not found error on 4/26/01 2:48 PM, Alex Black at en...@tu... wrote: >> Ok so I created vhosts to allow for bc to run properly with allowances for >> the rest of my server to operate as normal using php. Now how do I get my >> binarycloud\user\db\schema directory to have read and write privileges under >> php so that I can create the main db for bc? > > actually everything on windows is writable (that's security for you!) - so > you don't have to deal with that. > > just go to storm, db admin, update database tables, and click > "create_db.schema" in the list. > > _alex > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-26 22:11:11
|
> I did just that and got a page not found error Where are you running the binarycloud distro htdocs? It sounds like you're running it somewhere weird. _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-26 22:52:36
|
Im running them in my apache's htdocs directory... "c:/program files/apache group/apache/htdocs/htdocs" on 4/26/01 5:47 PM, Alex Black at en...@tu... wrote: >> I did just that and got a page not found error > > Where are you running the binarycloud distro htdocs? > > It sounds like you're running it somewhere weird. > > _alex > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-26 23:08:16
|
> Im running them in my apache's htdocs directory... "c:/program files/apache > group/apache/htdocs/htdocs" yep, there's your problem. the contents of the binarycloud distro htdocs should be at apache docroot, which in your case is: c:/program files/apache group/apache/htdocs/ not c:/program files/apache group/apache/htdocs/htdocs/ this is also why you have likely had so many problems with the install. _alex > on 4/26/01 5:47 PM, Alex Black at en...@tu... wrote: > >>> I did just that and got a page not found error >> >> Where are you running the binarycloud distro htdocs? >> >> It sounds like you're running it somewhere weird. >> >> _alex >> >> >> >> -- >> alex black, ceo >> en...@tu... >> >> the turing studio, inc. >> http://www.turingstudio.com >> >> vox+510.666.0074 >> fax+510.666.0093 >> >> >> >> _______________________________________________ >> 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 > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-26 23:57:14
|
Doh! on 4/26/01 7:07 PM, Alex Black at en...@tu... wrote: >> Im running them in my apache's htdocs directory... "c:/program files/apache >> group/apache/htdocs/htdocs" > > yep, there's your problem. > > the contents of the binarycloud distro htdocs should be at apache docroot, > which in your case is: > > > > c:/program files/apache group/apache/htdocs/ > > not > > c:/program files/apache group/apache/htdocs/htdocs/ > > this is also why you have likely had so many problems with the install. > > > _alex > > >> on 4/26/01 5:47 PM, Alex Black at en...@tu... wrote: >> >>>> I did just that and got a page not found error >>> >>> Where are you running the binarycloud distro htdocs? >>> >>> It sounds like you're running it somewhere weird. >>> >>> _alex >>> >>> >>> >>> -- >>> alex black, ceo >>> en...@tu... >>> >>> the turing studio, inc. >>> http://www.turingstudio.com >>> >>> vox+510.666.0074 >>> fax+510.666.0093 >>> >>> >>> >>> _______________________________________________ >>> 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 >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >> > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Henry C. <hen...@ya...> - 2001-04-27 00:36:12
|
I fixed the installation and repaired all path references...but still...I get " Page cannot be displayed" and at the bottom of the page it tells me "Cannot find server or DNS error"....maybe I should give up?! on 4/26/01 7:07 PM, Alex Black at en...@tu... wrote: >> Im running them in my apache's htdocs directory... "c:/program files/apache >> group/apache/htdocs/htdocs" > > yep, there's your problem. > > the contents of the binarycloud distro htdocs should be at apache docroot, > which in your case is: > > > > c:/program files/apache group/apache/htdocs/ > > not > > c:/program files/apache group/apache/htdocs/htdocs/ > > this is also why you have likely had so many problems with the install. > > > _alex > > >> on 4/26/01 5:47 PM, Alex Black at en...@tu... wrote: >> >>>> I did just that and got a page not found error >>> >>> Where are you running the binarycloud distro htdocs? >>> >>> It sounds like you're running it somewhere weird. >>> >>> _alex >>> >>> >>> >>> -- >>> alex black, ceo >>> en...@tu... >>> >>> the turing studio, inc. >>> http://www.turingstudio.com >>> >>> vox+510.666.0074 >>> fax+510.666.0093 >>> >>> >>> >>> _______________________________________________ >>> 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 >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> http://lists.sourceforge.net/lists/listinfo/binarycloud-dev >> > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-27 00:44:04
|
> I fixed the installation and repaired all path references...but still...I > get " Page cannot be displayed" and at the bottom of the page it tells me > "Cannot find server or DNS error"....maybe I should give up?! Use: http://127.0.0.1:<<your port>> not http://localhost windows doesn't deal well with them. also, make sure that if you have a hostname, that apache is not forcing it - you can look in httpd.conf. it's funny - 90% of this stuff is apache/php setup. _a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-27 01:29:57
|
Actually, the binarycloud launches but when I get to the link "create_db.schema" and click it, it pauses for a few seconds, as if its trying to connect to my mysql dbase, then it gives me the aforemw=entioned error..."Page cannot be displayed" Cannot find server or dns error"..Ive even skipped grant tables in my dbase to allow all connections...but nothing...In mysqladmin, I can see that there is a connection made to my dbase but I get this error..what the!? on 4/26/01 8:43 PM, Alex Black at en...@tu... wrote: >> I fixed the installation and repaired all path references...but still...I >> get " Page cannot be displayed" and at the bottom of the page it tells me >> "Cannot find server or DNS error"....maybe I should give up?! > > Use: > > http://127.0.0.1:<<your port>> > > not > > http://localhost > > windows doesn't deal well with them. > > also, make sure that if you have a hostname, that apache is not forcing it - > you can look in httpd.conf. > > it's funny - 90% of this stuff is apache/php setup. > > _a > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-27 03:12:04
|
> Actually, the binarycloud launches but when I get to the link > "create_db.schema" and click it, it pauses for a few seconds, as if its > trying to connect to my mysql dbase, then it gives me the aforemw=entioned > error..."Page cannot be displayed" Cannot find server or dns error"..Ive > even skipped grant tables in my dbase to allow all connections...but > nothing...In mysqladmin, I can see that there is a connection made to my > dbase but I get this error..what the!? > That's interesting... what database, can you send me the configuration array from bc_global_db.inc, and have you checked to see if the database exists. (though that shouldn't cause the problem, metabase returns saying " that exists ") hrm.. _a -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-27 03:34:45
|
I'm using mysql..and meant to say that it connected to my mysql server but to no particular dbase and the command in the process list of the server was "sleep". Her is my configuration array from bc_global_inc : function init_db(){ global $bc_global_db_arguments; global $metabase_interfaces; global $metabase_databases; if (RUN_MODE == "dev") { $bc_global_db_arguments = array("Type"=>"mysql", "Host"=>"mymysqlserver", "User"=>"dba", "Password"=>"dba", "IncludePath"=>BASE."db/", "Persistent"=>TRUE ); } on 4/26/01 11:11 PM, Alex Black at en...@tu... wrote: >> Actually, the binarycloud launches but when I get to the link >> "create_db.schema" and click it, it pauses for a few seconds, as if its >> trying to connect to my mysql dbase, then it gives me the aforemw=entioned >> error..."Page cannot be displayed" Cannot find server or dns error"..Ive >> even skipped grant tables in my dbase to allow all connections...but >> nothing...In mysqladmin, I can see that there is a connection made to my >> dbase but I get this error..what the!? >> > > That's interesting... > > what database, can you send me the configuration array from > bc_global_db.inc, and have you checked to see if the database exists. > (though that shouldn't cause the problem, metabase returns saying " that > exists ") > > hrm.. > > _a > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > 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: Alex B. <en...@tu...> - 2001-04-27 05:08:06
|
> I'm using mysql..and meant to say that it connected to my mysql server but > to no particular dbase and the command in the process list of the server was > "sleep". Her is my configuration array from bc_global_inc : > > function init_db(){ > global $bc_global_db_arguments; > global $metabase_interfaces; > global $metabase_databases; > > if (RUN_MODE == "dev") { > $bc_global_db_arguments = > array("Type"=>"mysql", > "Host"=>"mymysqlserver", and, here we have the DNS issue. are you running this mysql server on your local machine, or on another machine? I'm guessing you're running mysql on your local machine, in which case this setting should be "localhost" _alex > "User"=>"dba", > "Password"=>"dba", > "IncludePath"=>BASE."db/", > "Persistent"=>TRUE > ); > } > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Henry C. <hen...@ya...> - 2001-04-27 14:01:49
|
Initially, I had it set to my mysql servers IP address, but now I've change= d it to "localhost", cause it is on my local machine hosting apache....and it still doesn=B9t work....again I've got mysql to skip grant tables, so permissions is not the issue...Help!!! on 4/27/01 1:08 AM, Alex Black at en...@tu... wrote: >> I'm using mysql..and meant to say that it connected to my mysql server b= ut >> to no particular dbase and the command in the process list of the server= was >> "sleep". Her is my configuration array from bc_global_inc : >>=20 >> function init_db(){ >> global $bc_global_db_arguments; >> global $metabase_interfaces; >> global $metabase_databases; >>=20 >> if (RUN_MODE =3D=3D "dev") { >> $bc_global_db_arguments =3D >> array("Type"=3D>"mysql", >> "Host"=3D>"mymysqlserver", >=20 > and, here we have the DNS issue. >=20 > are you running this mysql server on your local machine, or on another > machine? I'm guessing you're running mysql on your local machine, in whic= h > case this setting should be "localhost" >=20 > _alex >=20 >=20 >> "User"=3D>"dba", >> "Password"=3D>"dba", >> "IncludePath"=3D>BASE."db/", >> "Persistent"=3D>TRUE >> ); >> } >>=20 >=20 >=20 > -- > alex black, ceo > en...@tu... >=20 > the turing studio, inc. > http://www.turingstudio.com >=20 > vox+510.666.0074 > fax+510.666.0093 >=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: Alex B. <en...@tu...> - 2001-04-27 15:51:15
|
> Initially, I had it set to my mysql servers IP address, but now I've chan= ged > it to "localhost", cause it is on my local machine hosting apache....and = it > still doesn=B9t work....again I've got mysql to skip grant tables, so > permissions is not the issue...Help!!! Has the error changed since you changed to localhost? What version of mySQL? _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |