![]() |
|
Error uploading in ver. 1.4.5.2 - Object not found - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Error uploading in ver. 1.4.5.2 - Object not found (/thread-11369.html) |
Error uploading in ver. 1.4.5.2 - Object not found - ayutheos - 2013-09-23 I get the error "Object not found" error when trying to upload photos to a new album via the admin interface (tried both http & jQuery). ` The Zenphoto object you are requesting cannot be found. Album: zp-core Image: uploader Powered by zenPHOTO ` I noted that the url in the address bar points to I've tried this both on my hosted website and locally on my computer - I get the same error on both sides. Any help appreciated. Error uploading in ver. 1.4.5.2 - Object not found - acrylian - 2013-09-23 The uploaders are plugins actually. Is one of them enabled and are they present in /zp-core/zp-extensions? If not you should consider a re-upload of the files. Error uploading in ver. 1.4.5.2 - Object not found - ayutheos - 2013-09-23 I found out that disabling Flashblock plugin for Chrome shows the upload 'window'. However, it now gives another upload error message (when using jquery) `Error: SyntaxError: Unexpected token Error uploading in ver. 1.4.5.2 - Object not found - acrylian - 2013-09-23 Actually none of the uploaders uses flash (unless as a fallback if I recall right). But the mysterious "." album again! So please try the support build. Error uploading in ver. 1.4.5.2 - Object not found - ayutheos - 2013-09-23 With Flashblock enabled, there's no nice upload progress bar, and also rearranging albums is not possible. Odd, but previous version didn't have this problem with Flashblock enabled. I'll give the the support build a try on the local install. Thanks for the replies. Error uploading in ver. 1.4.5.2 - Object not found - ayutheos - 2013-09-23 I've installed the support build locally on the pc, and I still get the same error messages. I get the error messages when trying to upload to a new album. Upload works fine when uploading to an existing album. Error uploading in ver. 1.4.5.2 - Object not found - sbillard - 2013-09-23 Please review your error logs to find the full text of this error. With regard to Flashblock. The selection of the uploader does not even use jQuery, so if Flashblock is blocking it that is indeed strange. Also the uploaders themselves have not changed except that we have updated our version of jQuery. Perhaps Flashblock has issues with jQuery. Error uploading in ver. 1.4.5.2 - Object not found - acrylian - 2013-09-23 Or do you have any other JavaScript blocker installed in your browser? If that is the case of course sorting and uploading will not work. All uses Javascript respectively the jQuery Javascript framework. Error uploading in ver. 1.4.5.2 - Object not found - ayutheos - 2013-09-24 I tried uploading on Chrome browser with no plugins loaded, javascripts enabled. This is from my debug log: Using jQuery: {6992:Tue, 24 Sep 2013 11:01:16 GMT} USER ERROR: Invalid album instantiation: . does not exist. in D:\xampplite\htdocs\zenphoto\zp-core\class-album.php on line 726 trigger_error called from Album->__construct (class-album.php [726]) from newAlbum (class-album.php [20]) from uploader.php [39] ` Using http: {6992:Tue, 24 Sep 2013 11:16:57 GMT} USER ERROR: Invalid album instantiation: . does not exist. in D:\xampplite\htdocs\zenphoto\zp-core\class-album.php on line 726 trigger_error called from Album->__construct (class-album.php [726]) from newAlbum (class-album.php [20]) from uploader.php [40] ` Error happens when uploading to new album. I've tried all sorts of album name combination, letters+punctuations, letters only, single word, all comes up with error. Image name e.g. 20130921_IMG_9577.jpg (as seen in my error screenshot above) Sorry for double posting, I wrongly posted to another thread (http://www.zenphoto.org/support/topic.php?id=503565). It seems my original error has changed to the error in the other thread, so I guess it was an 'appropriate' mistake. :p |