Really big problem plz 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
bigmage102
Forum Newbie
Posts: 4
Joined: Tue Aug 03, 2010 2:03 pm

Really big problem plz help

Post by bigmage102 »

hey i am getting some error's at my upload page that i got from a friend you can see it here http://ak-37.com/upload it should look like http://www.hotshare.net/ but how do i fix all that error's i can't get it to work
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Really big problem plz help

Post by JakeJ »

Why am I inclined NOT to click on those links?

If you'd really like help, please post some code and be specific about the errors.
bigmage102
Forum Newbie
Posts: 4
Joined: Tue Aug 03, 2010 2:03 pm

Re: Really big problem plz help

Post by bigmage102 »

you can see the errors on the website and here are the files the error's are in

http://ak-37.com/adodb-mysql.inc.txt

http://ak-37.com/Smarty.class.txt


that's the 2 files with error's in
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Really big problem plz help

Post by JakeJ »

The first error could very well be causing the rest of the errors.

Go to your line 358 of the file specified in the error. You've used too many parameters. And since the connection isn't successful, it could be causing the failures below it.

The other question is, why are you using mysql_pconnect()? Why do you need a persistent connection rather than just connecting when the script is run?
bigmage102
Forum Newbie
Posts: 4
Joined: Tue Aug 03, 2010 2:03 pm

Re: Really big problem plz help

Post by bigmage102 »

i have not made the script so i have not used mysql_pconnect and that but can you plz fix the files or say what i should remove or edit because im not really php scripter
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Really big problem plz help

Post by JakeJ »

The problem is not in the files you linked to. The problem is in the file named 'adodb-mysql.inc.php'.

Since I don't have access to that file, I can't help you correct it.
bigmage102
Forum Newbie
Posts: 4
Joined: Tue Aug 03, 2010 2:03 pm

Re: Really big problem plz help

Post by bigmage102 »

i now the error is in that file but i renamed it to txt and uploaded it so it is http://ak-37.com/adodb-mysql.inc.txt but there are nothing were it say's the error is
thanks for you time but i got another person to help me so it's working now
Post Reply