+ Reply to Thread
Results 1 to 8 of 8

Thread: Insert Image not working

Hybrid View

  1. #1

    Question Insert Image not working

    I upgraded from 1.8.3c (was working fine) to 1.9.0a and everything works except for inserting an image using all 3 editors. When I want to insert an image the "loading" dialog never finishes and I am unable to insert an image. I have tried deleting my cache and using firefox as well as IE to see if it may have been browser specific. Unfortunatly, none of my attempts fixed it. Here is a screen shot:

    http://farm4.static.flickr.com/3258/...03f6550b_o.jpg

    I also noticed in the lower corner there was an error on the page, which revealed on line 279 of the image_dialog.php file had an error.

    http://farm4.static.flickr.com/3260/...b2f1c1de_o.png

    I'm not sure what I need to do to fix this and hopefully someone can help me out! I did see a different post similar to this regarding the @gui functionality, but I don't think this is the same issue. Any ideas?
    Last edited by figgyb44; 03-07-2008 at 08:04 PM.

  2. #2
    Join Date
    Oct 2007
    Location
    San Diego, CA
    Posts
    1,237

    Default

    Probably a cache issue. Please clear your cache. For more info check out this thread: http://forums.opengarden.org/showthread.php?t=2117

  3. #3

    Default

    I, too, have upgraded to v1.9.0a. My 'Insert image' and 'Move page' features do not work. My issues present a little differently than yours does, but it may be the same issue.

    I have filed this bug: http://bugs.opengarden.org/view.php?id=3548

  4. #4

    Default

    Clearing the cache did not resolve the issue :-/

    Any other ideas?

  5. #5
    Join Date
    Jul 2007
    Posts
    347

    Default

    Check if you have the @api thingy in your apache config file for your deki:

    http://forums.opengarden.org/showthread.php?t=2144

    As you said you upgraded, this could be your problem. Just add it (if not existant) and it should work again.

  6. #6
    Join Date
    Jul 2007
    Posts
    347

    Default

    Typical location for the config file is:

    /etc/apache2/sites-enabled/deki (usually a link to the true location)

    Make sure you have this in there:
    Code:
    RewriteCond %{REQUEST_URI} !^/(@api|editor|skins|config|@gui)/

  7. #7

    Default

    Turns out the dialogInit() function does not escape single quotes in site names. View the bug for more details on the cause and solution.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts