Gossamer Forum
Home : Products : Others : MySQLMan :

Pamela and Tommy Lee video to who fixes this error

Quote Reply
Pamela and Tommy Lee video to who fixes this error
Ahem....now that I have someone's attention (I posted 3 times on this and never got a response, so)...perhaps we can fix this issue regarding this error message I receive after logging in:

Error: Can't load included file: './header.txt'. Reason: No such file or directory

All the paths in html.pl are set at default. The paths in the .cfg are set at default ( /templates /help) so nothing changed there. URL to the script is right or it wouldn't work. I deleted the header.txt file and uploaded again in ASCII and chmod to 644. Still get the error.

Help, please.



Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
I experienced this problem before...and it deals with the sub _parse_includes routine in the Template.pm file...

Look for my $root = $self->{root};.

Replace it with:

Code:

my $root = "/absolute/path/to/cgi-bin/mysql/templates";


Hope this helps.

Regards,

Eliot Lee Wink
http://anthrotech.com/
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
bummer...it didn't work. Still get the same error message. What's weird is that I'm able to login fine..in fact, I don't log in at all. It skips login and goes right to the database list. Most likely the cookies :)

But, no header. Before, when I was getting the previous error messages pertaining to the .lib files, the header was there. Maybe this will help in determining the problem?

Thanks, Eliot. Hopefully you have some more ideas on how to fix this.


Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
Guess it shows us who's into a bit of porno Smile

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
Paul,

I was trying to help. I could care less about the damn video. How the hell would you know, PAUL??? I suppose your reply was attempt at HUMOR, which you have no clue about! Mad

Regards,

Eliot Lee Wink
http://anthrotech.com/
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
So,anyone that helps him is into porno...lol....Shame I don't know the answer Laugh

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
For pity sake don't take life so seriously. The comment was NOTHING to do with you Eliot.

In Reply To:
??? I suppose your reply was attempt at HUMOR, which you have no clue about!
Yeah thats why I dont work as a comedianWink

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
hehe... the offer was just to get some help since no one replied for the original post. Sorry I had to be sneaky... but it worked!

Eliot, I went back to your suggestion and found another instance of that reference in the template.pm file and changed it also. Now it works! I didn't notice the same line further down.

Oh, and by the way, i'm not a porno king :) But, those who viewed this post may be ;)

Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
Glad you fixed the problem,

I was actually referring to myself in my first post as a bit of a JOKE seeing as I read the thread too....

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Pamela and Tommy Lee video to who fixes this error In reply to
Well, I thought it was funny. And thanks for trying to help. And thanks to Eliot for coming up with the solution.

Everything seems to be working now!