Invalid Calendar Access using MySQL DB
I was successful in creating a MySQL Db for my PHP Calendar. I successfully ran the setupSQL.php and have received a successful connection message from my Setup screen in the database link.
Yet, when I go to Events/index.php or try to display connection, I get an Invalid Access Message everytime I access the db. On the Events/index.php, it says Invalid Access - 8 when I display calendar. Oddly enough, I can click on Add Event, it will save changes, still showing Invalid Access - 8. If I go look at DB in PHPAdmin on my web site, I can see the table and records added.
When I try to display in Calendar.php, I get Invalid Access - 12 message displaying.
Is there some place other than setup.php where I need to set the user name/password to access the db? Is that why these invalid access messages are coming?
Is there a place where I can get a list of what the Invalid Access codes are? What does an 8 mean? what does a 12 mean, etc.
Any information would be helpful. I would like to get this calendar running on mysql db.
|