i am trying created a table on the server called images and when i text to see if the table has been created i get the message table already exists. as i did not develop the rest o the site i thought a table might have been created already called images. i looked through the code and there was no table called images.
i renamed the table any way just for ease and i got the same message. no matter what i change the table name to it tells me the table has already been created.
why would this happen?
it only runs through the code once when this happens so it cannot be trying to create the same table twice?