Hello, thanks for this module, i just install and have some problem to get it work as the demo you provide
First i add a type with name regular link with no to reciprocal link, then i add a package with regular name and add to the type! when i try to add a node link, it get published but only with description and no way to view link url, i try many type and package, nothing work, only description display! when i edit a node link, it doesn't store the mail or the url, i have to add it twice!
Get error in watchdog
Unknown column 'dwebmast_biladibe.t.vid' in 'on clause' query: SELECT n.package_id, n.name, n.email, n.ipaddress_created, n.ipaddress_changed, n_u.*, p_t.required, p_t.weight, t.reciprocal, t1.title FROM node_link_node n INNER JOIN node_link_package p USING(package_id) INNER JOIN node_link_package_type p_t USING(package_id) INNER JOIN node_link_type t USING(type_id) INNER JOIN node_link_node_url n_u USING(nid, vid, type_id) LEFT JOIN node_link_node_title t1 USING(nid, vid, type_id) WHERE n.nid = 5656 AND n.vid = 5656 ORDER BY p_t.weight dans /home/dwebmast/public_html/includes/database.mysql.inc à la ligne 172.
Comments
Comment #1
dortik commentedWhat database do you use (name + version) ?
Comment #2
toma commentedDrupal 5.8
MySQL 4.1.22
PHP 5.2.6
Web server Apache/2.2.9
Thanks
Comment #3
dortik commentedPlease try new version, I've just uploaded and let me know if it is ok now
Comment #4
toma commentedI try and install the new version, get the same problem
Thanks
Comment #5
dortik commentedPlease attach dump of all tables with name starting with "node_link_", because I can not reproduce it locally and suspect it is issue in installation.
Thank you for assistance.
Comment #6
toma commentedok
Comment #7
dortik commentedI've installed your dump on my machine and executed the following SQL query:
-----------
SELECT n.package_id, n.name, n.email, n.ipaddress_created, n.ipaddress_changed, n_u.*, p_t.required, p_t.weight, t.reciprocal, t1.title FROM node_link_node n INNER JOIN node_link_package p USING(package_id) INNER JOIN node_link_package_type p_t USING(package_id) INNER JOIN node_link_type t USING(type_id) INNER JOIN node_link_node_url n_u USING(nid, vid, type_id) LEFT JOIN node_link_node_title t1 USING(nid, vid, type_id) WHERE n.nid = 5663 AND n.vid = 5663 ORDER BY p_t.weight
-----------
And did not receive any error message, try it by yourself.
I recommend you to try the following steps:
1. Check if you don't have overloaded theme_view function or if you don't have some special treatment of node in your template.
2. Conflict with some module you have installed, try to do the following steps:
A. Install this module on clean drupal 5.x
B. Enable node_link module
C. make tests
If it will work:
D. enable your module one by one and check functionality, this way you can find conflict. If you'll find any, please report it to me, so I'll be able to find a solution.
If it won't work, please let me know.
Thanks
Comment #8
dortik commentedI'm closing this bug, because I can not reproduce it.
If you will have this issue again, please let me know.
Comment #9
toma commentedI try this to a new drupal website, and i get the same error
Comment #10
toma commentedIf you want i can give you a login and admin password to see yourself
Thanks for your module
Comment #11
dortik commentedHave you tried it on fresh drupal without plugins?
Please attach me a list of all plugins you use.
Thanks
Comment #12
avpadernoI am closing this issue, since it is for a Drupal version that is not supported and the project does not have any release compatible with supported Drupal versions.