Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Database Field Editor Error

 

 


AlexPAdams
New User

Oct 29, 2006, 12:10 AM

Post #1 of 6 (1544 views)
Shortcut
Database Field Editor Error Can't Post

I'm running AM 2.01. In the Database Field Editor, the boxes for Database Options, Field Options, and Input Validation are empty. Any idea what is causing this and how I can fix it? Screenshot is attached.
Attachments: empty.JPG (99.2 KB)


Dave
Staff / Moderator


Oct 30, 2006, 4:00 PM

Post #2 of 6 (1531 views)
Shortcut
Re: [AlexPAdams] Database Field Editor Error [In reply to] Can't Post

Hi Alex,

Check your "Program Web Folder URL" under Admin > Server Settings is correct. This is the url to the folder that has css, wysiwyg and javascript folders under it.

It looks like none of the css or javascript files are loading. Your "Program Web Folder URL" would typically be set to something like:

http://www.example.com/artman2/

Let me know if that does the trick.

Dave Edis - Senior Developer
interactivetools.com
 


AlexPAdams
New User

Oct 30, 2006, 9:02 PM

Post #3 of 6 (1528 views)
Shortcut
Re: [Dave] Database Field Editor Error [In reply to] Can't Post

Dave,

I'm afraid that wasn't it. The Program Web Folder URL was correct. Any other ideas?

Thanks,
Alex


AlexPAdams
New User

Oct 31, 2006, 2:41 AM

Post #4 of 6 (1522 views)
Shortcut
Re: [AlexPAdams] Database Field Editor Error [In reply to] Can't Post

You are right about the admin CSS not working, I just hadn't noticed it yet. This is going to cause alot of trouble if it isn't fixed soon. Crazy

I found this in the source of the admin pages.


Code
  <link rel="stylesheet" type="text/css" href="http://pilotnews.net/artman2//css/ui.css" />


That double slash is throwing off the CSS I'm sure, but how is it getting in there and ho can I get it out? The Program Web Folder URL requires an ending slash.

Thanks,
Alex


Dave
Staff / Moderator


Oct 31, 2006, 11:12 AM

Post #5 of 6 (1513 views)
Shortcut
Re: [AlexPAdams] Database Field Editor Error [In reply to] Can't Post

Wow, I haven't seen that before. Usually servers are a lot more forgiving about double slashes. In any case, here's some options for you:

If you have a text editor, you can download the templates and search and replace "$_weburl$/" with "$_weburl$". That will remove all the extra slashes from anything under the web directory.

Or, if you're ok waiting, we should be releasing 2.02 at the end of this week and I'll include the updated templates in there.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com
 


AlexPAdams
New User

Oct 31, 2006, 12:12 PM

Post #6 of 6 (1508 views)
Shortcut
Re: [Dave] Database Field Editor Error [In reply to] Can't Post

That fixed it. Thanks.