Action Failed
Sorry, we could not process your last action.
Error: 200 OK
Reason: {"type":"png","local_graph_id":323,"rra_id":"0","image":"iVBORw........
Cacti, PHP, and Apache logs don't show any new entries when a page is loaded.
We are running FreeBSD 11.3-RELEASE-p5 with the following installed:
- Apache: 2.4.41
- MySQL: 5.7.28_2
- PHP: 7.3.13
- RRDTool: 1.7.2_1
Code: Select all
[user@server ~]$ php -m
[PHP Modules]
bcmath
Core
ctype
date
dom
fileinfo
filter
gd
gettext
gmp
hash
iconv
json
ldap
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
posix
Reflection
session
SimpleXML
snmp
sockets
SPL
standard
xml
xmlreader
xmlwriter
Zend OPcache
zlib
Code: Select all
'./configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-password-argon2=/usr/local' '--program-prefix=' '--enable-mysqlnd' '--disable-cli' '--disable-cgi' '--with-apxs2=/usr/local/sbin/apxs' '--enable-dtrace' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd11.3' 'build_alias=amd64-portbld-freebsd11.3' 'CFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'CPP=cpp' 'CXXFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '