Broken PHP Code...any help?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Julez1054
Forum Newbie
Posts: 2
Joined: Sun Apr 11, 2010 7:48 pm

Broken PHP Code...any help?

Post by Julez1054 »

So about two years I built this website. Unfortunately there's been some PHP issues that I can't seem to fix. I had a friend of mine help build the site since I'm more of a graphic designer, i did all the design and she helped me with the coding, especially with the PHP coding - Im really having an issue with all these broken pages that got tremendously screwed up and i can't seem to get a hold of her and I'd really like to get the issues fixes, especially since this is an official website, and I use it for my portfolio and I don't want to have it looking all wacked out....I'm going to post some links and maybe one of you experts or skilled php coders could help me out? I can't do code much, and I'd be willing to put trust in someone that may fix it for me if its not to complicated? I really would love the help - i'm running out of options :(

Here are the links that seem to be all screwy....if u know what's up let me know, please!

http://www.tanoaireed.com/tanoai/bio/tanoai-bio.php
http://www.tanoaireed.com/fans/fotm/200 ... 8david.php
http://www.tanoaireed.com/fans/fotm/200 ... yvette.php
http://www.tanoaireed.com/website/links/sitelinks.php
http://www.tanoaireed.com/website/linkt ... hesite.php

Maybe someone could help? Thanks guys.
solid
Forum Commoner
Posts: 28
Joined: Wed Aug 12, 2009 11:56 am

Re: Broken PHP Code...any help?

Post by solid »

The error on the first page is simply stating that the file tanoai/wp/wp-content/themes/default/footer.php should be there, but isn't. Just FYI, you will probably get a better response if you post specific errors in your thread. The easier you make it for others to help, the more you will find other willing to help :)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Broken PHP Code...any help?

Post by Jonah Bron »

The first two or three looks like they're trying to include a non-existent file. Go to the line the error gives you and see if the file being referenced exists.
Julez1054
Forum Newbie
Posts: 2
Joined: Sun Apr 11, 2010 7:48 pm

Re: Broken PHP Code...any help?

Post by Julez1054 »

so how can i fix that broken link? what should I do...? sorry im new here, so i wasn't really sure where to post this!
Post Reply