View previous topic :: View next topic |
Author |
Message |
Kevin_000 -
Joined: 30 May 2007 Posts: 10
|
Posted: Thu May 31, 2007 8:15 am Post subject: PHPbb2 Errors |
|
|
Just awile moment ago i was haveing trouble with php_???.exe crashing
now it seems to work all on it's own i did nothing to fix it...
but now when i load my "PHPbb" install script i get the fallowing errors ....
Along with A broken up GUI for the install form..
Can anyone help -please I have never seen PHP act this way..
P.S. I'm using PHP 5 and abyss web server x1 v 2.4
Thanks.
// begin error ----->
Warning: include(./../language/lang_english/lang_main.php) [function.include]: failed to open stream: No such file or directory in Z:\Root\jj\forum\install\install.php on line 467
Warning: include() [function.include]: Failed opening './../language/lang_english/lang_main.php' for inclusion (include_path='.;C:\php5\pear') in Z:\Root\jj\forum\install\install.php on line 467
Warning: include(./../language/lang_english/lang_admin.php) [function.include]: failed to open stream: No such file or directory in Z:\Root\jj\forum\install\install.php on line 468
Warning: include() [function.include]: Failed opening './../language/lang_english/lang_admin.php' for inclusion (include_path='.;C:\php5\pear') in Z:\Root\jj\forum\install\install.php on line 468
Warning: opendir(./../language) [function.opendir]: failed to open dir: No such file or directory in Z:\Root\jj\forum\install\install.php on line 633
Warning: readdir(): supplied argument is not a valid Directory resource in Z:\Root\jj\forum\install\install.php on line 636
Warning: closedir(): supplied argument is not a valid Directory resource in Z:\Root\jj\forum\install\install.php on line 647
// <----- end error |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jun 27, 2007 10:32 pm Post subject: Re: PHPbb2 Errors |
|
|
Kevin_000,
It seems that you have not copied all the files of PhpBB or that some of them are not in their right locations. Try copying PhpBB files again while preserving the structure of subdirectories and their contents. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Kevin_000 -
Joined: 30 May 2007 Posts: 10
|
Posted: Thu Jun 28, 2007 4:19 am Post subject: |
|
|
I don't know quite what you mean by "preserving the structure of subdirectories and their contents."
I run my own server and i just copyed everything from the zip file into the root of my server.
Is this the wrong way or do i need to use an FTP client anyways.
Thanks Kevin. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 28, 2007 10:27 am Post subject: |
|
|
Kevin_000 wrote: | I don't know quite what you mean by "preserving the structure of subdirectories and their contents." |
We mean that if the Zip contains files x, y, z in the first level and a subdirectory called w and that this one contains files a, b, and c, when you copy/extract the zip, you must have x, y, z in the first level and a subdirectory called w and that this one contains files a, b, and c (and not x, y, z, a, b ,c in the same directory). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Kevin_000 -
Joined: 30 May 2007 Posts: 10
|
Posted: Thu Jun 28, 2007 10:38 am Post subject: |
|
|
Thanks for the clarification.. I checked and it seems that all the directories are where they should be. I compared them to another computer that has
PHPbb installed and running (I installed it awhile back). do you think that because I had php 5 installed before I installed the prepackage that my system is creating the conflict. meaning maybe old PHP 5 left some entries
in the registry that make it seem there is still a different version installed and that is why I keep getting the errors.
Thanks in advanced for all your help. |
|
Back to top |
|
 |
|