PHP Warning: module(./pafiledb/modules/pa_.php)

Posted:
Sat Feb 17, 2007 4:59 pm
Author: tekguru
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version: MySQL Version: What was done before the problem appeared? What was done to try to solve the problem? De.scription and MessageAnyone any ideas on how to fix the following error which shows up on the server:
- Code: Select all
PHP Warning: module(./pafiledb/modules/pa_.php) [<a>function.module</a>]: failed to open stream: No such file or directory in /home/windows/public_html/pafiledb/includes/functions_pafiledb.php on line 45
Re: PHP Warning: module(./pafiledb/modules/pa_.php)

Posted:
Sat Feb 17, 2007 8:43 pm
Author: Teelk
Does the file pafiledb/includes/functions_pafiledb.php exist?
Re: PHP Warning: module(./pafiledb/modules/pa_.php)

Posted:
Sun Feb 18, 2007 2:02 am
Author: tekguru
It does, all 55Kb of it <img> I did check that first.
I'm also getting other errors of:
- Code: Select all
PHP Warning: main() [<a>function.include</a>]: Failed opening './includes/lite.php' for inclusion (include_path='../m2f/includes/pear/:../../m2f/includes/pear/:.:/usr/lib/php:/usr/local/lib/php') in /home/windows/public_html/includes/functions_portal.php on line 32
and
- Code: Select all
PHP Warning: main(./includes/lite.php) [<a>function.main</a>]: failed to open stream: No such file or directory in /home/windows/public_html/includes/functions_portal.php on line 32
Re: PHP Warning: module(./pafiledb/modules/pa_.php)

Posted:
Sun Feb 18, 2007 12:59 pm
Author: Teelk
Sorry, I was really tired when I replied to your post. What the error is actually saying is that it can't find the file which is called from within the file it's stating.
So, on line 32 of functions_portal.php it's looking for includes/lite.php, does that file exist, or is it corrupted etc.?
The pafiledb error is looking for a dynamicly generated file, so it's looking for one of the files in pafiledb/modules/ folder and can't find it. Try uploading that folder again.

Posted:
Sun Feb 18, 2007 2:54 pm
Author: tekguru
Cheers Teelk, it does look like the file had corupted as when open live via FlashFTP it appeared to be sort of double spaced - I've now reuploaded it so we will see how it goes.
On the pafieldb problem I've reuploaded the modules folder and we will see how it goes this time around.
Thanks again!