Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-07-17 10:18:57

lehrerfreund
New member
Registered: 2009-07-17
Posts: 2

Image Manager: Browse/Upload-Button is gone?!

hi,

i am using this version of xinha

Release: 0.95 (Do, 01 Mai 2008 14:33:36 +0200)
Head: http://svn.xinha.webfactional.com/trunk/XinhaCore.js 
Revision: 999 
Last Changed By: ray

with the image manager plugin.

when i click on the "insert/modify image"-button in the xinha-editor, a window pops up. normally there i can choose the directory, right under it i can browse for and upload files, then comes the list of files/directories etc.

since some weeks (maybe also: 2 months or so) the browse/upload-section is completely gone, tested in different browsers. i cannot name the correct time, because i don't use the plugin myself, but my compagnion that works with me on the site. i didn't change anything in the backend; i can't exclude that some server-update-issue is the reason, but the hoster said, they didn't do anything bigger the last months.

when i look into the source-code of the pop-up-window of the image manager, i get this code (where i shortened i did "........")

<fieldset>

  <legend>Image Manager</legend>
  <table width="100%">
    <tr>
      <th><label for="dirPath">Directory</label></th>
      <td>
        <select name="dir" class="dirWidth" id="dirPath" onchange="updateDir(this)">
          <option value="/">/</option>

                        <option value="%2FBema__ung%2F">/Bema__ung/</option>
                            <option value="%2FBema__ung%2Freibahlen%2F">/Bema__ung/reibahlen/</option>
                  .....................
                      </select>
      </td>
      <td>
        <a href="#" onclick="javascript: goUpDir();" title="Directory Up"><img src="img/btnFolderUp.gif" height="15" width="15" alt="Directory Up" /></a>

                    <a href="#" onclick="newFolder();" title="New Folder"><img src="img/btnFolderNew.gif" height="15" width="15" alt="New Folder" /></a>
                  </td>
    </tr>

    
  </table>

  <div id="messages" style="display: none;"><span id="message"></span><img src="img/dots.gif" width="22" height="12" alt="..." /></div>

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  <iframe src="backend.php?__plugin=ImageManager&__function=images" name="imgManager" id="imgManager" class="imageFrame" scrolling="auto" title="Image Selection" frameborder="0"></iframe>

where i inserted the XXXXXX i assume should be the upload-field, but there is nothing.

i already thought about installing extended filemanager instead, but believe me - i wasn't able to find a download-location for it.

i would appreciate any help very much - thanks in advance!

Last edited by lehrerfreund (2009-07-17 10:20:17)

Offline

#2 2009-07-20 04:36:08

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: Image Manager: Browse/Upload-Button is gone?!

Please check if you explicitly allow file uploads in the ImageManager configuration

Offline

#3 2009-07-20 05:04:22

lehrerfreund
New member
Registered: 2009-07-17
Posts: 2

Re: Image Manager: Browse/Upload-Button is gone?!

indeed, that was the problem, this line

$IMConfig['allow_upload'] = true;

was set to "false".
but i swear i (and nobody else) did not change anything there. so i am happy about that it works again, but completely clueless about the reason. really.

thank you ray, for your help!

Offline

Board footer

Powered by FluxBB