Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi everyone, using CouchCMS to build a site for a client on a local LAMP environment and really enjoying it so far. However, a problem I have found is that whenever I try to access a 'list' page like for a cloneable template, users, or drafts, I get a 'This page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500.' error. Do you have any idea why this is occurring, as I would like to use cloneable pages for this site.

Thanks in advance!
Hi,

The definitive way of knowing the cause would be to take a look at the error log of your Apache server.
Google for it if you are unsure where you could find it for your specific LAMP stack.

Please let us know what you find reported there. Thanks.
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!
3 posts Page 1 of 1