Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - andreambrosio

Pages: 1 [2]
16
CentOS-WebPanel Bugs / Server error, I can not log in
« on: June 09, 2017, 12:21:48 AM »
The server was working normal, and nothing stopped, the screen appears normal (http://server.ideacomunicacao.com.br/) but when I try to log it is loading (http://server.ideacomunicacao.com.br:2030) But it does not carry, does anyone know what has happened?

We sites gives error, (http://www.promolover.com.br/)

Help me please.

17
PHP / PHP INTL
« on: February 03, 2017, 01:23:19 PM »
Hello, I installed a server with CentOS 7 and CWP, I need to install PHP INTL, but it does not work, and I tried several commands and it does not work, does anyone know how to install php7 with intl?

I'm installing Mautic, and I'm creating an account for it, it appears that it has the intl extension but the mautic does not recognize it, as if it had disabled.

18
SSL / erro ssl let's encrypt
« on: January 27, 2017, 02:55:45 AM »
I'm trying to install ssl plus the following error appears ( Unable to read or file empty /etc/scl/prefixes/python27!)

I already did the tutorial that sent this

To solve it:

1- First install python requirements
$yum install epel-release
$rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm
yum --enablerepo=ius install git python27 python27-devel python27-pip python27-setuptools python27-virtualenv -y
2- Workaround for missing files
$ echo /opt/rh > /etc/scl/prefixes/python27
$mkdir /opt/rh/python27
$touch /opt/rh/python27/enable

This solve for me the problem with the Unable to open: /etc/scl/prefixes/python

Then i got another problem virtualenv not found, this can be solved using symbolink link
$cd /usr/bin
$ln -s  virtualenv-2.7  virtualenv

on the 64bit version you dont need to do anything as it works fine

But it says that the directory no longer exists, how should I proceed, I use a centos 32bits.

Pages: 1 [2]