Jump to content

Version 3.21 release


Recommended Posts

(edited)

@Janett

 

You will find more information here : https://getcomposer.org/doc/00-intro.md

 

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

The main advantage, it's install you all the dependencies and allow you to call easily the classes inside our script.

Looking the composer external directory :

guzzlehttp ==> api connect

phpmailer ==> send email

xml-rpc ==> webservice

fpdf  ==> invoice

are installed by default.

thank you for this release @ClicShopping

Edited by Foster
  • Like 3
  • Thanks 2
Link to post

I installed the version  but I have this error appear :

 

01-Aug-2019 15:32:30 Europe/London] PHP Warning:  escapeshellcmd() has been disabled for security reasons in /home/*******/public_html/shop/ext/PHPMailer-master/vendor/phpmailer/phpmailer/src/PHPMailer.php on line 1567

Do you know the problem ?

Link to post
(edited)

@Ronaldo

You problem has been mentioned in other topic. Look.
Your hoster has decided to block this function for security reason. In this case, you must set you email in smtp and not with sendmail.

 

Edited by Foster
  • Thanks 2
Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use