Closed (fixed)
Project:
Link to content
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 20:39 UTC
Updated:
21 Sep 2007 at 12:17 UTC
Hi,
I followed the install.txt instructions, but keep getting this error when I try to use the module.
"error on retrieving data from module.
SyntaxError
missing ) in paranthetical"
Anybody ever had this same issue?
Comments
Comment #1
stborchertHi.
Did you enable a menu at admin/settings/linktocontent/linktocontent_menu?
I just checked the new version and it worked for me (though thats nothing to rely on :-]).
Comment #2
oprior commentedYep, I had tried enabling all the menus I've got. Still no luck. Help!
Comment #3
oprior commentedI just check the logs after I'd re-selected menus for it to use at "admin/settings/linktocontent/linktocontent_menu" and noticed these two errors:
Referrer https://qclangley.plexio.com/drupal/admin/settings/linktocontent/linktoc...
Message init_theme(./themes/engines/phptemplate/phptemplate.engine): failed to open stream: No such file or directory in /home/oprior/drupal/includes/theme.inc on line 78.
Referrer https://qclangley.plexio.com/drupal/admin/settings/linktocontent/linktoc...
Message init_theme(): Failed opening './themes/engines/phptemplate/phptemplate.engine' for inclusion (include_path='.:/usr/share/pear') in /home/oprior/drupal/includes/theme.inc on line 78.
Comment #4
oprior commentedIt's probably also worth noting that LinktoNode won't even show up on "admin/settings/linktocontent" after enabling it in "admin/build/modules"
Comment #5
ceejayoz commentedSubscribing - I'm getting this too.
Comment #6
stborchertHi.
Now I've finished my final exams I could focus on development again.
#3 looks like a problem of phptemplate (deleted some files by accident?)
Do you have a multisite installation?
Did you notice any error messages during installation? (escpecially linktocontent_node)
Could you please query the database (from console or phpmyadmin):
mysql> select * from variable where name like 'linktocontent_%_plugins'\GOn my system it results in:
formatted for better reading
Please download http://drupal.org/files/issues/ltc.html and edit it:
<form action="http://example.com/?q=linktocontent" method="post">this should point to your drupal installationvalue="linktocontent_node"should bevalue="linktocontent_menu"After editing submit the page and post the results.
greetings,
Stefan
Comment #7
stborchertplease reopen if still active...