![]() |
|
Problem jQuery uploader - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Problem jQuery uploader (/thread-12464.html) |
Problem jQuery uploader - photobarny - 02-03-2016 Unexpectedly the upload of images to an album using jQuery_uploader does not work any more. The http_uploader works fine. ( Zenphoto Fehler: Das Objekt wurde nicht gefunden In adresss field of the browser (latest Firefox) appears: In the log file can be read: ( NOTICE: Constant SERVERPATH already defined in /var/www/html/zenphoto/zp-core/functions-basic.php(114) : eval()'d code on line 83 define called from eval (functions-basic.php(114) : eval()'d code [83]) from require_once (functions-basic.php [114]) from require_once (functions.php [17]) from include (index.php [14]) from index.php [28] {12173:Wed, 02 Mar 2016 08:07:23 GMT} WARNING: Invalid argument supplied for foreach() in /var/www/html/zenphoto/zp-core/zp-extensions/deprecated-functions/functions.php in Zeile 78 ) listUses called from check_for_deprecated.php [83] Environment: Windows 10 64 bit, Firefox 44.02, Any help appreciated! Problem jQuery uploader - acrylian - 02-03-2016
Problem jQuery uploader - photobarny - 02-03-2016 There is definitevely no un-official theme or plugin in this zenphoto installation. If I disable the jQuery_uploader, then I can upload images only by using the http_uploader. This one only allows to upload images one by one. Or should I reinstall the jQuery_uploader? Why appears ../zenphoto/zp-core/uploader.php? Problem jQuery uploader - acrylian - 02-03-2016 Did you try disabling the deprecated functions plugin? Otherwise I can just suggest to re-upload zp-core. Maybe your install got corrupted somehow. Or your have some permission errors somewhere else (see the server PHP error log if you haven't, the zp one is not alway complete). Problem jQuery uploader - photobarny - 02-03-2016 Thank You for Your efforts! Problem jQuery uploader - acrylian - 02-03-2016 Ok, let us know if you find anything. If it always worked and suddenly stops it could be an update on the server that somehow screwed permissions or something. Maybe your host announed something recently? But re-uploading often helps fixing that. Otherwise we think again ;-) Problem jQuery uploader - photobarny - 06-03-2016 Please excus. But The problem persists. For what permissions of what files or folders I should look for? There was no announcement recently. But a fiend if mine recently transfered the zenphoto installation to a new server. Maybe this is the problem? Problem jQuery uploader - acrylian - 06-03-2016 You find info about recommended permissions here: [i]There was no announcement recently. [/i] Certainly a move to a new server might cause issues. Not all servers are setup the same way sadly, be it what strenght works or how the actual users on the server are setup (ftp user vs script user is an known issue on some servers. You will have to ask your host about that. Or maybe it was not copied completely. Even then the re-upload is what you should try. Problem jQuery uploader - photobarny - 07-03-2016 THank You for Your advices. I will have a try following Your suggestions. |