From: <La...@Op...> - 2004-05-04 02:36:01
|
Re: w3c (form labels) ------------------------------------------------------------------------ I have a question about "FORM LABELS" and passing the Bobby section 508 accessibility standards. When you run the "bobby" accessibility check at: http://bobby.watchfire.com on: http://phpwebsite.appstate.edu 'Bobby' flags the "user name" and "password" input fields for not having a "label" tag... is there a fix in the cooker for this accessibility issue? (version: 0.9.3-2, "clear" theme) bobby> Section 508 Accessibility bobby> This page does not meet the requirements bobby> for Section 508 Approved status. bobby> Below is a list of 1 Section 508 accessibility bobby> error(s) found: bobby> bobby> Provide an explicit label for each form control. bobby> (2 instances) Lines 470, 472 |
From: darrel <da...@da...> - 2004-05-04 03:56:21
|
I hope this isn't too basic of a question for this group. I'm stuck on the config step. I can't connect to MySQL (get the generic, can't connect to database, try again, PHPWebsite error...) Is there any way to get a more detailed error out of PHPWebsite? I've looked in the MySQL folders and I'm not getting a .err file or anything in the logs about it trying to connect, so I'm guessing it's something (hopefully) obvious on the config-file end of things. Any suggestions or pointers in the right direction appreciated! FYI, it's my box, so I have full access to it. I'm connecting via 'localhost' and have checked and double checked that the username/pwd/database name are all correct. I'm running Linux Mandrake. -Darrel |
From: Ken N. <ke...@co...> - 2004-05-04 04:07:56
|
The first thing I would check is to see if you have php-mysql installed for Apache. I fought for hours one day to get config to work, but (oddly enough) it never did. I could connect to MySQL via CL and via MySQLcc, but not through phpWebSite. I installed php-mysql and VOILA! It wErked! On Mon, 2004-05-03 at 23:55, darrel wrote: > I hope this isn't too basic of a question for this group. > > I'm stuck on the config step. I can't connect to MySQL (get the > generic, can't connect to database, try again, PHPWebsite error...) > > Is there any way to get a more detailed error out of PHPWebsite? I've > looked in the MySQL folders and I'm not getting a .err file or > anything in the logs about it trying to connect, so I'm guessing it's > something (hopefully) obvious on the config-file end of things. > > Any suggestions or pointers in the right direction appreciated! > > FYI, it's my box, so I have full access to it. I'm connecting via > 'localhost' and have checked and double checked that the > username/pwd/database name are all correct. I'm running Linux > Mandrake. > > -Darrel -- Kenneth Nordquist http://communitygems.com |
From: darrel <da...@da...> - 2004-05-05 04:46:27
|
>The first thing I would check is to see if you have php-mysql installed >for Apache. I fought for hours one day to get config to work, but >(oddly enough) it never did. I could connect to MySQL via CL and via >MySQLcc, but not through phpWebSite. I installed php-mysql and VOILA! >It wErked! Ooh! Had my hopes up there for a minute. I didn't have php-mysql installed. Installed it, restarted mySQL and HTTPD, but, alas, still can't connect. Thanks for tip, though. Any other suggestions as to how to go about finding the culprit? -Darrel |
From: Matthew M. <ma...@tu...> - 2004-05-04 11:54:16
|
Yes I can take a look at that. Matt On Mon, 2004-05-03 at 22:40, La...@Op... wrote: > Re: w3c (form labels) > ------------------------------------------------------------------------ > I have a question about "FORM LABELS" and > passing the Bobby section 508 accessibility standards. > > When you run the "bobby" accessibility check at: > http://bobby.watchfire.com > on: > http://phpwebsite.appstate.edu > > 'Bobby' flags the "user name" and "password" input fields > for not having a "label" tag... > > is there a fix in the cooker for this accessibility issue? > > (version: 0.9.3-2, "clear" theme) > > bobby> Section 508 Accessibility > bobby> This page does not meet the requirements > bobby> for Section 508 Approved status. > bobby> Below is a list of 1 Section 508 accessibility > bobby> error(s) found: > bobby> > bobby> Provide an explicit label for each form control. > bobby> (2 instances) Lines 470, 472 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |