|
|
#1 |
|
Member
Join Date: Apr 2007
Posts: 65
Rep Power: 9 ![]() |
I have deselected both "Display" & "Require" on Address, City, State & Country. When I register a user I get
Notice: Undefined index: address in /websites/xxxx/v4/userjoin.php on line 202 Notice: Undefined index: city in /websites/xxxx/v4/userjoin.php on line 203 |
|
|
|
|
|
#2 |
|
Moderator
|
This is because you are displaying E-notice warnings for PHP. The script is looking to do something like filter the data for those variables, so it sends a notice out to let you know that something isn't working as it was intended. You can supress these notices by changing the line in init.php. It should be one of the very first lines.
I'm on vacation so I don't have access to the files to give you a best example, but I think you can do this: includes/init.php error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
__________________
Regards, John Snyder TemplateCodes.com �By perseverance, study, and eternal desire, any man can become great.� George S. Patton |
|
|
|
|
|
#3 |
|
Member
Join Date: Apr 2007
Posts: 65
Rep Power: 9 ![]() |
Thats what I like to see. On vacation and still logging into the net, I'm usual banned.
If it's something that can be changed then that should be OK but I'm corect in thinking that I would need Developer to do this? Or can I slip this in above encription code? My plan is to go for Developer with V4 which I realy want to use. Still having problems with PIPEX and uploading pictures so may have to change host as well. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| City Field not showing Bold when browsing ads | sporthorsebreeder | v3.1 Questions & Support | 15 | 09-28-2007 01:17 PM |
| city drop down won't search | NetGirl | v3.1 Questions & Support | 7 | 12-11-2006 12:15 AM |
| Duplicating City Field | GSP | v3.1 Questions & Support | 0 | 11-21-2006 12:22 PM |
| Validating Address - preventing spammers | dawyatt | v3.1 Questions & Support | 1 | 09-13-2006 02:16 PM |
| Show county and city in display. | free2take | v3.0 Questions & Support | 2 | 04-20-2006 04:54 PM |