Questions
What I can't download anything from the ftp ?
Once I log in the FTP Navigator, no files or folders show up. What is the problem?
How can I configure the FTP Navigator to use passive connections?
How can I change the limit of the file sizes that can be uploaded?
I haven't received the email with the download link or I lost the download link. How can I get it?
Are there alternative payment options?
Do you include a multi-site license with the single purchase?
Can I pay using my credit card ?
Are these extensions MAC compatible ?
Are these extensions ready for Dreamweaver CS4?
I'm getting this error message "Is not possible to create data structure.". What's happening?
I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?
Answers
What I can't download anything from the ftp ?
Once I log in the FTP Navigator, no files or folders show up. What is the problem?
How can I configure the FTP Navigator to use passive connections?
How can I change the limit of the file sizes that can be uploaded?
That limit is affected by the maximum upload size defined in the PHP configuration (the default value is 2MB).
If you have access to your PHP.INI file you can modify that limit in the "upload_max_filesize" setting into the "File Uploads" section. If you don't have access to the PHP.INI file you need to ask to your web hosting support about that setting.
Note that there are other server configurations that can affect this limit, example: the script timeout defined in the web server and the memory reserved for the PHP process.
Flex applications (as our FTP Navigator) makes tranfers in MIME request with "final boundary missing", and in some ISP with Linux Servers is required to create a .htaccess file with the following two lines:
SecFilterEngine Off
SecFilterScanPOST Off
Publish the .htaccess file in the TE_FTPNavigator directory.
If you have more than one extension manager installed in your computer, then open the version related to the Dreamweaver version where you want to install the extension and open the .MXP file from there.
I haven't received the email with the download link or I lost the download link. How can I get it?
Are there alternative payment options?
Do you include a multi-site license with the single purchase?
Can I pay using my credit card ?
Are these extensions MAC compatible ?
Are these extensions ready for Dreamweaver CS4?
Yes, our extensions are compatible with the most recent Dreamweaver versions.
We also support older Dreamweaver versions, usually Dreamweaver MX, MX 2004, DW 8, CS3 and CS4.
If you are testing your page directly from your local hard disk in IE 7, this message appears:
"To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options."
In IE 7 this message appears when you test a web page that contains a script or Flash item directly form your local hard disk. When you upload your page to an online web server that message does not appear.
The address from a web server must start with http:// or https:// . On the other hand if the address start with C:\ or file:// then you are testing it from your local hard disk.
Just upload your web page to your web site and you will see that the error disappears.
I'm getting this error message "Is not possible to create data structure.". What's happening?
Please, change the "Links relative to" setting in the site configuration options (Dreamweaver 8 or later).
If this setting does not solve the problem, then follow these steps:
I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?