Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-20, 11:12:14

Author Topic: some issue with Magento Installation  (Read 5026 times)

0 Members and 1 Guest are viewing this topic.

Offline letux

  • Valuable Member
  • *
  • Posts: 131
  • Karma: +0/-0
    • View Profile
some issue with Magento Installation
« on: 2016-09-19, 16:20:31 »
Hello Mostafa,
i have a problem with magento install and I'm guessing you can help me.
missing PHP extensions and issue with open_basedir

Step 1: Readiness
it shown more than issue, you can see it from here => http://i.share.pho.to/afe91fb1_o.png
Code: [Select]
# sh /script/sysinfo
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016091702
   - Web: hiawatha-10.3.0-f.1.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: mogardfkra.com
C. Services:
   1. MySQL: MariaDB-server-10.0.27-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php56w-cli-5.6.25-1.w6.x86_64
        - Multiple:
          * php52m-5.2.17-102.mr.el6
          * php53m-5.3.29-1.ius.el6
          * php54m-5.4.45-1.ius.el6
          * php55m-5.5.38-1.ius.el6
          * php56m-5.6.25-1.ius.el6
          * php70m-7.0.10-1.w6
      - Used: php56m-fpm
      - Multiple: disable
   3. Web Used: nginxproxy
     - Hiawatha: hiawatha-10.3.0-f.1.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.41-1.el6.x86_64
     - Nginx: nginx-1.11.4-1.el6.ngx.x86_64
     - Apache: httpd24u-2.4.23-2.ius.el6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.7-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.x86_64
      - smtp: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - spam: --uninstalled--
   7. Stats: webalizer
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          3959       3564        395          2        311       2004
   -/+ buffers/cache:       1249       2710
   Swap:            0          0          0
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/vda1        59G   15G   42G  26% /

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: some issue with Magento Installation
« Reply #1 on: 2016-09-19, 16:55:07 »
Try add '/etc/pki/tls/certs' in 'extra basedir' in 'admin > general settings'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline letux

  • Valuable Member
  • *
  • Posts: 131
  • Karma: +0/-0
    • View Profile
Re: some issue with Magento Installation
« Reply #2 on: 2016-09-19, 19:24:41 »
thanks Mostafa it's helpful,
but just one issue
http://i.share.pho.to/d5e65bbb_o.png

i'am added always_populate_raw_post_data = -1 to php.ini and restarted web but still the same issue.

php.ini
Code: [Select]
; Copyright © 2016 Magento. All rights reserved.
; See COPYING.txt for license details.
; This file is for CGI/FastCGI installations.
; Try copying it to php5.ini, if it doesn't work

; adjust memory limit

always_populate_raw_post_data = -1

memory_limit = 64M

max_execution_time = 18000

; disable automatic session start
; before autoload was initialized

flag session.auto_start = off

; enable resulting html compression

zlib.output_compression = on

; disable user agent verification to not break multiple image upload

suhosin.session.cryptua = off

; PHP for some reason ignores this setting in system php.ini
; and disables mcrypt if this line is missing in local php.ini

extension=mcrypt.so

; Disable PHP errors, notices and warnings output in production mode to prevent exposing sensitive information.

display_errors = Off

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: some issue with Magento Installation
« Reply #3 on: 2016-09-19, 20:06:30 »
It's stupid warning by magento. Php.ini in Kloxo-MR always no declared for 'always_populate_raw_post_data'. So, no problem for all php versions.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline letux

  • Valuable Member
  • *
  • Posts: 131
  • Karma: +0/-0
    • View Profile
Re: some issue with Magento Installation
« Reply #4 on: 2016-09-19, 20:13:06 »
so. how to block this stupid warning to continue setup steps :D

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: some issue with Magento Installation
« Reply #5 on: 2016-09-19, 20:22:38 »
Don't know for magento.

But, if you want add to php.ini, add 'always_populate_raw_post_data = -1' under '[PHP]' to '/usr/local/lxlabs/kloxo/file/phpini/tpl/php.ini.tpl' and '/opt/configs/phpini/tpl/php.ini.tpl'. And then run 'sh /script/fixphp; sh /script/restart-web'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline letux

  • Valuable Member
  • *
  • Posts: 131
  • Karma: +0/-0
    • View Profile
Re: some issue with Magento Installation
« Reply #6 on: 2016-09-19, 20:48:53 »
thank you mostafa, I really appreciate.

Offline amitkumar

  • Valuable Member
  • *
  • Posts: 121
  • Karma: +1/-1
  • Gender: Male
    • View Profile
    • webquicksolution
Re: some issue with Magento Installation
« Reply #7 on: 2017-10-27, 18:51:55 »
Don't know for magento.

But, if you want add to php.ini, add 'always_populate_raw_post_data = -1' under '[PHP]' to '/usr/local/lxlabs/kloxo/file/phpini/tpl/php.ini.tpl' and '/opt/configs/phpini/tpl/php.ini.tpl'. And then run 'sh /script/fixphp; sh /script/restart-web'.

its work like a charm. good work.

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.048 seconds with 18 queries.

web stats analysis