|
User Details |
message
|
|
cameron ferris
post date:
2010-03-04 08:03:39
|
Hi Guys,
Not used the extention for a while and when i came to use it today it was showing as the demo version.
So i deleted everything and reinstalled the full version and dreamweaver now showing image show working perfectly.
By the way i have cleaned the cache with dreamweaver closed but when i do an upload i get the following errors and no image show.
Error: xtdProBannerLayout is not defined
Source File: http://www.portmanevents.com/site/
Line: 25
Error: render_xtd_ispro is not defined
Source File: http://www.portmanevents.com/site/
Line: 116
http://www.portmanevents.com/site/
i have the includes folder uploaded at the same level as the index file
i already have sites working with the extension like http://www.brownsofleigh.eu/bathrooms.html
most grateful for some quick help please
|
|
|
cameron ferris
post date:
2010-03-05 04:30:39
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-03-05 05:33:35
|
Hello,
You said that you have uploaded the includes folder at the same level with the index file. However, in code the url to the script has "../../" at the start. So it checks for the includes folder two levels up.
You have to either move the includes folder or change the URL's from the page.
Regards,
Andrei
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-03-05 05:35:01
|
Just remembered. If you change the code you also need to change here:
xtdProBannerLayout("xtdProBanner1","../../")
and make it:
xtdProBannerLayout("xtdProBanner1","")
Regards again,
Andrei
|
|
|
cameron ferris
post date:
2010-03-05 05:46:51
|
im happy just to do it whatever you suggest is the easiest way.
the folder structure i uploaded was the way the image show created it.
using ftp can i just move the includes and what level should they be on.
thank you
|
|