upload handler JQUERY is not showing?

upload handler JQUERY is not showing? on the dropDown menu,
only the http and flash?, and when i used flash it says uploaded successfully but when i check the album its empty.

thanks

Comments

  • acrylian Administrator, Developer
    All uploaders are plugins. If it is not enable it does not show up. If uploading does not work you have to look into your server error log. We cannot guess why what might happen without a proper error message. Probably permissions.
  • Zotek Member
    thats wierd because when i install the zen on my localserver the Jquery upload was already enabled. anyway how do i enable this? whats the name of the plugin?

    and by the way here is the error when im using flash

    2013-03-20 05:54:39 99.101.12.106 {99.101.12.106} Admin access Failed /gallery/zp-core/zp-extensions/uploader_flash/uploader.php
    2013-03-20 05:54:39 99.101.12.106 {99.101.12.106} Admin access Failed /gallery/zp-core/zp-extensions/uploader_flash/uploader.php
    2013-03-20 05:58:02 99.101.12.106 {99.101.12.106} Admin access Failed /gallery/zp-core/zp-extensions/uploader_flash/uploader.php
  • acrylian Administrator, Developer
    That is the access log. What does the error log say? The zenphoto one and the one of your server. There must be something else if none works.

    The jquery uploader is named like that. Try the http upload. And if all fails you can use FTP as well.
  • Zotek Member
    HTTP works fine. and i dont jquery uploader name in plugin area..
    thanks
  • acrylian Administrator, Developer
    There should be an uploader_jQuery. If it is not you should check your upload or install.

    If flash does not work could also be an issue of Flash itself. Try to update it if you haven't.
  • Zotek Member
    upload_jquery folder is there..is it mybe because my server not using the lates PHP?

    my server:
    MySQL version: 5.1.68
    PHP version: 5.2.17
  • The jquery uploader requires php version 5.3 or greater. There should still be an entry in the plugins list but it would be disabled and have a notice button as to why.

    If that is not the case there is probably an error somewhere that would show up in one of your error logs.
  • Zotek Member
    here is my server error when i upload using flash..

    [Wed Mar 20 12:28:09 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/404.shtml
    [Wed Mar 20 12:28:09 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/favicon.ico
    [Wed Mar 20 12:27:55 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/404.shtml
    [Wed Mar 20 12:27:55 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/favicon.ico
    [Wed Mar 20 12:27:51 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/404.shtml
    [Wed Mar 20 12:27:51 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/favicon.ico
    [Wed Mar 20 12:25:41 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/404.shtml, referer: http://mydomain.net/gallery/zp-core/admin-options.php?page=options&tab=general
    [Wed Mar 20 12:25:41 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/gallery\xef\xbf\xbd\xef\xbf\xbd, referer: http://mydomain.net/gallery/zp-core/admin-options.php?page=options&tab=general
    [Wed Mar 20 12:25:36 2013] [error] [client 99.101.12.106] File does not exist: /home/kalyehit/public_html/404.shtml, referer: http://mydomain.net/gallery/zp-core/admin-edit.php
  • How about the Zenphoto debug log? Those errors are not related.
  • Zotek Member
    here is th debug log

    {336313:Wed, 20 Mar 2013 16:25:07 GMT} Zenphoto v1.4.4.3[3b80873e7088f8115211acd7901634eda308ca2d]

    WARNING: htmlspecialchars() [function.htmlspecialchars]: charset `UNICODE' not supported, assuming iso-8859-1 in /home/kalyehit/public_html/gallery/zp-core/functions-common.php on line 294

    htmlspecialchars called from html_encode (functions-common.php [294])

    from printAdminHeader (admin-functions.php [127])

    from admin-options.php [416]

    {336313:Wed, 20 Mar 2013 16:25:07 GMT}

    WARNING: htmlspecialchars() [function.htmlspecialchars]: charset `UNICODE' not supported, assuming iso-8859-1 in /home/kalyehit/public_html/gallery/zp-core/functions-common.php on line 294

    htmlspecialchars called from html_encode (functions-common.php [294])

    from printAdminHeader (admin-functions.php [127])

    from admin-options.php [416]

    {336313:Wed, 20 Mar 2013 16:25:07 GMT}

    WARNING: htmlspecialchars() [function.htmlspecialchars]: charset `UNICODE' not supported, assuming iso-8859-1 in /home/kalyehit/public_html/gallery/zp-core/functions-common.php on line 294

    htmlspecialchars called from html_encode (functions-common.php [294])

    from printAdminHeader (admin-functions.php [127])

    from admin-options.php [416]

    {336313:Wed, 20 Mar 2013 16:25:07 GMT}

    WARNING: htmlspecialchars() [function.htmlspecialchars]: charset `UNICODE' not supported, assuming iso-8859-1 in /home/kalyehit/public_html/gallery/zp-core/functions-common.php on line 294

    htmlspecialchars called from html_encode (functions-common.php [294])

    from printLogoAndLinks (admin-functions.php [234])

    from admin-options.php [459]

    {336313:Wed, 20 Mar 2013 16:25:07 GMT}

    WARNING: htmlspecialchars() [function.htmlspecialchars]: charset `UNICODE' not supported, assuming iso-8859-1 in /home/kalyehit/public_html/gallery/zp-core/functions-common.php on line 294

    htmlspecialchars called from html_encode (functions-common.php [294])

    from printLogoAndLinks (admin-functions.php [234])

    from admin-options.php [459]
  • Those aren't related either, but you should probably not select UNICODE for your character set if it is not supported on your server. Typically installations use UTF-8, so unless there is a compelling reason otherwise that is what you should be using.
  • Zotek Member
    grrr...ok.. i brough godaddy hosting server..and hoping this great software will work, but unfortunately im also having same problems.. is there any version that works in PHP Version 5.2??
    its been 2 days and i still havent perfectly run this software..
  • The software will run with PHP v5.2, just not the jQuery uploader which has code dependencies on v5.3. There may be other things dependent on v5.3 since that is the lowest version we test upon.

    Ask Goddaddy to upgrade their PHP. 5.2 is pretty out of date.
  • Zotek Member
    i ask my old hosting server and they said is not that easy..thats why i move to godaddy. but it endup godaddy lower version than my old hosting server..lol
Sign In or Register to comment.