close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

image link/upload function failure

Thread began 6/07/2010 11:27 am by Stan.Shaw269802 | Last modified 6/07/2010 6:07 pm by Eric Mittman | 1153 views | 2 replies |

Stan.Shaw269802

image link/upload function failure

I click on the "link" icon and get a pop box which includes the option to "browse server".

When I click on the "browse server" button, i get the following in another pop up window:

Notice: Undefined index: Request_URI c:\...\CMS\HTML\Editor\editor\plugins\kfm\index.php on line 18
The line repeats

What needs to be done?

Sign in to reply to this post

Stan.Shaw269802

I found a response from another thread to add the following code to the pafe with the error, so I added it to the index.php page and it seems to be working:
<?php
if (!isset($_SERVER['REQUEST_URI']))
{
$_SERVER['REQUEST_URI'] = substr($_SERVER['PHP_SELF'],1 );
if (isset($_SERVER['QUERY_STRING'])) { $_SERVER['REQUEST_URI'].='?'.$_SERVER['QUERY_STRING']; }
}
?>

Sign in to reply to this post

Eric Mittman

That is a nice fix for this. I guess your server just does not set this variable the way that the script thinks it should, or it is suppressed for security reasons. Normally this value should contain the script that referred you to the page, but if it is not available setting it to the current page seems like it will work. Let us know if you have any other problems.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...