I am using D5.20 ver , and usernode 5.x-1.4 uploaded and enabled then it is encountering the following error. i din't even do any configuration or change.

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */' at line 5 query: CREATE TABLE if not exists usernode ( nid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, PRIMARY KEY(uid,nid) ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in C:\wamp\www\network1\includes\database.mysql.inc on line 174.
user warning: Table 'network1.usernode' doesn't exist query: SELECT un.* FROM usernode un LEFT JOIN node n ON un.nid = n.nid WHERE n.nid IS NULL in C:\wamp\www\network1\includes\database.mysql.inc on line 174.
user warning: Table 'network1.usernode' doesn't exist query: SELECT u.* FROM users u LEFT JOIN usernode un ON u.uid = un.uid WHERE un.nid IS NULL AND u.uid != 0 LIMIT 0, 100 in C:\wamp\www\network1\includes\database.mysql.inc on line 174.

The following Modules just i enabled not even configured
Automatic Nodetitles
Buddylist
CCK
Contemplate
Date
Guestbook
Link
Node Profile
Node family
Panels
Subform Element
Private message
Views
Token
User node

can any one solve my issue
Thanks

Comments

Pomliane’s picture

Status: Active » Closed (won't fix)

This version of Usernode is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.