500 error in the repeat

Once I could fetch the data though, now I got 500 error, while adjusting the repeat setting.
I don’t know what I did in the middle.

Here is the error message.

{“code”:0,“file”:"/var/www/html/dmxConnectLib/lib/core/Path.php",“line”:41,“message”:“Invalid Path! img/10_original_2.jpeg”,“trace”:"#0 /var/www/html/dmxConnectLib/modules/image.php(32): lib\core\Path::toSystemPath(‘img/10_original…’)\n#1 /var/www/html/dmxConnectLib/lib/App.php(173): modules\image->load(Object(stdClass), ‘image1’)\n#2 /var/www/html/dmxConnectLib/lib/App.php(107): lib\App->execSteps(Object(stdClass))\n#3 /var/www/html/dmxConnectLib/modules/core.php(62): lib\App->exec(Object(stdClass), true)\n#4 /var/www/html/dmxConnectLib/lib/App.php(173): modules\core->repeat(Object(stdClass), ‘repeat1’)\n#5 /var/www/html/dmxConnectLib/lib/App.php(137): lib\App->execSteps(Object(stdClass))\n#6 /var/www/html/dmxConnectLib/lib/App.php(107): lib\App->execSteps(Array)\n#7 /var/www/html/dmxConnectLib/lib/App.php(72): lib\App->exec(Object(stdClass))\n#8 /var/www/html/dmxConnect/api/Data/home.php(8): lib\App->define(Object(stdClass))\n#9 {main}"}

Fatal error: Uncaught ErrorException: imagedestroy() expects parameter 1 to be resource, null given in /var/www/html/dmxConnectLib/lib/image/Processor.php:25
Stack trace:
#0 [internal function]: exception_error_handler(2, ‘imagedestroy() …’, ‘/var/www/html/d…’, 25, Array)
#1 /var/www/html/dmxConnectLib/lib/image/Processor.php(25): imagedestroy(NULL)
#2 [internal function]: lib\image\Processor->__destruct()
#3 {main}
thrown in /var/www/html/dmxConnectLib/lib/image/Processor.php on line 25

where should I fix??

Seems some path is wrong/not provided in some of the image processing steps. Please check your server action steps.

1 Like

yes, I made wrong settings on that… thanks!

1 Like