Search found 5 matches

by gavinhenry
Mon Mar 12, 2018 12:50 pm
Forum: Installation
Topic: [Solved] Fresh Install of 2.1.1 showing error 500
Replies: 4
Views: 5017

Re: Fresh Install of 2.1.1 showing error 500

I do have php-xml installed on Fedora 27 64bit though. php 7.1.14 Hm, does it work in a test script with the PHP CLI? Create a "info.php" in your s9y webspace, use "<?php phpinfo(); ?>" as content and call it in your browser and check if the xml library really shows up?! Regards...
by gavinhenry
Mon Mar 05, 2018 12:45 am
Forum: Installation
Topic: [Solved] Fresh Install of 2.1.1 showing error 500
Replies: 4
Views: 5017

Re: Fresh Install of 2.1.1 showing error 500

I do have php-xml installed on Fedora 27 64bit though. php 7.1.14
by gavinhenry
Mon Mar 05, 2018 12:41 am
Forum: Installation
Topic: [Solved] Fresh Install of 2.1.1 showing error 500
Replies: 4
Views: 5017

Re: Fresh Install of 2.1.1 showing error 500

Adding this to index.php error_reporting(-1); // reports all errors ini_set("display_errors", "1"); // shows all errors ini_set("log_errors", 1); ini_set("error_log", "/tmp/php-error.log"); gives: Fatal error: Uncaught Error: Call to undefined functi...
by gavinhenry
Mon Mar 05, 2018 12:37 am
Forum: Installation
Topic: [Solved] Fresh Install of 2.1.1 showing error 500
Replies: 4
Views: 5017

[Solved] Fresh Install of 2.1.1 showing error 500

Even though utf8_decode is in php-xml my fedora uses php-fpm, so restarting apache never actually loaded xml.so.

How annoying. If you hit this,

Code: Select all

systemctl restart php-fpm
by gavinhenry
Sat Sep 09, 2017 1:46 pm
Forum: Generelles in Deutsch
Topic: Installation für multiple Domains?
Replies: 6
Views: 3559

Re: Installation für multiple Domains?

Got these in English? Struggling to serve two domains on the one installation.

Thanks.