help problem with Asterisk and FreePBX

Jackie's picture

Hello I am new to the forum, I have a problem.
After following this guide "http://forums.asterisk.org/viewtopic.php?f=34&t=80169" to enable the cdr, I can not get over to the administration page of FreePBX and also in ARI.
I get the first page with the choices:

Voicemail & Recordings (ARI)
Flash Operator Panel (FOP)
FreePBX Administration

If I click on Voicemail & Recordings (ARI) I get a sign that warns me that .... PHP PEAR must be installed. Visit http://pear.php.net for help installing.
I tried with # yum install php-pear * but without results.

The FOP is still working

While clicking on FreePBX Administartor I get a blank page with address: mio_ip / admin / config.php
from the terminal by entering the CLI of asterisk appears when I click the following
================================
== Parsing '/ etc / asterisk / asterisk.conf': Found ==
Connected to Asterisk 1.8.7.0 currently running on localhost (pid = 2827)
Verbosity is at least 6
== Manager 'admin' logged on from 127.0.0.1
== Manager 'admin' logged off from 127.0.0.1
== Manager 'admin' logged on from 127.0.0.1
== Manager 'admin' logged off from 127.0.0.1

before you reinstall everything I look for help from of You

Thanks for your attention and responses.


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

What is the output of yum

MKEbrew's picture

What is the output of yum when you try to install php-pear?

Or, what is the output of this:

yum list installed | grep -i pear

On a 64bit CentOS server, mine looks like this:

# yum list installed | grep -i pear
php-pear.noarch 1:1.4.9-6.el5 installed
php-pear-DB.noarch 1.7.13-1.el5.centos installed


__________________

Mark Piontek, MBA
Sr. Systems Administrator
BS in Information Systems Security


Hello, thanks for the

Jackie's picture

Hello, thanks for the answer.

php-pear.noarch 1:1.4.9-6.el5 installed
php-pear-db.noarch 1.7.13-2.el5.rf installed

Has anyone had the same problem?
how can I fix this? please ...