You are not logged in.
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
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