メインコンテンツまでスキップ

Installation Issues

?????????????????

??? ??????zip?????Perfex???????????????????

???????

CauseSolution
File size exceeds PHP upload limitphp.ini?upload_max_filesize?post_max_size??????64M????
Server timeout during uploadphp.ini?max_execution_time?300????
Permissions issuemodules/?????????????????chmod 755?

????? FTP/SFTP??????????

  1. ?????zip???
  2. ?????????your-perfex/modules/???????
  3. ??????Setup ? Modules????????

????????????????????

??? ??????????????????Setup ? Modules?????????

????

  1. ??????????????modules/saas/?modules/saas-module/?modules/saas/saas/?????
  2. ??????????????????????????????????
  3. ??????????????????????
  4. ??????????modules/saas/?????????Web?????????????????

MySQL???????

??? ?Click here to verify server settings????????????????????

?????Access denied for user?

??? MySQL???????????????????????

???

  1. MySQL?????????
  2. cPanel???????????cPanel???????????????
  3. ????????????
mysql -u your_username -p -h localhost
# Enter your password when prompted
# If you can log in, the credentials are correct

?????Can't connect to MySQL server?

??? MySQL??????????????/????????????

???

  1. MySQL????????????sudo systemctl status mysql
  2. ??????????????localhost?
  3. ??????????????3306?
  4. MySQL?????????????????????IP???????

?????CREATE command denied?

??? MySQL?????????????????????????

???

-- Log in to MySQL as root:
GRANT ALL PRIVILEGES ON *.* TO 'your_username'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;

???cPanel?MySQL Databases ? User Privileges ? ?ALL PRIVILEGES??????


????????????????????????

??? ????????????????????????????????

????

  1. PHP????????? /var/log/apache2/error.log?Apache????/var/log/nginx/error.log?Nginx????
  2. ?????????????? .htaccess???index.php????
    ini_set('display_errors', 1);
    error_reporting(E_ALL);
  3. PHP????????? PHP 7.4????????????
  4. ????????? php.ini?memory_limit = 256M???

?????????????

??? ?????????????????????????

????

  1. SaaS Management ? Plans??????1???????????????
  2. SaaS Management ? SuperAdmin Settings ? Tenants Settings???????????????
  3. Landing Page Settings???????????URL???????
  4. ????????????????????????
  5. ??????????????

??????????

??? ??????????????????????????????

????

  1. Perfex CRM?SMTP????Setup ? Email ? Email Settings
  2. ??SMTP?????
    • Gmail SMTP?1?500??????
    • SendGrid?????1?100??
    • Mailgun??????5,000??
  3. Setup ? Email ? Send Test Email???????????
  4. ???????????? ? ????????????????????
備考

SMTP?????? SMTP?????????????????????????????????????????????????????????????????????


??????????????????

??? ????????????????????????????????

????

  1. SaaS???MySQL????????????????????
  2. MySQL?????CREATE DATABASE????????
  3. ??????????????????????????????
  4. ???????SaaS Activity Log???
  5. MySQL???????PHP????????

?Maximum database connections????

??? ????????????????????

????

  1. my.cnf?MySQL?max_connections?????
    [mysqld]
    max_connections = 200
  2. MySQL?????sudo systemctl restart mysql
  3. ????????????????????????RAM????
ヒント

??????????? ???????????Domain & DNS Issues???????Support????????????