|
|
|
error
|
|
Date: 2006/11/05 21:00
|
By: knival
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 4 |   | |
|
Hi, script showme this error:
Warning: require_once(/home26b/sub001/sc23293-QFGS/www//languages/en/lang-/index.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home26b/sub001/sc23293-QFGS/www/includes/settings.php on line 55
Fatal error: require_once() [function.require]: Failed opening required '/home26b/sub001/sc23293-QFGS/www//languages/en/lang-/index.php' (include_path='.:/imports/php5/lib/php/') in /mounted-storage/home26b/sub001/sc23293-QFGS/www/includes/settings.php on line 55
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:error
|
|
Date: 2006/11/06 06:23
|
By: knival
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 4 |   | |
|
ready, I fixed this problem but now mi problem is showme this error into index.php :
Warning: Invalid argument supplied for foreach() in /mounted-storage/home26b/sub001/sc23293-QFGS/www/login-box.php on line 13
| Code: | Warning: Invalid argument supplied for foreach() in /mounted-storage/home26b/sub001/sc23293-QFGS/www/show-new-member.php on line 12
|
mi site is www.reventadas.com
thanks, this script is very good.
|
|
The administrator has disabled public write access. |
|
|
|
Re:error
|
|
Date: 2006/11/06 06:32
|
By: admin
|
Status: Admin
|
|
|
Karma: 1  
|
|
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. |
|
|