Support the ongoing development of Laravel.io →
IOC Packages
Last updated 1 year ago.
0

What is the actual error you're getting? Could you add getMessage to your catch

try
{
    $this->DownloadImages($listing->mls_id, $listing->mls_listing_id, $listing->photo_url, $img_prefix, $listing->photo_quantity);
}Catch( \Exception $e ){ 
    echo echo $e->getMessage();
    echo $e->getTraceAsString(); 
} 
Last updated 1 year ago.
0

elite123 said:

What is the actual error you're getting? Could you add getMessage to your catch

try { $this->DownloadImages($listing->mls_id, $listing->mls_listing_id, $listing->photo_url, $img_prefix, $listing->photo_quantity); }Catch( \Exception $e ){ echo echo $e->getMessage(); echo $e->getTraceAsString(); }

It says "Error completing request" and that's it.

Last updated 1 year ago.
0

Anybody? I'm really unsure how to get through this error since it isn't really telling me where I'm messing up.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ChrisF79 chrisf79 Joined 11 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.