hi there:twisted:
i'm verry new here but i hope that there is sombody here that can help me with the following
i have a fusker script called fusker.ne build in in a verry old xoops engine
i wil use this script again but there is a verry hard to understand sql error
i think the problem is php 5 becouse the script is from 1996
and in that time there was php 4 normal.
this error apears in admin so i cant do annything annymore
so now the code: error
Error Number: 2 [Warning]
Error Message: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
In File: /home/admin/domains/fusker-development.info/public_html/v2/class/database/ez_sql.php
On Line: 477
the page code of that area is:
function fetch_row($resource) {
$result = mysql_fetch_row($resource);
return $result;
}
function fetch_array($resource) {
$result = mysql_fetch_array($resource);
return $result;
}
thanks i hope there is someone that have a solution for me to fix