Set HomePage Add To Favorites
 
Login
Username :  
Password :  
   
   
Register!
Forget Password?
DataLife Engine English Support » ۞ Requests » Please Help Me?
Menu
Ask A Question Submit A Site
Add News Learn Pedia
 
DataLife Engine Support
Advanced Search
Last News
Calender
«    July 2009    »
 
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
31
 
Categories
Bookmark Us

Enter your email address:





Delivered by Learn Pedia

Archives
February 2009 (41)
January 2009 (1)
December 2008 (22)
November 2008 (50)
October 2008 (57)
September 2008 (33)
Top Atricles
Random Atricles
» Mail Pedia Web2 Template - English
» Add Forum Topics URL In Google SiteMap
» mysql Fatal error
» i have an error
» DataLife Engine 7.5 Final Full English With Modules By DLE-Supp ...
» Category List Module
» Upon adding an Article - receive mySQL error
» i have problem in add new
» Please Help Me?
» Insufficient Filtering Of Incoming Data - And How To Fix This B ...
Last Comments
Author: rexhep-bunjaku
Article: Last Comments
Author: firefoxs
Article: Site Info
Author: gh0st_vnn
Article: Donate Us
Author: gh0st_vnn
Article: Tree Menu Category
Last Registered Users
LORDD93
dalipi
kadim12
Grumpy
chronozaur
martin2142
gigstick
VUSANA
noex14
djrony
Site Info
Top Contributors:
  1    DLE-Support 82
  2    Almog1006 11
  3    Gucio 10
  4    payhack 8
  5    ska_defender 8
  6    perzefi 7
  7    invetalcom 6
  8    Najx 5
  9    sareea 5
  10    alnoah 4


Articles:
  This Hour: 0
  Today: 0
  This Month: 0
  All Time: 299


Membership:
  Registered Today :0
  This Hour:0
  This Month:0
  Total:2874
  Banned:0
Online Users
Online Now:
Users: 0
Not Online.

Robots: 2
YandexYahoo

Guests: 16
Total: 18

Last 20 Users:
Users: 20
3mperorr Beyzie
bikeydz caotiendat
djmaster dtvcomputer
elsadat giangkoi
k-swar legend
Mareczek124 mido the king
mrdayganteng nail005
nemesis2081 parasite69
rexhep-bunjaku stalkerfiesta
TastaturA ufofaflik

Our Friends
» Free Calls All Over The World
» Rapidshare Movies
» HeyCheckThis
» Time4DownLoad
» khailTamasha
» DataLife CMS Support
» 4Down Online
» Slimwarez.com
» Soft DDL
» Free EBooks
» Ekelid
» DzPro
» DDLArea.com
» RSS Feeds Submission Directory
» CentralDDL
» Yalll.Com
» Be-Share.com
» PC-Urgent
» lyellowDDL
» ArbDownLoad.CoM
» BecoMon
» Learn Pedia
» PayHack
» Th4zone Site
» DownLive
» Arslan178 Program Portalı
» All About Mails
» Free Pedia
» Up To Fly
Information
Respected Webmaster, you examine the DataLife Engine test page. Current version 7.5 English (By DLE Support)
 

 

۞ Requests : Please Help Me?
 
My Problem is

User Group List Page Error

Warning: mysql_fetch_assoc(): 14 is not a valid MySQL result resource in /home/xxxxx/public_html/engine/classes/mysql.class.php on line 100

My Dle Version : 7.3

 
 
 
Dear visitor, you went to the site as an unregistered user. We encourage you to register or enter the site under your name.
 
 
 
 
 (Votes #: 0)
Comments (2)  [Print]
 
 
#1 Author: DLE-Support
 



Group: Administrator
Joined: 22.08.2008
Try this

- Open: engine/inc/mysql.class.php

- Find:

function get_array($query_id = '')
    {
        if ($query_id == '') $query_id = $this->query_id;

        return mysql_fetch_array($query_id);
    }


- Replace with:

function get_object($query_id = '')
    {
        if ($query_id == '') $query_id = $this->query_id;

        return mysql_fetch_object($query_id);
    }


------------------------------------------------------------------

- Find:

function get_array($query_id = '')
    {
        if ($query_id == '') $query_id = $this->query_id;

        return mysqli_fetch_array($query_id);
    }


- Replace with:

function get_object($query_id = '')
    {
        if ($query_id == '') $query_id = $this->query_id;

        return mysqli_fetch_object($query_id);
    }


--------------------
 
 
Posts: 82 | Comments: 443    
 
 
#2 Author: nkaykut
 



Group: Member
Joined: 6.10.2008
i'am change engine/inc/mysql.class.php/mysql.class.php in text but error go on
 
 
Posts: 1 | Comments: 2    
 
 
Information
 
Members of Guest cannot leave comments.