• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

PHP / mySQL question

D3rk

n00b
Joined
Nov 22, 2005
Messages
31
Guys, I am having an extremely strange issue. When accessing a page through an SSL connection (HTTPS) this XML page will not load and produces this error
"<b>Fatal error</b>: Call to undefined function: fetchrow() in <b>/home/dletson/public_html/vision/htdocs/xml_data/xml_std_tasks.php</b> on line <b>37</b><br />"
But the page loads fine in a standard HTTP connection.

This i the line that's generates the error and halts the page from loading.
while ($task =& $res->fetchRow(DB_FETCHMODE_ASSOC))

So, what gets me is why fetchrow() is defined using standard HTTP, but not through and SSL connection...

P.S.--I tried fetchInto and receive the same problem.
 
Back
Top