Need help with error!

Hi,
I changed the following pages in the directory/ and directory/siteadmin:

edit.php
profile.php
register.php
register2.php

In the registration area and here(http://www.mellocallist.com/directory/info.php?id=2) I wanted it say License number, Certification, Business Started and Practicing Since. So I changed it in the following directories above. It use to be: college instead of License number, Law school instead of certification, graduation year instead of business started and birth year instead of Practicing since.

When I go in the admin area and try to add” a member” it gives me an error message that say : Unknown column ‘licensenumber’ in ‘field list’

To add a member you go to add a member put in all the information and hit submit and then hit the edit button to add the other information. That’s when you will see the error message.

Probably in the mysql statement “SELECT”, the “licensenumber” is not found in the tables of the “SELECT”.

But it is an assumption, you should put the php code to find the error

Sponsor our Newsletter | Privacy Policy | Terms of Service