Hi again.
I have now a fresh download. Have done it all right. Upgraded databases, configured the site, connected it to the databases, deleted the docs file ... and now get this message on the main page of the admin page :
| Code: |
Warning: include(../include/lang/.php) [function.include]: failed to open stream: No such file or directory in /home/user/public_html/links/admin/main.php on line 12
Warning: include(../include/lang/.php) [function.include]: failed to open stream: No such file or directory in /home/user/public_html/links/admin/main.php on line 12
Warning: include() [function.include]: Failed opening '../include/lang/.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/links/admin/main.php on line 12
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/user/public_html/links/admin/main.php:12) in /home/user/public_html/links/admin/main.php on line 14
|
and from the main.php the lines from 10 to 14 referred above are those :
| Code: |
include("../include/common.php");
$language = $gl["Language"];
include("../include/lang/$Language.php");
include("../include/session.php");
session_start();
|
And the mail site does not apear at all and and I get this message :
| Code: |
Not Found
The requested URL /links/directory/ was not found on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
|
Any idea what has to be changed to make it run? Something at the configuration file or something at the directory have I forgot?