|
|
Re:error
|
|
Date: 2006/11/06 06:32
|
By: admin
|
Status: Admin
|
|
|
Karma: 2  
|
|
Admin  | Posts: 42 |  | |
|
Hi, in your case for the first one look for line 54 on settings.php
change
| Code: | $language_page = str_replace($script_dir."/", "", $_SERVER['PHP_SELF']);
|
to
| Code: | $language_page = str_replace($script_dir, "", $_SERVER['PHP_SELF']);
|
for the second one, please check the database. I afraid you didn't finish the database installation.
how do you install this version?
|
|
The administrator has disabled public write access. |
|
|