PDA

View Full Version : catagories


poolbizz
10-01-2006, 08:47 PM
can not create catagories this is the error

Warning: Missing argument 2 for fetch_query_sql() in /includes/functions.php on line 822
Database Error Database error
The Keyreef.com database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the www.keyreef.com home page, then try to open another page.
* Click the Back button to try another link.

The www.keyreef.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

Brian
10-01-2006, 08:56 PM
Could you please view the source of that page and post it here?

Our Sponsors
 

Brian
10-02-2006, 01:07 PM
A fix for this has been posted in the bugs forum here.
http://www.vbadvanced.com/forum/showthread.php?t=18054

poolbizz
10-02-2006, 03:05 PM
Could you please view the source of that page and post it here?

here's the source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr" lang="en">
<head>
<script type="text/javascript">
<!--
// get out of any containing frameset
if (self.parent.frames.length != 0)
{
self.parent.location.replace(document.location.href);
}
// -->
</script>
<title>Keyreef.com Admin Control Panel</title>
</head>

<frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">

<frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
<frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
<frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" />
<frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" />
</frameset>
</frameset>

<noframes>
<body>
<p>Your browser does not support frames. Please get one that does!</p>
</body>
</noframes>
</html>

Our Sponsors
 

Brian
10-02-2006, 04:13 PM
Did you try the fix in the thread posted above?

poolbizz
10-02-2006, 06:29 PM
Did you try the fix in the thread posted above?

yes it worked thanks