calling my script from a outside source to write to pugin_storage

I get this error ... any ideas ?

USER ERROR: MySQL Error: ( INSERT INTO `[prefix]plugin_storage` (type,aux,data) VALUES ("genericdata", 52, ) ) failed. MySQL returned the error MySQL not connected in /home1/glamwor2/public_html/clients.philbertphotography.com/zp-core/functions-db-MySQL.php on line 69

trigger_error called from query (functions-db-MySQL.php [69])

Comments

  • acrylian Administrator, Developer
    Anymore info in what invironment you are calling that exactly?
  • Calling it from LightRoom plugin to the script that resides in zenphoto plugins folder.
  • acrylian Administrator, Developer
    So it is outside Zenphoto? Do you include all the necessary functions? The error actually says that the database is not connected so it cannot access it. In Zenphoto environment that is naturally.

    Since the plugin is on github can you point us to the place where this call is done on your plugin?
Sign In or Register to comment.