Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
AM obfuscates ampersand in URL to ASCII code.

 

 


Silvatti
User

Oct 3, 2006, 12:26 PM

Post #1 of 3 (1967 views)
Shortcut
AM obfuscates ampersand in URL to ASCII code. Can't Post

So I'm creating a new category for Arts & Entertainment using the filename:

../Topical/Arts_&_Entertainment/index_1.php

The problem AM is having is with the ampersand in he url.
I'm getting the following error:


Quote
Publishing Error

The program cannot create or write to the file:

/home/sharedin/public_html/Library/publish/../Topical/Arts_&_Entertainment/index_1.php

Please ask your server administrator to make sure the publish directory and publish file(s) are writable.


I might just change the directory name, but is there a way to get AM to read the ampersand in the url as intended w/o converting it to "&"?


ross
Staff / Moderator


Oct 3, 2006, 1:33 PM

Post #2 of 3 (1965 views)
Shortcut
Re: [Silvatti] AM obfuscates ampersand in URL to ASCII code. [In reply to] Can't Post

Hi there.

Thanks for posting!

I have been playing around with this and am running into the same thing as you. I don’t actually think this is specifically an Article Manager problem though as special characters can cause problems on any page when it comes to file names. It’s basically being URL encoded which is what happens to any link.

What I think would work best here is to replace the ampersand with the word “and”. Does that sound like it would work?

Let me know what you think Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



Silvatti
User

Oct 3, 2006, 1:42 PM

Post #3 of 3 (1963 views)
Shortcut
Re: [ross] AM obfuscates ampersand in URL to ASCII code. [In reply to] Can't Post

I think I'll do just that. It's a minor adjustment, after all. Thanks!