Active
Project:
Site tours with Amberjack
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
28 Jan 2009 at 23:45 UTC
Updated:
8 Oct 2018 at 11:15 UTC
Jump to comment: Most recent
Comments
Comment #1
stefano73 commentedCan you try the latest 6-x recommended release? http://drupal.org/node/366429
Comment #2
Anonymous (not verified) commentedInstalled the latest and had the same results
A thought I am using on my testbed which is located at
http://testdomain.mydomain.com
so it is in a subdomain, Could that be the issue
The url for a tour when the tour is selected (and screen greyed) is
http://testdomain.mydomain.com/mypath1/mypath2?tourId=2&skinId=black_beauty
with ?tourId=2&skinId=black_beauty
being appended
I can access the list of tours, and edit them without any problems
Comment #3
stefano73 commentedCan you copy and paste here a couple rows of the tour HTML code in the page? Scroll down the source code of your page, It's located in the page footer.
Comment #4
Anonymous (not verified) commentedI think this is the bit your looking for
Comment #5
Anonymous (not verified) commentedCause identified
I had been putting the complete URL instead of the bit after www.mydomain.com/
ie i was putting
www.mydomain.com/node/12568
when i should have put
node/12568
Comment #6
stefano73 commentedYes, the page url must be a relative url, I'm going to write this in the description of the form element.
Thanks for your feedback.