|
|
Home |
| |
|
News |
| |
|
Members |
| |
|
Downloads |
| |
|
Forum |
| |
|
Documentation |
| |
|
Site Info |
| | |
|
| |
|
|
|
Kies interface taal:
|
|
| |
|
|
|
· 84.100.203.*
· 94.23.208.*
· 70.86.111.*
· 173.179.223.*
· 122.201.80.*
· 188.165.198.*
· 89.184.74.*
· 217.113.51.*
· 216.193.128.*
· 75.125.197.*
NukeSentinel(tm)
|
|
| |
|
|
|
| z |
m |
d |
w |
d |
v |
z |
| |
|
|
1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | |
|
|
|
| |
|
|
|
| PHP-Nuke Nederland: Forums |
|
|
|
|
| Author |
Message |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2838
|
Posted:
Fri 08 Oct 2004 2:08 |
|
Kom je op jouw site een error tegen met een verwijzing naar sql_layer.php regel 286 (of een andere regel), open dan sql_layer.php in root/includes en zoek rond regel 286 voor het volgende:
| Code: |
case "MySQL":
$row = mysql_fetch_row($res);
return $row;
break;; |
En verander dit naar:
| Code: |
case "MySQL":
if ($row = mysql_fetch_row($res)) {
return $row;
} else {
print (mysql_error());
}
break;; |
Dit lost het probleem niet op, maar het beschrijft waar de oorzaak ligt van de error.
BL |
|
|
|
 |
BlueLion
Administrator


Joined: Aug 21, 2004
Posts: 2838
|
Posted:
Tue 14 Dec 2004 8:54 |
|
|
|
 |
|
|
|
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001-2008 phpBB Group
:: Theme & Graphics by Daz :: Ported for PHP-Nuke by nukemods.com ::
All times are GMT + 10 Hours
|
|
|
|
|
|