by
toashel » Sat Mar 18, 2017 2:24 pm
Hi KK, thanks for the reply.
I checked my Apache logs and I was getting this message:
- Code: Select all
[Sat Mar 18 21:50:24.653223 2017] [authz_core:debug] [pid 4724] mod_authz_core.c(802): [client 127.0.0.1:49093] AH01626: authorization result of Require all granted: granted, referer: http://localhost:8080/couch/?o=setup.php&q=ed$
[Sat Mar 18 21:50:24.653242 2017] [authz_core:debug] [pid 4724] mod_authz_core.c(802): [client 127.0.0.1:49093] AH01626: authorization result of <RequireAny>: granted, referer: http://localhost:8080/couch/?o=setup.php&q=edit/5841$
[Sat Mar 18 21:50:24.653301 2017] [authz_core:debug] [pid 4724] mod_authz_core.c(802): [client 127.0.0.1:49093] AH01626: authorization result of Require all granted: granted, referer: http://localhost:8080/couch/?o=setup.php&q=ed$
[Sat Mar 18 21:50:24.653305 2017] [authz_core:debug] [pid 4724] mod_authz_core.c(802): [client 127.0.0.1:49093] AH01626: authorization result of <RequireAny>: granted, referer: http://localhost:8080/couch/?o=setup.php&q=edit/5841$
[Sat Mar 18 21:50:24.664058 2017] [:error] [pid 4724] [client 127.0.0.1:49093] PHP Fatal error: Uncaught Error: Call to undefined function utf8_decode() in /var/www/popup/couch/functions.php:894\nStack trace:\n#0 /var/www/popup/$
I installed the appropriate php7.0-xml package, restarted Apache, and it seems to work fine now. Thanks again!