View previous topic :: View next topic |
Author |
Message |
Compwizard7 Guest
|
Posted: Thu Jul 11, 2002 6:19 am Post subject: PHP Error That I don't know how to get rid of..... |
|
|
If you go to [url]krill.tk[/url] then you will see the error that i am getting. My friend sent all the exact same scripts to me but he didn't have that error and I reinstalled over and over. We each have everything in the exact same spot, but I still can't fix the error....
Line 348 says...
line 347 if (!file_exists($filename))
line 348 $this->halt("filename: file $filename does not exist.");
line 350 return $filename; |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Jul 12, 2002 3:30 am Post subject: Re: PHP Error That I don't know how to get rid of..... |
|
|
Compwizard7 wrote: | If you go to [url]krill.tk[/url] then you will see the error that i am getting. My friend sent all the exact same scripts to me but he didn't have that error and I reinstalled over and over. We each have everything in the exact same spot, but I still can't fix the error....
Line 348 says...
line 347 if (!file_exists($filename))
line 348 $this->halt("filename: file $filename does not exist.");
line 350 return $filename; |
The error we get is "Notice: Undefined index: page in C:\Program Files\Abyss Web Server\htdocs\template.inc on line 348". Are you asking what is causing that error ? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
Compwizard7 Guest
|
Posted: Fri Jul 12, 2002 4:08 am Post subject: |
|
|
yeah, I don't know how to fix that error and if I know what it is, i might be able to fix it, but if you know what it is please tell, thanks |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Jul 12, 2002 4:14 am Post subject: |
|
|
Compwizard7 wrote: | yeah, I don't know how to fix that error and if I know what it is, i might be able to fix it, but if you know what it is please tell, thanks |
This error is related to the script you are using. So please contact the person who wrote it. It is beyond the scope of the web server support. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
|