| Author |
Topic Search Topic Options
|
cheery
Newbie
Joined: 24 December 2008
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Topic: RSS Feeds error after move to Wiz Posted: 30 December 2008 at 1:43pm |
Cute HTML Pro doesn't recognize Cute FTP :(
when I tried to start Cute FTp from the tools menu in Cute HTML Pro, that option wasn't there! Like there's no direct option to START CUTE FTP rather I find a Get Cute FTp option out there. I guess it's a known issue. I found the following directions on internet. This might help you while in the configuration of Cute FTP to use Cute HTML later.
- Start CuteFTP.
- In Tools, go to Global Options.
- Go to Helper Applications, after that clear the Use the integrated HTML editor to edit files check box.
- Go to browse button to the right of the File editor box and browse to the CuteHTML Pro program file and then Open it.
- OK to close Global Options.
when you're done with the configuration using this method; whenever you wish to edit remote files, Cute FTp will by default monitor the temporary files being edited and will also automatically start Cute HTMl Pro.
Hope this helps :)
Edited by cheery - 31 December 2008 at 9:53am
|
 |
supertramp
Newbie
Joined: 01 May 2006
Location: Australia
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 December 2008 at 10:50pm |
WebWiz-Bruce wrote:
I use UltraEditt everyday and have never seen this action. Didn't even know it could do this, ............
|
Wasn't UE. Used the old editor CuteHTML Pro the other day and there it was again. Just thought Id let you know. Cheers
|
 |
supertramp
Newbie
Joined: 01 May 2006
Location: Australia
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 November 2008 at 6:04pm |
I was using CuteHTML Pro. Which I liked but there are a few bugs in it and they have stopped development on the program. Still on the learning curve with UE. There was also a problem with the RTE not loading. That was caused by the same code injection. Any way thanks Bruce everything is going great. Site is V fast which is what we were seeking and we have happy forumites. Now I've got a HDD failing.  Never rains but it poors.
|
 |
MrTWS
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 November 2008 at 6:58pm |
I prefer Araneae - best of all its FREE and Ultra Edit I'm sure is GREAT but like evrything else takes getting used to
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Poole, England
Status: Offline
Points: 7797
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 November 2008 at 7:44am |
|
I use UltraEditt everyday and have never seen this action. Didn't even know it could do this, but probably best of disabling it as often you don't want extra meta tags placed in as they can course all sorts of issues with browsers incorrectly rendering both XML and HTML pages.
|
|
|
 |
supertramp
Newbie
Joined: 01 May 2006
Location: Australia
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 November 2008 at 6:37pm |
|
I recently changed my editor to Ultra Edit. It adds the charset meta in automatically if it's not there. Bugger will have to see how to turn that off.
Funny was never an issue on my old platform, which goes to show that their servers aren't doing the job right.
Thanks Bruce.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Poole, England
Status: Offline
Points: 7797
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 November 2008 at 9:57am |
|
The problem has now been fixed for you.
The issue was that you added the following code into the database_connection.asp file:-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
This then coursed the RSS Feeds to not work, as XML is very strict on page declaration which this extra code broke.
I have removed this extra code for you and instead change the character encoding from UTF-8 to iso-8859-1 in the includes/setup_options_inc.asp file. This has fixed the issue with your RSS Feeds not displaying whilst still allowing the content in your forum to use the
iso-8859-1 page encoding.
|
|
|
 |
supertramp
Newbie
Joined: 01 May 2006
Location: Australia
Status: Offline
Points: 25
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 November 2008 at 8:23pm |
Thanks. Thought that I would try here first. Been giving Bruce a hard time with the databases.
|
 |