Thread: cleanup error
View Single Post
  #7  
Old 12th February 2010, 13:18
cop1976's Avatar
cop1976 cop1976 is offline
Senior Member
 
Join Date: May 2009
United Kingdom
Posts: 30
Default
Quote:
Originally Posted by joeroberts View Post
then add just before
PHP Code:
    function sql_fetchfield($field$rownum false$query_id false
Where exactly i have to write this code?
I write before that i don't have that file and in the db2.php i don't have those lines.

PHP Code:
function sql_num_queries($cached false)
    {
        return (
$cached) ? $this->num_queries['cached'] : $this->num_queries['normal'];
    } 
Well, I found, but when I added this code, I now have that errors:

Code:
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 294: include_once(./phpBB3/common.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 294: include_once() [function.include]: Failed opening './phpBB3/common.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 295: include_once(./phpBB3/includes/functions_user.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 295: include_once() [function.include]: Failed opening './phpBB3/includes/functions_user.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 296: include_once(./phpBB3/includes/constants.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /var/www/include/functions_phpBB3.php on line 296: include_once() [function.include]: Failed opening './phpBB3/includes/constants.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')

Fatal error:  Call to undefined function user_delete() in /var/www/include/functions_phpBB3.php on line 303
__________________
http://bvlist.com/images/avatars/signaturepics/sigpic5839_1.gif
Reply With Quote