Re: [WebDNA] Installing 7.1.702 on CentOS

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108989
interpreted = N
texte = This item is very important in your config: DefaultMaxClassProcessCount 1 This states that only one engine can run per web server instance.=20 Without this, you can/will have corruption to db files, since they are stored within memory of the FastDNA engine. FastDNA/WebDNA spawns its own threads, and maintains the db within memory. If you have more than one process of FastDNA accessing the same DB files, they will collide, since they don't share the db in the same memory. You can, of course, have multiple FastDNA instances running as long as they process different websites. Meaning, separate virtual hosts. - chris On Apr 26, 2012, at 21:22, Michael Davis wrote: > How significant is it to set DefaultMaxClassProcessCount to 1? >=20 > Mike >=20 > On Apr 26, 2012, at 5:07 PM, christophe.billiottet@webdna.us wrote: >=20 >> No limitations on the freeware and you will find it very fast. But if = you have traffic on your website, the certificate will bring a real = speed jump. >>=20 >> - chris >>=20 >>=20 >>=20 >> On Apr 26, 2012, at 20:55, Michael Davis wrote: >>=20 >>> Yeppers. The rewrite rule did it, just had to put it in a = not a . I think I'm up and running. >>> I have questions. Where can I go to read up on the roadmap where = WebDNA is heading? Is native SQL a gonner? What is the limitation = placed on the freeware? etc. >>>=20 >>> Mike >>> On Apr 26, 2012, at 4:22 PM, Michael Davis wrote: >>>=20 >>>> Ahh. Ok. I had that at the bottom of the conf. Will give it a = try. >>>>=20 >>>> Mike >>>>=20 >>>> On Apr 26, 2012, at 4:15 PM, christophe.billiottet@webdna.us wrote: >>>>=20 >>>>> This is solved with these lines: >>>>>=20 >>>>>=20 >>>>>=20 >>>>> >>>>> RewriteEngine on >>>>> RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>>>> >>>>>=20 >>>>>=20 >>>>> and it has to be written in your vsite (virtual host) container. >>>>>=20 >>>>> - chris >>>>>=20 >>>>>=20 >>>>> On Apr 26, 2012, at 20:05, Michael Davis wrote: >>>>>=20 >>>>>> Another issue has popped up. This also may be a CentOS = peculiarity. Broken auth functionality. That is, admin page will not = let me in using admin:admin. Just keeps asking for username and = password. >>>>>>=20 >>>>>> Anything you can point me at so that I can get this working? >>>>>>=20 >>>>>> Mike >>>>>>=20 >>>>>> On Apr 26, 2012, at 2:41 PM, Michael Davis wrote: >>>>>>=20 >>>>>>> Found the problem. WebDNA ini file had Ubuntu style user = "www-data" instead of CentOS "apache". You may want to add that to your = readme.txt and save the next poor slob from six hours of recon in = hostile territory. >>>>>>>=20 >>>>>>> Mike >>>>>>>=20 >>>>>>> On Apr 26, 2012, at 12:44 PM, christophe.billiottet@webdna.us = wrote: >>>>>>>=20 >>>>>>>> after loading fcgid_module >>>>>>>>=20 >>>>>>>> - chris >>>>>>>>=20 >>>>>>>> On Apr 26, 2012, at 16:02, Michael Davis wrote: >>>>>>>>=20 >>>>>>>>> One other question. Is there a specific place in the conf = where >>>>>>>>> SocketPath run/mod_fcgid >>>>>>>>> needs to go? >>>>>>>>>=20 >>>>>>>>> On Apr 26, 2012, at 10:35 AM, Michael Davis wrote: >>>>>>>>>=20 >>>>>>>>>> Like I first said, I followed the instructions in the read me = file. It was only when that didn't work that I tried a few things like = chmod 777 and moving the directives into a virtualhost container. The = only odd thing I can think of is this is the first time I've used yum to = update or install an apache module. I'm not clear on how it installs = the module, but it doesn't seem to require the LoadModule directive in = the conf file. If I add the LoadModule directive for mod_fcgid.so, = apache reports "[warn] module fcgid_module is already loaded, skipping" = upon restart. >>>>>>>>>>=20 >>>>>>>>>> Apache Error Log reports: >>>>>>>>>> [Sun Apr 22 04:02:58 2012] [notice] FastCGI: process manager = initialized (pid 25907) >>>>>>>>>> [Sun Apr 22 04:02:59 2012] [notice] Apache/2.2.3 (CentOS) = configured -- resuming normal operations >>>>>>>>>>=20 >>>>>>>>>> Don't know what else to look at. >>>>>>>>>>=20 >>>>>>>>>> Mike >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>> On Apr 26, 2012, at 10:03 AM, christophe.billiottet@webdna.us = wrote: >>>>>>>>>>=20 >>>>>>>>>>> Did you add >>>>>>>>>>>=20 >>>>>>>>>>> #--------------------------------- >>>>>>>>>>> SocketPath run/mod_fcgid >>>>>>>>>>> #--------------------------------- >>>>>>>>>>>=20 >>>>>>>>>>> in your httpd.conf? this is for CentOS. >>>>>>>>>>>=20 >>>>>>>>>>> The WebDNA directives should be at the end on the httpd.conf >>>>>>>>>>>=20 >>>>>>>>>>> You need to restart apache, and WebDNA.fcgi should run right = away. >>>>>>>>>>>=20 >>>>>>>>>>> - chris >>>>>>>>>>>=20 >>>>>>>>>>> On Apr 26, 2012, at 13:52, Michael Davis wrote: >>>>>>>>>>>=20 >>>>>>>>>>>> Ok. Yes. chmod 755 is what I have. Only tried 777 as a = test. Installed mod_fcgi, not mod_fastcgi. >>>>>>>>>>>> Tested which modules are loading via: >>>>>>>>>>>> # httpd -t -D DUMP_MODULES >>>>>>>>>>>> ... >>>>>>>>>>>> fcgid_module (shared) >>>>>>>>>>>> ... >>>>>>>>>>>>=20 >>>>>>>>>>>> The WebDNA folder and it's contents are owned by = apache:apache and the fcgi is mod 755. >>>>>>>>>>>>=20 >>>>>>>>>>>> I've tried putting the WebDNA directives at the root of the = httpd.conf as well as moving them into a container . Same = error either way. >>>>>>>>>>>>=20 >>>>>>>>>>>> Mike >>>>>>>>>>>>=20 >>>>>>>>>>>> On Apr 26, 2012, at 4:50 AM, = christophe.billiottet@webdna.us wrote: >>>>>>>>>>>>=20 >>>>>>>>>>>>> Hi Mike! >>>>>>>>>>>>>=20 >>>>>>>>>>>>> first of all, chmod 755 the fastcgi. Linux will not let a = CGI run under 777 >>>>>>>>>>>>> Did you install mod_fastcgi.so or mod_fcgid? >>>>>>>>>>>>> Did you check the module was loaded by apache (httpd.conf) >>>>>>>>>>>>>=20 >>>>>>>>>>>>> Have you access to your administration with = http://localhost/webdna/ ? >>>>>>>>>>>>>=20 >>>>>>>>>>>>> - chris >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> On Apr 25, 2012, at 22:24, Michael Davis wrote: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Hi all, >>>>>>>>>>>>>> I just followed the directions in the readme file for a = new install on CentOS. Apache didn't have fcgi so I installed it using = yum. Loading a .dna file gives a 403 forbidden error. chmod 777 on = WebDNA.fcgi just to check. Still the same error. What should I try = next? >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>> Mike >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>>>> the mailing list . >>>>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>>>=20 >>>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>>> the mailing list . >>>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>>=20 >>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>> the mailing list . >>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>=20 >>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>> the mailing list . >>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>=20 >>>>>>>>>> --------------------------------------------------------- >>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>> the mailing list . >>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>=20 >>>>>>>>> --------------------------------------------------------- >>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>> the mailing list . >>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>=20 >>>>>>>> --------------------------------------------------------- >>>>>>>> This message is sent to you because you are subscribed to >>>>>>>> the mailing list . >>>>>>>> To unsubscribe, E-mail to: >>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>> Bug Reporting: support@webdna.us >>>>>>>=20 >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list . >>>>>>> To unsubscribe, E-mail to: >>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>> Bug Reporting: support@webdna.us >>>>>>=20 >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list . >>>>>> To unsubscribe, E-mail to: >>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>> Bug Reporting: support@webdna.us >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  2. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  3. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  4. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  5. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  6. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  7. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  8. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  9. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  10. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  11. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  12. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  13. Re: [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
  14. Re: [WebDNA] Installing 7.1.702 on CentOS (christophe.billiottet@webdna.us 2012)
  15. [WebDNA] Installing 7.1.702 on CentOS (Michael Davis 2012)
This item is very important in your config: DefaultMaxClassProcessCount 1 This states that only one engine can run per web server instance.=20 Without this, you can/will have corruption to db files, since they are stored within memory of the FastDNA engine. FastDNA/WebDNA spawns its own threads, and maintains the db within memory. If you have more than one process of FastDNA accessing the same DB files, they will collide, since they don't share the db in the same memory. You can, of course, have multiple FastDNA instances running as long as they process different websites. Meaning, separate virtual hosts. - chris On Apr 26, 2012, at 21:22, Michael Davis wrote: > How significant is it to set DefaultMaxClassProcessCount to 1? >=20 > Mike >=20 > On Apr 26, 2012, at 5:07 PM, christophe.billiottet@webdna.us wrote: >=20 >> No limitations on the freeware and you will find it very fast. But if = you have traffic on your website, the certificate will bring a real = speed jump. >>=20 >> - chris >>=20 >>=20 >>=20 >> On Apr 26, 2012, at 20:55, Michael Davis wrote: >>=20 >>> Yeppers. The rewrite rule did it, just had to put it in a = not a . I think I'm up and running. >>> I have questions. Where can I go to read up on the roadmap where = WebDNA is heading? Is native SQL a gonner? What is the limitation = placed on the freeware? etc. >>>=20 >>> Mike >>> On Apr 26, 2012, at 4:22 PM, Michael Davis wrote: >>>=20 >>>> Ahh. Ok. I had that at the bottom of the conf. Will give it a = try. >>>>=20 >>>> Mike >>>>=20 >>>> On Apr 26, 2012, at 4:15 PM, christophe.billiottet@webdna.us wrote: >>>>=20 >>>>> This is solved with these lines: >>>>>=20 >>>>>=20 >>>>>=20 >>>>> >>>>> RewriteEngine on >>>>> RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>>>> >>>>>=20 >>>>>=20 >>>>> and it has to be written in your vsite (virtual host) container. >>>>>=20 >>>>> - chris >>>>>=20 >>>>>=20 >>>>> On Apr 26, 2012, at 20:05, Michael Davis wrote: >>>>>=20 >>>>>> Another issue has popped up. This also may be a CentOS = peculiarity. Broken auth functionality. That is, admin page will not = let me in using admin:admin. Just keeps asking for username and = password. >>>>>>=20 >>>>>> Anything you can point me at so that I can get this working? >>>>>>=20 >>>>>> Mike >>>>>>=20 >>>>>> On Apr 26, 2012, at 2:41 PM, Michael Davis wrote: >>>>>>=20 >>>>>>> Found the problem. WebDNA ini file had Ubuntu style user = "www-data" instead of CentOS "apache". You may want to add that to your = readme.txt and save the next poor slob from six hours of recon in = hostile territory. >>>>>>>=20 >>>>>>> Mike >>>>>>>=20 >>>>>>> On Apr 26, 2012, at 12:44 PM, christophe.billiottet@webdna.us = wrote: >>>>>>>=20 >>>>>>>> after loading fcgid_module >>>>>>>>=20 >>>>>>>> - chris >>>>>>>>=20 >>>>>>>> On Apr 26, 2012, at 16:02, Michael Davis wrote: >>>>>>>>=20 >>>>>>>>> One other question. Is there a specific place in the conf = where >>>>>>>>> SocketPath run/mod_fcgid >>>>>>>>> needs to go? >>>>>>>>>=20 >>>>>>>>> On Apr 26, 2012, at 10:35 AM, Michael Davis wrote: >>>>>>>>>=20 >>>>>>>>>> Like I first said, I followed the instructions in the read me = file. It was only when that didn't work that I tried a few things like = chmod 777 and moving the directives into a virtualhost container. The = only odd thing I can think of is this is the first time I've used yum to = update or install an apache module. I'm not clear on how it installs = the module, but it doesn't seem to require the LoadModule directive in = the conf file. If I add the LoadModule directive for mod_fcgid.so, = apache reports "[warn] module fcgid_module is already loaded, skipping" = upon restart. >>>>>>>>>>=20 >>>>>>>>>> Apache Error Log reports: >>>>>>>>>> [Sun Apr 22 04:02:58 2012] [notice] FastCGI: process manager = initialized (pid 25907) >>>>>>>>>> [Sun Apr 22 04:02:59 2012] [notice] Apache/2.2.3 (CentOS) = configured -- resuming normal operations >>>>>>>>>>=20 >>>>>>>>>> Don't know what else to look at. >>>>>>>>>>=20 >>>>>>>>>> Mike >>>>>>>>>>=20 >>>>>>>>>>=20 >>>>>>>>>> On Apr 26, 2012, at 10:03 AM, christophe.billiottet@webdna.us = wrote: >>>>>>>>>>=20 >>>>>>>>>>> Did you add >>>>>>>>>>>=20 >>>>>>>>>>> #--------------------------------- >>>>>>>>>>> SocketPath run/mod_fcgid >>>>>>>>>>> #--------------------------------- >>>>>>>>>>>=20 >>>>>>>>>>> in your httpd.conf? this is for CentOS. >>>>>>>>>>>=20 >>>>>>>>>>> The WebDNA directives should be at the end on the httpd.conf >>>>>>>>>>>=20 >>>>>>>>>>> You need to restart apache, and WebDNA.fcgi should run right = away. >>>>>>>>>>>=20 >>>>>>>>>>> - chris >>>>>>>>>>>=20 >>>>>>>>>>> On Apr 26, 2012, at 13:52, Michael Davis wrote: >>>>>>>>>>>=20 >>>>>>>>>>>> Ok. Yes. chmod 755 is what I have. Only tried 777 as a = test. Installed mod_fcgi, not mod_fastcgi. >>>>>>>>>>>> Tested which modules are loading via: >>>>>>>>>>>> # httpd -t -D DUMP_MODULES >>>>>>>>>>>> ... >>>>>>>>>>>> fcgid_module (shared) >>>>>>>>>>>> ... >>>>>>>>>>>>=20 >>>>>>>>>>>> The WebDNA folder and it's contents are owned by = apache:apache and the fcgi is mod 755. >>>>>>>>>>>>=20 >>>>>>>>>>>> I've tried putting the WebDNA directives at the root of the = httpd.conf as well as moving them into a container . Same = error either way. >>>>>>>>>>>>=20 >>>>>>>>>>>> Mike >>>>>>>>>>>>=20 >>>>>>>>>>>> On Apr 26, 2012, at 4:50 AM, = christophe.billiottet@webdna.us wrote: >>>>>>>>>>>>=20 >>>>>>>>>>>>> Hi Mike! >>>>>>>>>>>>>=20 >>>>>>>>>>>>> first of all, chmod 755 the fastcgi. Linux will not let a = CGI run under 777 >>>>>>>>>>>>> Did you install mod_fastcgi.so or mod_fcgid? >>>>>>>>>>>>> Did you check the module was loaded by apache (httpd.conf) >>>>>>>>>>>>>=20 >>>>>>>>>>>>> Have you access to your administration with = http://localhost/webdna/ ? >>>>>>>>>>>>>=20 >>>>>>>>>>>>> - chris >>>>>>>>>>>>>=20 >>>>>>>>>>>>>=20 >>>>>>>>>>>>> On Apr 25, 2012, at 22:24, Michael Davis wrote: >>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Hi all, >>>>>>>>>>>>>> I just followed the directions in the readme file for a = new install on CentOS. Apache didn't have fcgi so I installed it using = yum. Loading a .dna file gives a 403 forbidden error. chmod 777 on = WebDNA.fcgi just to check. Still the same error. What should I try = next? >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>> Mike >>>>>>>>>>>>>>=20 >>>>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>>>> the mailing list . >>>>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>>>=20 >>>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>>> the mailing list . >>>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>>=20 >>>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>>> the mailing list . >>>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>>=20 >>>>>>>>>>> --------------------------------------------------------- >>>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>>> the mailing list . >>>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>>=20 >>>>>>>>>> --------------------------------------------------------- >>>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>>> the mailing list . >>>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>>=20 >>>>>>>>> --------------------------------------------------------- >>>>>>>>> This message is sent to you because you are subscribed to >>>>>>>>> the mailing list . >>>>>>>>> To unsubscribe, E-mail to: >>>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>>> Bug Reporting: support@webdna.us >>>>>>>>=20 >>>>>>>> --------------------------------------------------------- >>>>>>>> This message is sent to you because you are subscribed to >>>>>>>> the mailing list . >>>>>>>> To unsubscribe, E-mail to: >>>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>>> Bug Reporting: support@webdna.us >>>>>>>=20 >>>>>>> --------------------------------------------------------- >>>>>>> This message is sent to you because you are subscribed to >>>>>>> the mailing list . >>>>>>> To unsubscribe, E-mail to: >>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>>> Bug Reporting: support@webdna.us >>>>>>=20 >>>>>> --------------------------------------------------------- >>>>>> This message is sent to you because you are subscribed to >>>>>> the mailing list . >>>>>> To unsubscribe, E-mail to: >>>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>>> Bug Reporting: support@webdna.us >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us christophe.billiottet@webdna.us

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

underscore in variable name (2000) all records returned. (1997) Off Topic: MacOS X Server on iMac (2000) [WebDNA] WebDNA and Coda 2 - Get it up and running... (macOS) (2018) Emailer again & again (1997) default value from Lookup (was Grant, please help me) (1997) WebCatalog Plug-in for Webstar. (1997) Searchable WebCat (etc.) Docs ? (1997) quantity [addlineitem] (2001) WebCatalog complains that the service is not running. (1998) [WebDNA] Databases not staying open (2010) SMSI -What's the deal (2001) [format] (1998) Can't use old cart file (was One more try) (1997) File Upload Problems (HELP!) (2000) How to add product size choices to form? (1997) Auto Submit (2000) Malformred Headers (2000) Unusual characters in the db ... (2002) my price won't move (1997)