![]() |
|
calling my script from a outside source to write to pugin_storage - 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: calling my script from a outside source to write to pugin_storage (/thread-11038.html) |
calling my script from a outside source to write to pugin_storage - jphilbert - 2013-05-07 I get this error ... any ideas ? USER ERROR: MySQL Error: ( INSERT INTO trigger_error called from query (functions-db-MySQL.php [69]) calling my script from a outside source to write to pugin_storage - acrylian - 2013-05-07 Anymore info in what invironment you are calling that exactly? calling my script from a outside source to write to pugin_storage - jphilbert - 2013-05-07 Calling it from LightRoom plugin to the script that resides in zenphoto plugins folder. calling my script from a outside source to write to pugin_storage - acrylian - 2013-05-07 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? |