wordpress and my OWN db calls conflicting….
-
Hey everyone. I am working on a site and need some help. My site has a good number of db/php calls to fields in my database in the header, footer, sidebar (of the site, not wordpress). However, I am creating my theme and wrapping my code around the wordpress “core” i guess you can say..
While wordpress is working just fine now (posts show up, i can navigate), all of my references to my database (and they are the SAME database) are coming up with the following:
Warning: mysql_query() [function.mysql-query]: Access denied for user ‘nobody’@’localhost’ (using password: NO) in <insert path here> on line 9
Does anybody have any ideas on this or can point me in the right direction?
- The topic ‘wordpress and my OWN db calls conflicting….’ is closed to new replies.