Ticket #5497 (closed Bugs: invalid)

Opened 1 year ago

Last modified 1 year ago

error when trying to run any amportal command-latest framework

Reported by: bpps Assigned to:
Priority: blocker Milestone: Undetermined
Component: FreePBX Framework Version: 2.9-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: Asterisk 1.6 Distro Ver:
Backend Ver: 1.6.2.22 SVN Revision (if applicable):

Description

PHP Fatal error: Call to undefined function posix_getpwuid() in /var/lib/asterisk/bin/gen_amp_conf.php on line 3 **** WARNING: ERROR IN CONFIGURATION **** astrundir in '/etc/asterisk' is set to but the directory does not exists. Attempting to create it with: 'mkdir -p '

mkdir: missing operand Try `mkdir --help' for more information. **** ERROR: COULD NOT CREATE **** Attempt to execute 'mkdir -p ' failed with an exit code of 1 You must create this directory and the try again.

Change History

01/08/12 18:42:15 changed by GameGamer43

Sounds like you don't have php-process installed on this system which is needed for posix_getpwuid(). Please verify that the php-process package is installed for your chosen Operating system.

01/09/12 13:06:23 changed by GameGamer43

  • status changed from new to closed.
  • resolution set to invalid.

01/09/12 19:45:41 changed by bpps

thanks fixed it