Beiträge von Gevatter

    Ich hab jetzt mal 5 Bilderhochgeladen und dann wieder versucht die Tumbs zu erstellen!
    Jetzt bekomm ich das:

    Zitat

    Warning: getimagesize(): Unable to access /srv/www/htdocs/web55/html/blog/wp-content/photos/thumb_IMGP0001.JPG in /srv/www/htdocs/web55/html/blog/wp-content/plugins/photopress/photopress.php on line 1730

    Warning: getimagesize(/srv/www/htdocs/web55/html/blog/wp-content/photos/thumb_IMGP0001.JPG): failed to open stream: No such file or directory in /srv/www/htdocs/web55/html/blog/wp-content/plugins/photopress/photopress.php on line 1730

    Zitat von Gevatter

    So... das hätten wir auch geklärt...
    da tut sich nur noch ein Problem auf...
    Wenn ich auf "Alle neu berechnen" (was zu folge hat das er eigentlich die Tumbs brechnen soll...)gehe bekomme ich diese Meldung...

    Fatal error
    : Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 5120 bytes) in /srv/www/htdocs/web55/html/blog/wp-content/plugins/photopress/include.php on line 391

    Das Bild ist aber nur 230 kb groß bei andern, kleiner Bildern geht es...

    Das ist jetzt mein Problem :)

    So... das hätten wir auch geklärt...
    da tut sich nur noch ein Problem auf...
    Wenn ich auf "Alle neu berechnen" (was zu folge hat das er eigentlich die Tumbs brechnen soll...)gehe bekomme ich diese Meldung...

    Fatal error
    : Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 5120 bytes) in /srv/www/htdocs/web55/html/blog/wp-content/plugins/photopress/include.php on line 391

    Das Bild ist aber nur 230 kb groß bei andern, kleiner Bildern geht es...

    Ich wollte das ganze jetzt noch übersetzen...

    Zitat

    Download photopress.pot, the portable object template for the latest version of Photopress, if you would like to translate Photopress into your language. Rename the file “photopress-(your locale).po” and translate the messages. (your locale) should match what you’ve set WPLANG to in wp-config.php. You can send the file to me to convert to a machine object file (and share), or convert it yourself if you know how. Put the machine object file in your plugins folder and it should work.
    Hans has made a Dutch translation for Photopress 0.8.4: photopress-nl_NL.mo. Using this for a later version will work, but won’t translate any new messages I’ve added. Get photopress-nl_NL.po if you’d like to update the translations.
    Pedro Cuenca has made a Spanish translation for Photopress 0.9.2: photopress-es_ES.mo. Get photopress-es_ES.po if you want to update the translations.
    Andreas has made a German translation for Photopress 0.9: photopress-de_DE.mo. Get photopress-de_DE.po if you want to update the translations.


    Wie muss ich die *.pot Datei Convertieren?!?!

    Und noch was... wenn ich jetzt über den Browser uploaden will...
    kommt immer das...

    Zitat

    //[Blockierte Grafik: http://revolte.3hoster.de/blog/wp-content/plugins/photopress/%5C%22http://revolte.3hoster.de/blog/wp-content/photos/%22]"; } else { var linkcode = "[Blockierte Grafik: http://revolte.3hoster.de/blog/wp-content/plugins/photopress/%5C%22http://revolte.3hoster.de/blog/wp-content/photos/%22]"; } } if (typeof tinyMCE != "undefined") { tinyMCE.execCommand("mceInsertContent", false, linkcode); } else if (typeof window.opener.document.post.content != "undefined") { openerhandle = window.opener.document.post.content; ppInsertAtCursor(openerhandle,linkcode); } return; } if (typeof window.opener.tinyMCE != "undefined") { /** * $RCSfile: tiny_mce_popup.js,v $ * $Revision: 1.18 $ * $Date: 2005/10/29 19:13:20 $ * * @author Moxiecode * copyright Copyright � 2004, Moxiecode Systems AB, All rights reserved. */ var tinyMCE = null, tinyMCELang = null; function TinyMCEPopup() { }; TinyMCEPopup.prototype.init = function() { var win = window.opener ? window.opener : window.dialogArguments; if (!win) win = top; window.opener = win; this.windowOpener = win; this.onLoadEval = ""; // Setup parent references tinyMCE = win.tinyMCE; tinyMCELang = win.tinyMCELang; if (!tinyMCE) { alert("tinyMCE object reference not found from popup."); return; } this.isWindow = tinyMCE.getWindowArg('mce_inside_iframe', false) == false; this.storeSelection = tinyMCE.isMSIE && !this.isWindow && tinyMCE.getWindowArg('mce_store_selection', true); if (this.isWindow) window.focus(); // Store selection if (this.storeSelection) tinyMCE.selectedInstance.execCommand('mceStoreSelection'); // Setup dir if (tinyMCELang['lang_dir']) document.dir = tinyMCELang['lang_dir']; // Setup title var re = new RegExp('{|\\\$|}', 'g'); var title = document.title.replace(re, ""); if (typeof tinyMCELang[title] != "undefined") { var divElm = document.createElement("div"); divElm.innerHTML = tinyMCELang[title]; document.title = divElm.innerHTML; if (tinyMCE.setWindowTitle != null) tinyMCE.setWindowTitle(window, divElm.innerHTML); } // Output Popup CSS class document.write(''); tinyMCE.addEvent(window, "load", this.onLoad); }; TinyMCEPopup.prototype.onLoad = function() { var body = document.body; body.onkeydown = function (e) { e = e ? e : window.event; if ( e.keyCode == 27 && !e.shiftKey && !e.controlKey && !e.altKey ) { tinyMCEPopup.close(); } } if (tinyMCE.getWindowArg('mce_replacevariables', true)) body.innerHTML = tinyMCE.applyTemplate(body.innerHTML, tinyMCE.windowArgs); var dir = tinyMCE.selectedInstance.settings['directionality']; if (dir == "rtl") { var elms = document.forms[0].elements; for (var i=0; i=0; i--) { if (wrapper.hasChildNodes()) wrapper.insertBefore(nodes[i].cloneNode(true), wrapper.firstChild); else wrapper.appendChild(nodes[i].cloneNode(true)); nodes[i].parentNode.removeChild(nodes[i]); } // Add wrapper doc.body.appendChild(wrapper); // Create iframe iframe = document.createElement("iframe"); iframe.id = "mcWinIframe"; iframe.src = document.location.href.toLowerCase().indexOf('https') == -1 ? "about:blank" : tinyMCE.settings['default_document']; iframe.width = "100%"; iframe.height = "100%"; iframe.style.margin = '0px'; // Add iframe doc.body.appendChild(iframe); // Measure iframe iframe = document.getElementById('mcWinIframe'); dx = tinyMCE.g

    Hallo,

    ich habe ein Problem mit dem Plugin "Photpress 0.9.2"
    Es sind Photos hochgeladen! Jedoch zeigt er sie mir nicht an ( http://revolte.3hoster.de/blog/album/ )
    Der Ordner "photos" ist auch da... (.../blog/wp-content/photos/)
    Darin sind 2 Bilder... Der ganze Ordner hat 777 Rechte...
    Kann mir jemand weiterhelfen?
    Danke schonmal das ihr mir "zugehört" habt...

    EDIT: Hat sich erledigt :D