database permissions
I have a family site that allows users to post and view recipes. The process has an entry page that has a form to enter the recipe; a preview page to see the layout of the information given in the form; an insert page that inserts the information into the database and a view page allows users to search for and view the recipes and also gives a list of all recipe titles. Everything was working fine until the server was updated. Now all the files work except the pages to view the recipes and an admin page to edit or delete recipes. These are the only pages that read from the database. I am quite sure it is the permissions, but can't think what would affect only pages getting information from the database. Any ideas?
|