MaestroError / php-heic-to-jpg

The easiest way to convert HEIC images to JPEG with PHP and Laravel framework
MIT License
148 stars 20 forks source link

the exec error #23

Closed a3mqq closed 1 year ago

a3mqq commented 1 year ago

Call to undefined function Maestroerror\exec()

when i upload the project on linux shared host

MaestroError commented 1 year ago

Hi @a3mqq, thanks for the feedback! Are you using Composer on your Linux shared host for your project?

a3mqq commented 1 year ago

Yes, when I upload it to shared linux hosting, it does not work well, but it works fine in local Thanks for the response

radekmichlik commented 1 year ago

The exec function is probably disabled on your shared hosting. You would need to enable it in php.ini or move to different location where it is enabled.

MaestroError commented 1 year ago

Thanks @radekmichlik! 🙏 Yes, @a3mqq you should ask your providers to make it available for you, or try to move on different type of hosting or different company which ensures more control over cPanel 👍

MaestroError commented 1 year ago

Thank you all for your contributions and insights on this issue. At this point, we believe it's resolved and will be closing it. However, if you encounter any related problems or have further suggestions, please don't hesitate to open a new issue. 🌟